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

Commit 55670b4

Browse files
committed
update the halt message to actually show countdown to next question
1 parent e710304 commit 55670b4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/views/Quiz/QuizCountdown.vue

Lines changed: 6 additions & 4 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>
@@ -12,7 +12,8 @@
1212
<br />
1313
<br />That's all the questions available for now.
1414
<br />
15-
The next question unlocks {{ Quiz.nextUnlockMoment.fromNow() }}
15+
The next question unlocks at 8AM Central Time tomorrow.
16+
<!-- The next question unlocks {{ Quiz.nextUnlockMoment.fromNow() }} -->
1617
</div>
1718
<div v-else>
1819
Congratulations, {{ User.displayName }}!
@@ -23,6 +24,7 @@
2324
</div>
2425
</template>
2526
</speech-area>
27+
<!--
2628
<speech-area v-else-if="!Quiz.quizHasStarted">
2729
<template v-slot:title>Woah Slow Down!</template>
2830
<template v-slot:default>
@@ -49,8 +51,8 @@
4951
>
5052
</template>
5153
</speech-area>
52-
-->
53-
<img width="400px" src="/images/coming-soon.png" />
54+
55+
<img width="400px" src="/images/coming-soon.png" />-->
5456
</v-row>
5557
<quiz-need-help />
5658
</div>

0 commit comments

Comments
 (0)