Moodle Plugins directory: Random select answers | Moodle.org

Random select answers
Question types ::: qtype_answersselect
Maintained by
Joseph Rézeau
A multiple-choice, multiple-response question type with particular scoring rules.
Recommended if your question has many correct and incorrect answers from which "pool" a set number can be selected at runtime.
Latest release:
234 sites
159 downloads
19 fans
Current versions available: 2
A multiple-choice, multiple-response question type with particular scoring rules.
Recommended if your question has many correct and incorrect answers from which "pool" a set number can be selected at runtime.
Useful links
Contributors
Joseph Rézeau (Lead maintainer)
Please login to view contributors details and/or to contact them
very useful , a years ago i developed a desktop ( .net + adobe flash action script) software to make a medical quizes using the same idea of this wonderful plugin , now i finally found the idia in moodle , thank you again and again
i have a question , how can i import question to this question type ?
"how can i import question to this question type " what kind of format do you want to import questions from?
---------------------------------------------------
A CT scan of chest was positive for lesions on right upper lobe and left lower lobe, Furthermore, the CT scan also suggested significant pleural effusion at the base of the left lung and lesion at right adrenal gland, After, fine needle biopsy of right adrenal lesion she received diagnosis of small cell lung cancer,,Which of the following is the best therapy for SE?
A) Cisplatin / paclitaxel
B) Cisplatin / etoposide / definitive radiation
C) Cisplatin / etoposide
D) Cisplatin / paclitaxel / definitive radiation
ANSWER: C
-----------------------------------------
can your question type , imported like this :
..........
ANSWER: C,D,F
or what ?
Please contact me at my email address in my Moodle profile for easier further discussion.
thank you
Check my explanations on the Quiz forum here: https://moodle.org/mod/forum/discuss.php?d=424238#p1718729
UPDATE mdl_question_answersselect SET questionid = ?,correctfeedback = ?,partiallycorrectfeedback = ?,incorrectfeedback = ?,showstandardinstruction = ?,correctchoicesseparator = ?,answernumbering = ?,shuffleanswers = ?,answersselectmode = ?,formrandomselect?correct = ?,randomselectincorrectfeed = ? ,partiallycorrectfeedbackformat = ?,incorrectfeedbackformat = ?,shownumcorrect = ? WHERE id=?
[array(
0 => 237084,
1 => 'Your answer is correct.',
2 => 'Your answer is partially correct.',
3 => 'Your answer is incorrect.',
4 => 0,
5 => '0',
6 => '123',
7 => '1',
8 => '1',
9 => 313,
10 => 135,
11 => '1',
12 => '1',
13 => '1',
14 => 0,
15 => 10,
)]
How can this problem be solved?
1.- I don't see the error you mention in your post dated Sun, 25 Sep 2022, 12:10 PM
2.- I don't understand your point in your post dated Sun, 25 Sep 2022, 12:28 PM
Could you please contact me directly at my e-mail address (in my Moodle profile) so we can exchange in an easier way and I can try to understand and solve your problem? Looking forward,
Joseph
Version 1.8.1 just released should answer your query
Works for me on Moodle 4.2. Please give more details by contacting me at moodle@rezeau.org.