0 votes

I'm using *wait to invite users to pause before next question.
Is it possible to display a countdown?

by (350 points)

2 Answers

0 votes

Hi! Yes, it is possible to do this after a question using *countdown.
More information on this is available here.

It's not currently possible to display a countdown outside of a question. That's a good idea and I'll make a note of it!

by (440 points)
0 votes

I had to so something similar to what you're asking so this may help you.

I needed to display a text for a number of seconds showing the countdown bar and, at the end of the countdown move on to the next page. Since *countdown only works under a question, I used custom CSS to hide the question (so that only the countdown bar is displayed). Countdown automatically moves forward after the specified amount of time, so you can skip using *wait:

*html
	<style>
		.hidden {visibility: hidden !important;}
	</style>
This will be displayed only for 5 seconds!
*question: a
	*countdown: 5.seconds
	*classes: hidden
Page 2
by (3.6k points)
Welcome to Guidedtrack Q&A, where you can ask questions and receive answers from other members of the community.
134 questions
144 answers
55 comments
40 users