- Issue created by @qweqr
- π¬π§United Kingdom aaron.ferris
Seems this module requires jquery_countdown for the timer, that module however is for 7.x, so I don't think the timer will work without it.
if (function_exists('jquery_countdown_add') && \Drupal::config('quiz.settings')->get('has_timer', 0) && $quiz->time_limit) { jquery_countdown_add('.countdown', [
- πΊπΈUnited States smustgrave
#3 appears correct
We should remove the countdown
- π¬π§United Kingdom aaron.ferris
aaron.ferris β changed the visibility of the branch 3444626-remove-countdown-counter to hidden.
- π¬π§United Kingdom aaron.ferris
aaron.ferris β changed the visibility of the branch 3444626-implement-countdown-counter to hidden.
- π¬π§United Kingdom aaron.ferris
Initial stab at this, need to test more when I get a bit more time (hopefully tomorrow).
- Assigned to aaron.ferris
- Issue was unassigned.
- Status changed to Needs review
4 months ago 5:50pm 27 July 2024 - Status changed to Needs work
4 months ago 6:18pm 27 July 2024 - πΊπΈUnited States smustgrave
Sorry after speaking with the other maintainer thinks we need to implement something for it, maybe something similar to https://www.drupal.org/project/jquery_countdown_timer β
- Status changed to Closed: duplicate
3 months ago 7:13pm 5 August 2024 - πΊπΈUnited States smustgrave
Actually appears to be a duplicate of π Display timer not available Needs work