Closed (fixed)
Project:
Quiz
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
18 Jul 2005 at 22:49 UTC
Updated:
4 Oct 2005 at 07:01 UTC
- Field labeled "multichoice" should probably be called something like "Description"
- Probably make "Promoted to front page" NOT checked by default, as more than likely you'd want the quiz to be on the front page, not individual question.
- Questions with only one correct answer should be displayed as radio buttons, not checkboxes
- The "Submit" button in the preview is confusing
Comments
Comment #1
webchick- Field labeled "multichoice" should probably be called something like "Description"
Changed to "Question"
- Probably make "Promoted to front page" NOT checked by default, as more than likely you'd want the quiz to be on the front page, not individual question.
In fact, the module gives you an error when this happens... non-admin users receive error: "This is a quiz question, not to be viewed independently." when individual question promoted to front page.
Fixed, by adding:
in multichoice_validate to "force" these settings.
- Questions with only one correct answer should be displayed as radio buttons, not checkboxes
Fixed. Placed a check in multichoice_render_question which checks node's multiple_answers attribute and displays appropriately.
- The "Submit" button in the preview is confusing
Still trying to figure out a way to do this the way the poll module does it--i.e. show the "Vote" button when the poll is viewed, but not in preview mode. So far, no dice. :\
Comment #2
webchick- The "Submit" button in the preview is confusing
Figured this one out finally:
Marking this task fixed.
Comment #3
(not verified) commentedComment #4
(not verified) commentedComment #5
(not verified) commentedComment #6
(not verified) commented