Splitset question type: Difference between revisions

From MoodleDocs
m (updated link to Spanish translation of page)
(tidy up)
 
(9 intermediate revisions by the same user not shown)
Line 9: Line 9:
==Status==
==Status==


This code is a contributed code .
This code is a contributed code.
{{Note|If you have problems setting up this questions in a Moodle 3.2 site with the [[Boost theme]] , you may try changing the theme to the Clean theme.}}


==Summary==
==Summary==
Line 19: Line 20:
be split in.
be split in.


the activity consists in defining which output suits to each item,  
The activity consists in defining which output suits to each item,  
collecting a fraction of the maximum grade for each correct subanswer.  
collecting a fraction of the maximum grade for each correct subanswer.  


Typical use with 2 sets :  
* Typical use with 2 sets :  
** A multiple true/false question array.
** A allowed/forbidden quiz with multiple actions proposal


A multiple true/false question array.
* Example use with three sets (adequate, inadequate, no impact):
A allowed/forbidden quiz with multiple actions proposal
[[File:30_splitset_question.jpg|600px]]


==Installation==
==Installation==
 
See [[Installing plugins]].
Unpack the archive within the question/type directory of Moodle and run the administration notifications.


==Setup==
==Setup==
Line 35: Line 37:
This is the specific part of the question setting relative to the Splitset feature:
This is the specific part of the question setting relative to the Splitset feature:


[[Image:Splitset_configuration.jpg|||center]]
[[Image:30_Splitset_configuration.jpg|||center]]


==Configuration fields==
==Configuration fields==


===Question mark (common question model)===
===Default mark===


How many marks the question will add to global quiz score.
How many marks/points the question will add to global quiz score.


===General feedback (common question model)===
===General feedback===


A feedback witch is given for any result of the question
A feedback witch is given for any result of the question
Line 51: Line 53:
The number of answers in the output set. Note that when you increase this number, you may store the question once and edit back to get the question result mapping lists refreshed.
The number of answers in the output set. Note that when you increase this number, you may store the question once and edit back to get the question result mapping lists refreshed.


'''TODO : find a way to dynamically refresh those lists'''
{{Note|The plugin programmer still needs to find a way to dynamically refresh those lists.}}


===Set <n> name===
===Set <n> name===


The answer option label for this choice.
The answer option labels for each choice.


===Numbering style===
===Numbering style===
Line 67: Line 69:
==Feedbacks==
==Feedbacks==


[[Image:Splitset_feedbacks.jpg|||center]]
[[Image:30_Splitset_feedbacks.jpg|||center]]


==Question elements==
==Items to be sorted==


[[Image:Splitset_elements.jpg|||center]]
[[Image:30_Splitset_elements.jpg|||center]]




===Element===
===Element <n> ===


this is the text of the question item appearing on the left.
This is the text of the question item appearing on the left.


===Correct Answer===
===Correct Answer <n> ===


The expected set number for this element.
The expected set number for this element.


==Credits==
==Credits==


This question type was programmed by Valery Fremaux for the Institut Iperia (homecare workers professional developement organization)
This question type was programmed by Valery Fremaux for the Institut Iperia (homecare workers professional developement organization)


[[es:Tipo de pregunta separación de conjunto]]
[[es:Tipo de pregunta separación de conjunto]]

Latest revision as of 18:33, 3 April 2017

Status

This code is a contributed code.

Note: If you have problems setting up this questions in a Moodle 3.2 site with the Boost theme , you may try changing the theme to the Clean theme.


Summary

The split set question type implements a quiz question based on list splitting activity.

You may define from 2 to 5 output sets where a list of items can be split in.

The activity consists in defining which output suits to each item, collecting a fraction of the maximum grade for each correct subanswer.

  • Typical use with 2 sets :
    • A multiple true/false question array.
    • A allowed/forbidden quiz with multiple actions proposal
  • Example use with three sets (adequate, inadequate, no impact):

30 splitset question.jpg

Installation

See Installing plugins.

Setup

This is the specific part of the question setting relative to the Splitset feature:

30 Splitset configuration.jpg

Configuration fields

Default mark

How many marks/points the question will add to global quiz score.

General feedback

A feedback witch is given for any result of the question

Nunber of sets

The number of answers in the output set. Note that when you increase this number, you may store the question once and edit back to get the question result mapping lists refreshed.

Note: The plugin programmer still needs to find a way to dynamically refresh those lists.


Set <n> name

The answer option labels for each choice.

Numbering style

The style of question item numbering as displayed in the quiz panel.

Shuffle set elements

If enabled, the order of the questions will be randomized at each new attempt.

Feedbacks

30 Splitset feedbacks.jpg

Items to be sorted

30 Splitset elements.jpg


Element <n>

This is the text of the question item appearing on the left.

Correct Answer <n>

The expected set number for this element.

Credits

This question type was programmed by Valery Fremaux for the Institut Iperia (homecare workers professional developement organization)