Cloze question with multi-answer checkboxes

Cloze question with multi-answer checkboxes

by Liviu Vasut -
Number of replies: 5

Hello,

Is there a way to insert a multi-answer question with checkboxes in a cloze? I'd like something like MCV or MCH only with checkboxes instead of radio buttons.

Or is there another alternative for the following type of question?

=======================================

Statements:

A - this is a long paragraph with words like fruits and colors

B - this is another paragraph with words like colors and cars

C - this is yet another paragraph with words like fruits and pencils

Questions:

Which paragraphs talk about colors? [] A [] B [] C [] D

Which paragraphs talk about cars? [] A [] B [] C [] D

Which paragraphs talk about fruits and pencils? [] A [] B [] C [] D

etc...

================================

[] reprezents a checkbox

Average of ratings: -
In reply to Liviu Vasut

Re: Cloze question with multi-answer checkboxes

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

No, you can't have multiple choice questions with multiple answers in a Close question in Moodle.

In reply to Joseph Rézeau

Re: Cloze question with multi-answer checkboxes

by Jeff Forssell -

There could be a way to make a work-around that might be something you could use:

You could put in things like

[{MC:=X~_}]A; [{MC:~X=_}]B; [{MC:=X~_}]C; [{MC:~X=_}]D

this would give full points for  [X]A; [_]B; [X]C; [_]D

I don't have time to try this right now, here might be some syntax I've missed, but it should show the idea.  Might be better to use [{MC:~_=X}]A;

PS: what is D?

In reply to Jeff Forssell

Re: Cloze question with multi-answer checkboxes

by Liviu Vasut -

Thank you both for your replies.

@Jeff That could do the trick; it's a little more complicated for the student but it actually provides the same functionality.

D is another long paragraph. The original question had 4. I kept all the letters in the answers but I was lazy enough not to write all those "long paragraphs" smile

In reply to Joseph Rézeau

Re: Cloze question with multi-answer checkboxes

by Ravi Vare -
Hi Joseph,
I think 'Cloze Type Q.' is one of the most useful Q.Type.

i always use this type of Question.
if it will with 'MULTIANSWERING with Checkboxes'
Then it will give more advantages to all moodler.

i request to all genius, plz. consider this one.

Happy Moodling

Ravi
In reply to Ravi Vare

Re: Cloze question with multi-answer checkboxes

by Pierre Pichet -

Multi choice with multianswers optionis not implemented in actual 2,0 or preceeding Moodle versions mostly because of the additional complexity to store the multiple answers data.

In the new question-engine (Moodle 2,1) the code handle more easily this multiple answers data and multianswer option should be available to multichoice in Cloze questiontype.

Pierre