Deployed quizzes need to be "editable" and removable
Bug #1003963 reported by
Jeffrey Elkner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyquiz |
Fix Committed
|
Medium
|
CanDo Developers |
Bug Description
I created a quiz and deployed, but our school network went down, and I didn't get to give it until the next day, at which time I "redeployed it" and ended up with two versions on the quiz list. I have what is essentially a zombie quiz on the list, since it passed its deployment date and students never took it. I'd like to be able to delete it from the list.
Changed in pyquiz: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Editing a quiz is now implemented, however making them removable is a different kind of beast- It depends on whether you want it delete-able AFTER students have taken it or not. Currently editing only works before students have taken the quiz, and it would be simple to implement deletion with the same logic. advise.