View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
254 | Composr | quizzes | public | 2011-04-01 18:56 | 2011-04-03 12:40 |
Reporter | Rishi Saravanan | Assigned To | Chris Graham | ||
Priority | normal | Severity | minor | ||
Status | resolved | Resolution | fixed | ||
Summary | 254: Small bug in Quizzes module with creating a test | ||||
Description | Aloha from Hawaii, I created a test of multiple-choice questions. I want the user to see correct answers at the end of taking the test, so I added the blank line starting with ':", following the instructions. After some trial and error (taking the test myself) I discovered that the module will only display the correct answers if one or more characters are included after the ':'. For example, if I put ': C', then the correct answers will appear. | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
It's not very clear, but the bit after the ":" is compulsory because this holds the explanation for the correct answer to be shown. The ":" is not a flag to show the correct answer to the user, it is a way to mark-up an explanation that will be shown with the correct answer. Slightly different: it's either the correct answers are not shown, or they are shown along with the given explanations. I have clarified the language for the next patch. |