|
|
|
Environment:
|
All
|
|
Issue Links:
|
Dependency
|
|
This issue will help resolve:
|
|
|
MDL-17284 Add Olli's new quiz editing UI to Moodle 2.0
|
|
|
|
|
|
Relates
|
|
This issue has a non-specific relationship to:
|
|
CONTRIB-528
Quiz UI redesign, based on usability research
|
|
|
|
|
|
|
|
|
At the moment, you only get errors when a student attempts the quiz (or when teachers "preview" the quiz), which is a bad way to organise things.
Old description below. The above is point 3. The others are non-issues or duplicates.
-----------------------------------------------
I want to create a test made up of randomly selected questions from a certain category of questions, e.g. My questions.
I create the test, go into Editing Quiz mode, and at the bottom of the Questions window, I click on Add (2) random questions. Those 2 questions are added to the list of questions in my quiz.
If I then click on the Preview tab at the top of my Editing Quiz window, I can preview the test, comprising the 2 randomly selected questions. However, there are a number of problems here.
1- It would be more logical for the Test preview mode to display 2 different randomly selected questions each time I click on the Preview button. Of course, the questions will really be randomly selected in Student mode, but why not in Teacher mode?
2- While in Quiz Editing mode, In the Action column, the behavior of the two icons Preview and Edit is not as expected.
2a- The Preview link displays this error message: The number of random questions required is more than are still available in the category!, which is silly.
2b- The Edit link displays something totally unconnected with editing the question at hand...
3- The correct place for the control mechanism, and ensueing error message should reside with the Add (x) random questions at the bottom right of the screen, not with the individual Edit question link in the left part of the screen.
PS Same bugs in Moodle 1.7
|
|
Description
|
At the moment, you only get errors when a student attempts the quiz (or when teachers "preview" the quiz), which is a bad way to organise things.
Old description below. The above is point 3. The others are non-issues or duplicates.
-----------------------------------------------
I want to create a test made up of randomly selected questions from a certain category of questions, e.g. My questions.
I create the test, go into Editing Quiz mode, and at the bottom of the Questions window, I click on Add (2) random questions. Those 2 questions are added to the list of questions in my quiz.
If I then click on the Preview tab at the top of my Editing Quiz window, I can preview the test, comprising the 2 randomly selected questions. However, there are a number of problems here.
1- It would be more logical for the Test preview mode to display 2 different randomly selected questions each time I click on the Preview button. Of course, the questions will really be randomly selected in Student mode, but why not in Teacher mode?
2- While in Quiz Editing mode, In the Action column, the behavior of the two icons Preview and Edit is not as expected.
2a- The Preview link displays this error message: The number of random questions required is more than are still available in the category!, which is silly.
2b- The Edit link displays something totally unconnected with editing the question at hand...
3- The correct place for the control mechanism, and ensueing error message should reside with the Add (x) random questions at the bottom right of the screen, not with the individual Edit question link in the left part of the screen.
PS Same bugs in Moodle 1.7 |
Show » |
|
Joseph - As regards point #1, as I understand it, the preview button will randomize and if you want to see a different quiz then you press the Start Again button to see 2 different randomly selected questions. This allows for testing things like saving some answers and coming back to the preview.
From Anthony Borrow (aborrow at jesuitcp.org) Thursday, 13 July 2006, 10:58 PM:
As regards #2, I am unable to replicate this or have not seen this behavior and I frequently create and use randomized questions. Could you provide me a gift file of your questions and verify that the quiz questions are from the correct category. A screenshot may be helpful.
From Anthony Borrow (aborrow at jesuitcp.org) Thursday, 13 July 2006, 11:00 PM:
As regards #3, I agree that when you click to add 5 random questions from a particular category that it should check for the number of questions at that time. I do support a check on runtime as well as it attempts to explain what is happening.
From Anthony Borrow (aborrow at jesuitcp.org) Thursday, 13 July 2006, 11:12 PM:
I agree that #3 should be addressed. It could either be an interface issue or perhaps a feature request. Perhaps a function should be created to return the number of random questions available in a given category. Then that function could be called prior to generating a quiz and report the error that a complete quiz cannot be generated. I am thinking here that the advantage would be to avoid not seeing an incompletely generated quiz when viewed by pages. It would check to ensure that a complete quiz could be generated and then do it. This could also prevent teacher from adding too many random questions. For some reason, I thought that this was checked previously but it did not appear to be when I created a quiz on test.moodle.com