How to have only correct or incorrect for drag and drop

How to have only correct or incorrect for drag and drop

av Michael Foran -
Antall svar: 3

Hi,

I am using Moodle 3.0 and our course cannot offer partial grades for any of our quiz type questions. Multi answers are covered with the all-or-nothing question type.

How can I make it work for Drag and drops, as I only want to see correct or incorrect. No partial.

Thanks,


Michael


Gjennomsnittlig vurdering: -
Som svar til Michael Foran

Re: How to have only correct or incorrect for drag and drop

av Tim Hunt -
Bilde av Core developers Bilde av Documentation writers Bilde av Particularly helpful Moodlers Bilde av Peer reviewers Bilde av Plugin developers

That is not currently an option in standard Moodle.

For mutltiple-choice questions, there is a plug-in question type for this https://moodle.org/plugins/qtype_multichoiceset. However, that is not drag-and-drop.

Marcus's Gap-fill question type might do what you want: https://moodle.org/plugins/qtype_gapfill

Otherwise, it just occurred to me that it would be possible for someone to make a new Question behaviour "Deferred-feedback, no partial credit" that did this for all question types. Why does that make me thing of Daniel Thies. Oh wow! now I look in the plugins database, I see that this already occurred to Daniel, and he has already built it: Question behaviour: Deferred feedback (all or nothing).

Som svar til Tim Hunt

Re: How to have only correct or incorrect for drag and drop

av Marcus Green -
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers Bilde av Testers

My Gapfill does not do that on its own (it is not something I like, but it's not about what I like). Daniels behaviour sounds very interesting and I will have a play with it.