View Issue Details

IDProjectCategoryView StatusLast Update
4784Composrquizzespublic2022-01-25 23:48
ReporterAdam Edington Assigned ToChris Graham  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Product Version10.0.39 
Fixed in Version10.0.40 
Summary4784: Display time limit/points for tests
DescriptionThe reattemption time is shown on the Quizzes page, but if a time limit is set there is no indication of it. Nor is their an indication of points to be won.
Additional InformationA visible countdown timer may be a nice touch for quizzes which have a time limit.
TagsNo tags attached.
Attach Tags
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2022-01-25 23:44

administrator   ~7290

It won't show too a member with the bypass_quiz_timer privilege.
I'm adding a patch to clear some things up though.

admin

2022-01-25 23:48

administrator   ~7292

Automated response: Improve quiz details display

A few things...

1) User is confused why quiz timer does not display. It is due to privilege to bypass it. Add magic &keep_timer_display=1 URL parameter to force it on for testing purposes.
2) It is reasonable the points for the quiz displays on the quiz index and when doing the quiz. Otherwise we are making the quiz creator display it in their start text. Add it on by default.
3) There are a lot of parameters relating to the quiz that are not passed into the QUIZ_BOX or QUIZ_SCREEN templates. They should be, to give webmasters more customisation flexibility.


admin

2022-01-25 23:48

administrator   ~7293

Fixed in git commit 541df7ccf (https://gitlab.com/composr-foundation/composr/commit/541df7ccf - link will become active once code pushed to GitLab)

Issue History

Date Modified Username Field Change
2022-01-19 18:50 Adam Edington New Issue
2022-01-19 19:50 Adam Edington Additional Information Updated
2022-01-19 21:38 Adam Edington Summary Display time limit for tests => Display time limit/points for tests
2022-01-19 21:38 Adam Edington Description Updated
2022-01-25 23:44 Chris Graham Assigned To => Chris Graham
2022-01-25 23:44 Chris Graham Status Not Assigned => Closed
2022-01-25 23:44 Chris Graham Resolution open => no change required
2022-01-25 23:44 Chris Graham Note Added: 0007290