|
[
Permalink
| « Hide
]
Pierre Pichet added a comment - 03/Mar/07 12:14 PM
I reproduce the problem on the UQAM Moodle 1.6.3 , it is specific to essay questions
The bug is an old problem 1.6, 1.7 and NOT solved for 1.8.( I have just check)
As it persists for such a long time it is not a blocker but more a minor bug. I will take a look at it.
Pierre Pichet made changes - 03/Mar/07 10:07 PM
Pierre Pichet made changes - 03/Mar/07 10:33 PM
Pierre Pichet made changes - 04/Mar/07 10:06 PM
Pierre Pichet made changes - 04/Mar/07 10:07 PM
By definition the Essay questions are not usable as random questions .
So should not be used as is. There should be either a warning put somewhere when somebody select random on a category where there is an essay question or the random function be deactivated.when there is an essay question in it. will discuss with Tim Actually the code excludes as non randomizable the following question types
'description', 'essay', probably mostly by the fact that are manually graded. This should stay as it is. Perhaps the docs ( and the help ) should be more explicit. This is why I think that this is fixed but not closed as long as the additional comments have not been put in the help. And I had Tim advice on this..
Pierre Pichet made changes - 05/Mar/07 05:26 AM
Pierre, I understand that by definition on Moodle Essay questions are not usable as random questions. But it will not be possible to change the definition and make them usable as random questions? I understand that this will require heavy coding because of this types of questions are manually graded.
I am not sure that this should such a problem because you can use the same essay question as a regular question in the quiz.
I will look at the code and come back later. As this policy of not allowing Essay in random, seems the official one, I will keep the bug in the same state. The real issue is that random questions don't interact well with manual grading. This is the only reason that Essay questions are excluded from random. We really need to fix this, but it is quite a lot of work, so don't hold your breath.
See this thread for more information: http://moodle.org/mod/forum/discuss.php?d=50903
Tim Hunt made changes - 13/Mar/07 06:18 PM
Martin Dougiamas made changes - 18/Jun/07 09:58 AM
I've just run into this problem and for me, it's significant. I'd like to have a quiz composed entirely of random essay questions which are 3 or 6 mark questions so that I can give students a written exam which is different for each student. This is important to prevent cheating when I cannot schedule a computer room to run the exam.
Is there a time frame for fixing it? I've not needed to use random essay questions and as a result of this wasn't aware of this issue. I agree with Matt that this is a significant issue. I'm surprised that it is only flagged as of "Minor" importance.
I noticed recently that the manual grading area doesn't reflect groups either.
Tim Hunt made changes - 21/Sep/07 12:19 AM
Tim Hunt made changes - 21/Sep/07 12:31 AM
+1 for fixing this.
So far we have worked around this by adding the question texts as Cloze type questions with 0 points and an empty drop-down or similar as the aswer text. This way the question texts can be randomized. Then the answer can be taken in with a non-randomized essay question (that has no question text at all). But obviously having this bug fixed would make things easier. IIRC the Description type questions can't be randomized either, so the Cloze-hack mentioned above is used. Another +1 for fixing this.
In our Moodle install, we have an instructor who wants to create a quiz composed entirely of essay questions and have it be randomly pulled. It is extremely fustrating for the instructor to see the error message that states that there are no questions available in the category. To have an error message that says essay questions cannot be randomized is a lot better that telling them that there are no questions avaiable, especially when the instructor knows it is there. It doesn't sound like there was any action here, so I am adding another comment to bump this issue up! Thanks!!
Caroline - this issue is blocked by
Ray Lawrence made changes - 25/Mar/08 06:22 AM
Additional discussion here:
http://moodle.org/mod/forum/discuss.php?d=94831 The same is on Moodle version 1.9 + (Build: 20080402), it will be a good thing to fix it ...
Let's get a quick fix in for this (even if it's not efficient etc) since it has so many votes.
Martin Dougiamas made changes - 12/Sep/08 12:08 PM
Martin Dougiamas made changes - 15/Oct/08 03:00 PM
Volunteered to try moodle this semester as an alternative for our faculty using WebCT/BB and have been quite pleased until discovering this very significant shortcoming. Will have to report that lacking random essay questions makes moodle a non-starter for us. Meanwhile I must scramble to work around for my exam on Monday - argh! For now I'm back to WebCT/BB which is otherwise inferior but handles this particular issue quite easily and effectively. Please fix asap!
please include a fix on the next release. thanks
Dmitry Pupinin made changes - 19/Nov/08 05:36 AM
The attached patch (random_essay_questions.patch.txt), which applies to the 1.9 stable branch, allows essay questions to be selected by random questions. It appears to work following some quick testing, but it now needs more thorough testing.
To use: 1. Apply the patch to a recent 1.9.3+ test installation. How it is supposed to work: They key point here (in addition to the admin setting) is ensuring that the random questions show up in the manual grading report, but only if they actually need manual grading. And then that manually grading them actually works. (Manually grading random questions from the attempt review page has worked for some time.) What needs to be tested: (If possible, test with Admin -> Server -> Debugging settings turned on to full, and report any errors/warnings/notices seen.) A. That it works when you have a category of B. That it works both when selecting both C. Nasty situations like this: Create a category with one essay question and five short-answer questions. Explicitly add the essay question to the quiz as a non-random question, then add two random questions from the same category (which will then pick from the remaining 5 questions). Ensure that the essay question still shows up in the report, but the random questions don't. D. People who can test on a COPY of their production site with a huge question bank would be greatly appreciated. Just to be clear in cases A i) and A ii) the random question should appear in the manual grading report. In case A iii) it should not. In case A ii) when you go in to grade a particular question, all student's attempts at the random question, both the ones where that student got an essay, and the ones where they got something else, should be shown in the manual grading report. I know that is not ideal, but that is what is possible.
Tim Hunt made changes - 26/Nov/08 07:11 PM
Tim Hunt made changes - 27/Nov/08 12:08 PM
Tim Hunt made changes - 27/Nov/08 12:09 PM
tjhunt committed 6 files to 'Moodle CVS' - 28/Nov/08 03:07 PM
tjhunt committed 6 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 28/Nov/08 03:07 PM
Tim Hunt made changes - 28/Nov/08 03:07 PM
Now checked in.
Note that in Moodle 2.0 there is no option. Essay questions are treated just like any other question type by random questions. The main performance impact of this is that it increases the work required to display the manual grading report - one extra DB query per random question in the quiz. Worse if the random question selects from subcategories too - but that is no longer the default in Moodle 2.0. I think that is acceptable.
Tim Hunt made changes - 28/Nov/08 03:09 PM
martignoni committed 1 file to 'Lang CVS' - 07/Dec/08 11:50 PM
tjhunt committed 1 file to 'Moodle CVS' - 26/Mar/09 10:54 AM
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 17/Jun/09 12:47 PM
Ryan,
This fix was checked in to MOODLE_19_STABLE on 28/Nov/08 by Tim Hunt so it is in Moodle 1.9.5. One way to see the commits that have been associated with a particular tracker issue is to click the version control tab above. Also, this bug has been marked resolved with resolution fixed. In 1.9 with the fix, there is an admin option to turn it on. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||