Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 2222eec

Browse files
committed
update the halt message to actually show countdown to next question
1 parent 0e817fc commit 2222eec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/views/Quiz/QuizCountdown.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="mt-6">
33
<v-row justify="center" align="center">
4-
4+
<!--
55
<speech-area v-if="Quiz.awaitNextQuestion">
66
<template v-slot:title>Next Challenge</template>
77
<template v-slot:default>
@@ -13,7 +13,7 @@
1313
<br />That's all the questions available for now.
1414
<br />
1515
The next question unlocks at 8AM Central Time tomorrow.
16-
<!-- The next question unlocks {{ Quiz.nextUnlockMoment.fromNow() }} -->
16+
The next question unlocks {{ Quiz.nextUnlockMoment.fromNow() }}
1717
</div>
1818
<div v-else>
1919
Congratulations, {{ User.displayName }}!
@@ -24,7 +24,7 @@
2424
</div>
2525
</template>
2626
</speech-area>
27-
<!--
27+
2828
<speech-area v-else-if="!Quiz.quizHasStarted">
2929
<template v-slot:title>Woah Slow Down!</template>
3030
<template v-slot:default>
@@ -53,6 +53,7 @@
5353
</speech-area>
5454
5555
<img width="400px" src="/images/coming-soon.png" />-->
56+
<h2>The next question unlocks at 8AM Central Time tomorrow!</h2>
5657
</v-row>
5758
<quiz-need-help />
5859
</div>

0 commit comments

Comments
 (0)