Merge pull request #247 from pateljannat/fix-ui-quiz
This commit is contained in:
@@ -47,9 +47,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="quiz-footer">
|
<div class="quiz-footer">
|
||||||
<span class="font-weight-bold"> <span class="current-question">1</span> of {{ quiz.questions | length }}</span>
|
<span class="font-weight-bold"> <span class="current-question">1</span> of {{ quiz.questions | length }}</span>
|
||||||
<button class="btn btn-primary pull-right" id="check" disabled>Check</button>
|
<button class="button pull-right" id="check" disabled>Check</button>
|
||||||
<button class="btn btn-primary hide" id="next">Next</button>
|
<button class="button hide" id="next">Next Question</button>
|
||||||
<button class="btn btn-primary hide" id="summary">Summary</button>
|
<button class="button is-default hide" id="summary">Summary</button>
|
||||||
<small id="submission-message" class="font-weight-bold hide"> Please join the course to submit the Quiz.</small>
|
<small id="submission-message" class="font-weight-bold hide"> Please join the course to submit the Quiz.</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="button is-secondary pull-right hide" id="try-again">Try Again</div>
|
<div class="button is-secondary pull-right hide" id="try-again">Try Again</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user