All or nothing multiple choice question type: Różnice pomiędzy wersjami

Z MoodleDocs
Skocz do:nawigacja, szukaj
(added page)
 
m (added link to spanish translation of document)
 
(Nie pokazano 2 pośrednich wersji utworzonych przez tego samego użytkownika)
Linia 1: Linia 1:
{{stub}}
{{stub}}
{{Infobox plugin
|type = Question type
|entry = https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset
|tracker = https://tracker.moodle.org/browse/CONTRIB/component/10704
|discussion = https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset
|maintainer = [[User:Jean-Michel Védrine|Jean-Michel Védrine]]
|float = right
}}
All or Nothing Question
All or Nothing Question
This is a multiple-choice, multiple-response question type that was created by
This is a multiple-choice, multiple-response question type that was created by
Linia 21: Linia 30:
==Download==
==Download==
[https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset] from the Moodle plugins database
[https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset] from the Moodle plugins database
[[Category:Contributed code]]
[[Category:Questions]]
[[es:Tipo de pregunta de opción múltiple todo-o-nada]]

Aktualna wersja na dzień 02:34, 19 kwi 2014

All or nothing multiple choice question type
Type Question type
Set N/A
Downloads https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset
Issues https://tracker.moodle.org/browse/CONTRIB/component/10704
Discussion https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset
Maintainer(s) Jean-Michel Védrine

All or Nothing Question This is a multiple-choice, multiple-response question type that was created by Adriane Boyd and is now maintained by Jean-Michel Vedrine (vedrine@univ-st-etienne.fr).

Description

The all or nothing question is adapted from the existing multichoice question. The main difference from the standard Moodle multiple choice question type is in the way that grading works. The teacher editing interface is slightly modified as when creating the question, the teacher just indicates which choices are correct.

Grading

In an all-or-nothing multiple choice question, a respondent can choose one or more answers. If the chosen answers correspond exactly to the correct choices defined in the question, the respondent gets 100%. If he/she chooses any incorrect choices or does not select all of the correct choices, the grade is 0%. Before using this questiontype, teachers must really think if this grading is what they want.

Download

https://moodle.org/plugins/view.php?plugin=qtype_multichoiceset from the Moodle plugins database