I agree that what is needed here is an interface similar to the Matching question type.
Joseph
PS.- I expect you mean MCQ.


Sorry, but I don't understand this. When did you find out that your "file" was "missing more than half the pages" ? What do you mean by "a very disorganized fashion"?
> is it normal than the file seems to copy them self after being uploaded in a directory called /1/lesson?No, this is not normal. Again, I do not understand what you mean by "the file" (singular) seems to copy them self (do you mean itself or themselves, singular or plural) which file(s) do you mean?
Joseph
Sample student answers:
Student answer #1: the rat !that was dead easy...Animals (extinct)
Question text: Which (one) of these animals is extinct? the cat, the mammoth, the tiger, the elephant. Please add an indicator of your confidence after your answer. From C1 (not sure); C2 (maybe); C3 (absolutely certain).
Sample answer: the cat C1
Actually we should be able to give negative scores for wrong student answers associated with a high confidence indicator. e.g.
.*\b(cat|tiger|elephant)\b\s*[cC]3 -> Grade -66%
.*\b(cat|tiger|elephant)\b\s*[cC]2 -> Grade -33%
.*\b(cat|tiger|elephant)\b\s*[cC]1 -> Grade 0%
Unfortunately questions cannot have a negative score in Moodle at present, so the negative scale of scores is not available in SHORTANSWER not in REGEXP question types.
Use at own risk.
The attached screen shot shows how, with careful use of regexp expressions to analyse the student's answers and provide meaningful (automatic) feeedback, plus manual, human comment by teacher (plus student's challenge/comment facility), a kind of pedagogic "pseudo-dialogue" can be established.
Joseph