Countdown for quizzes
- Status
- Open
- Subject
- Countdown for quizzes
- Version
- 12.x
- Category
- Usability
- Feature
- Quiz
- Resolution status
- New
- Submitted by
- SebD
- Lastmod by
- SebD
- Rating
- Description
Hi,
When I test the quizzes feature, I see the countdown doesn't work.
I investigated the code and found the problem.
In the template tiki-take-quiz.tpl, there is a line:Copy to clipboarditid = window.setInterval('settimeleft();',1000);
The right syntax is:Copy to clipboarditid = window.setInterval(function(){settimeleft()},1000);
Regards,SebD
- Importance
- 5
- Easy to solve?
- 10 easy
- Priority
- 50
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 5209
- Created
- Monday 28 April, 2014 08:27:42 UTC
by SebD - LastModif
- Monday 28 April, 2014 08:27:42 UTC