Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Wordselect question type.

Wordselect question type: Difference between revisions

From MoodleDocs
(tidy up)
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox plugin
{{Infobox plugin
|type = question type
|type = question type
|entry = https://github.com/marcusgreen/moodle-qtype_wordselect
|entry = https://moodle.org/plugins/qtype_wordselect
|tracker = https://github.com/marcusgreen/moodle-qtype_wordselect/issues
|tracker = https://github.com/marcusgreen/moodle-qtype_wordselect/issues
|discussion = https://moodle.org/mod/forum/discuss.php?d=337262
|discussion = https://moodle.org/mod/forum/discuss.php?d=337262
Line 10: Line 10:


==Installing this question type==
==Installing this question type==
You can install automatically, or download manually, this plugin from [https://moodle.org/plugins/qtype_wordselect the Moodle plugins database]. You can also download the latest development version of this plugin from [https://github.com/marcusgreen/moodle-qtype_wordselect GitHub].


Follow the generic [[Installing plugins]] documentation. The files must be in the directory moodle\question\type\wordselect. If you uncompressed the ZIP file from GitHub, please rename 'moodle-qtype_wordselect-master' into 'wordselect'.
If you download the ZIP file, follow the generic [[Installing plugins]] documentation. The files must be in the directory moodle\question\type\wordselect. If you uncompressed the ZIP file from GitHub, please rename 'moodle-qtype_wordselect-master' into 'wordselect'.


==Word Select Question Type==
==Word Select Question Type==
Line 25: Line 26:
This question type is designed to ask students to select text according to some criteria. For example "select the verb in the following sentence". Conceptually this is a little like a multiple choice question type (with multiple selectable options). The student responds by clicking on words to select them, and clicking a second time to unselect them.
This question type is designed to ask students to select text according to some criteria. For example "select the verb in the following sentence". Conceptually this is a little like a multiple choice question type (with multiple selectable options). The student responds by clicking on words to select them, and clicking a second time to unselect them.


It provides an introduction field where words will not be selectable at runtime and a questiontext field. In the question text any words with braces around them will be considered correct. All words can be clicked on to select.
It provides an introduction field where words will not be selectable at runtime and a questiontext field. In the question text any words with braces around them will be considered correct. All words can be clicked-on to select.


[[Image:wordselect_nouns2.png|Wordselect creation|600px]]
[[Image:wordselect_nouns2.png|Wordselect creation|600px]]
Line 115: Line 116:
[[File:Wordselect step 9.png|300px]]
[[File:Wordselect step 9.png|300px]]


*And now we will put some nice color shades.
*And now we will put some nice colours in some of our text.
* For this we will use a Moodle additional plugin for the Atto editor, that we must first download from [https://moodle.org/plugins/browse.php?list=category&id=53 the Moodle plugins database].
* For this we will use a Moodle additional plugin for the Atto editor, that we must first download from [https://moodle.org/plugins/browse.php?list=category&id=53 the Moodle plugins database].
** We wil need to add the [https://moodle.org/plugins/atto_morefontcolors more font colours additional plugin for Atto]
** We wil need to add the [https://moodle.org/plugins/atto_morefontcolors more font colours additional plugin for Atto]
** Install the plugin directory as usual in lib/editor/atto/plugins.
** Then visit Site Administration > Plugins > Atto > More font colors to define the colors you want your users to be able to chose from. As a default, the same colors as the core atto_fontcolor colours are defined.
** Finally, enable the plugin by adding 'morefontcolors' (without the quotes) in the Atto toolbar settings.
* We can now choose a nice colour for our selected text:
[[File:Wordselect step 10.png|200px]]


... to be continued...
* This will give us a nicer-looking table for our Wordselect question:


[[File:Wordselect step 11.png|200px]]
* We still might want to change the backgroud colour for the first row cells.
* We will now install the [https://moodle.org/plugins/view.php?id=1479 More background colours] additional plugin for Atto, and see if it does the job...
[[File:Wordselect step 12.png|300px]]
*Notice in the above image the two new buttons in the Atto toolbar: more font colours (blue square) and more backgound colours (yellow square), that we will use to give our first row the intended font and background colours:
[[File:Wordselect step 13.png|300px]]
* So, it seems we have managed to create a a Wordselect question with a nice table, without having to learn any HTML code syntax.
* We could now customize the colour palettes available for the more font colours and the more backgound colours plugins, by replacing the default values with some [https://en.wikipedia.org/wiki/Web_colors#HTML_color_names HTML hexadecimal color codes from the wikipedia].
* Perhaps a more elegant technique might have been been to use the [https://moodle.org/plugins/view.php?id=1424 Styles plugin for Atto], but that remains to be tested later...


==Grading==
==Grading==
An attempt will be graded as correct if all correct and no incorrect words are selected. If any 
incorrect words are selected it will be marked as partially correct. In interactive mode (with hints) the penalty
defined in the editing form will be applied with each new check/attempt. This defaults to 33.33%


The marking is designed to discourage a strategy of "select all words so you are bound to  
The marking is designed to discourage a strategy of "select all words so you are bound to  
Line 130: Line 154:
all correct marks unless there is a negative result, in which case the mark is set to zero.
all correct marks unless there is a negative result, in which case the mark is set to zero.


An attempt will be graded as correct if all correct and no incorrect words are selected. If any 
If this seems harsh, e.g. the wordpenalty value can reduce the deuction made for each incorrect selection
incorrect words are selected it will be marked as partially correct. In interactive mode the penalty
 
defined in the editing form will be applied with each new check/attempt. This defaults to 33.33%
==Wordpenalty==
Instead of the default 1 mark deduction for each incorrect selection this can be used to set a percentage of a mark deduction.
[[Image:word_penalty2.png|500px|Word Penalty]]


==Feedback==
==Feedback==
Line 141: Line 167:


[[File:Wordselect partially_correct_answers.png]]
[[File:Wordselect partially_correct_answers.png]]
[[es:Tipo de pregunta seleccionarpalabra]]


==Mobile Use==
==Mobile Use==
It has been tested with a variety of mobile devices both android and iOS tablets and phones. There is no version available for the Moodle mobile app and no current plans to develop one.
It has been tested with a variety of mobile devices both android and iOS tablets and phones. It also supports the Moodle mobile App.


==Accessibility==
==Accessibility==
Line 151: Line 175:


==Sample questions==
==Sample questions==
The question type comes with a set of sample questions in xml format in a file called sample_questions.xml. These illustrate issues such as non ASCII characters, the inclusion of images and the creation of word squares where each "word" is a single letter and the user
The question type comes with a set of sample questions in [[XML]] format in a file called sample_questions.xml (it is located in the moodle\question\type\wordselect. directory). These illustrate issues such as non ASCII characters, the inclusion of images and the creation of word squares where each "word" is a single letter and the user has to click on the letters that make up words (e.g. find the animals in this square).
has to click on the letters that make up words (e.g. find the animals in this square)
 
You can find instructions on importing questions at  
[[File:Wordselect example 1.png|400px]]
https://docs.moodle.org/en/Import_questions
 
There is one example question of using Wordselect for an English literature reading comprehension assessment:
 
[[File:Wordselect example reading comprehension.png|700px]]
 
You can find instructions on importing questions at [[Import questions]].
 
==Compatibility with other third party Moodle plugins==
This question type has been briefly tested in the [[Question practice module]] and the [[Question Creation module]] (QCreate).
 
 
 
[[Category:Questions]]
 
[[es:Tipo de pregunta seleccionarpalabra]]

Latest revision as of 21:19, 6 January 2019



Installing this question type

You can install automatically, or download manually, this plugin from the Moodle plugins database. You can also download the latest development version of this plugin from GitHub.

If you download the ZIP file, follow the generic Installing plugins documentation. The files must be in the directory moodle\question\type\wordselect. If you uncompressed the ZIP file from GitHub, please rename 'moodle-qtype_wordselect-master' into 'wordselect'.

Word Select Question Type

A very easy to use Moodle question type that allows a teacher to create text where one or more words are indicated to be the correct answers. The student is presented with the text and can select one or more words and is marked according to if they are correct.

You can see a short video of it in action in this Youtube video

https://www.youtube.com/watch?v=FGv-c7fJIxo

Description

This question type is designed to ask students to select text according to some criteria. For example "select the verb in the following sentence". Conceptually this is a little like a multiple choice question type (with multiple selectable options). The student responds by clicking on words to select them, and clicking a second time to unselect them.

It provides an introduction field where words will not be selectable at runtime and a questiontext field. In the question text any words with braces around them will be considered correct. All words can be clicked-on to select.

Wordselect creation

A word is considered to be some text with space around it. HTML characters are stripped out first to generate a list of potentially selectable words, meaning it is possible to put words within a table. At runtime the question looks like this:

Wordselect selected word

Pedagogically, this type of question has the advantage of it being possible to give no clue as to which word is to be selected. You might address the problem by offering four multiple choice options with different words in locations but this will narrow down the selection that the student can possibly make. By making every word selectable the student has little guide as to which is the correct answer.

If it is not possible to use square braces (e.g. in the context of maths where they have a special meaning), alternative delimters are available from the Delimit Characters dropdown

Wordselect delimit characters

So selecting {} would allow a question to be created as 'The cat {sat} on the mat'.

Category Questions

Words can be placed inside tables and students asked to identify which words match the category in the heading:

Wordselect table categories

This is the code used to create that table:

<table border="1">
<tbody>
   <tr><td style="background-color: #c0c0c0;">Feline</td><td style="background-color: #c0c0c0;">Canine</td>
   </tr><tr><td>wolf</td><td>[dog]</td></tr>
   <tr><td>cow</td><td>zebra</td></tr>
   <tr><td>[cat]</td><td>lion</td></tr>
</tbody>
</table>


Creating a Wordselect question with a nice table

  • The Moodle Text editor has an option for creating tables which can have any number of columns and rows.
  • You begin by creating a new question of the Wordselect type.
  • Choose a good name for your new question.
  • Write the introduction.
  • Expand the Atto toolbar by clicking on it's very first button (blue square in the next image).
  • Locate the table creation button (green square) and click on it:

wordselect category table creation 01.png

  • For this example we will use a table with 3 columns and 4 rows (the top row will be used for the categories: Canine, Feline and Avian):

Wordselect step 2 .png

  • Notice in the above image that we left both the 'Caption' and 'Caption position' options blank. This is intentional, because the regular table captions are just too large for this situation. Also notice that we have selected 4 rows and 3 columns

Wordselect step 2.png

  • We now have an empty table, that we will fill with our words:

Wordselect step 3.png

  • Notice that we put the right answers (cat, dog and canary) enclosed in square brackets
  • Our question in now complete (but we will later see that it is not very nice).
  • We will now save the changes and preview the question (notice the looking glass icon in the following image):

Wordselect step 4.png

  • The question works:

Wordselect step 5.png

  • But the lack of the gridlines to signal the cells could make this table a bit difficult to use:

Wordselect step 6.png

  • We will now put some gridlines inside the table with this instruction inside angle brackets:
 <table border="1">
  • The trick is finding where and how to put it.
  • We will now click on the Atto button tool with the <> characters to expand the HTML code inside the Question text box:

Wordselect step 7.png

  • And now we have a lot of HTML instructions, that we don't really need to understand. We will just insert the gridlines instruction right after the first instruction that seems to be related to our table (look at the image below), and we will see if it works:

Wordselect step 8.png

  • It works:

Wordselect step 9.png

  • And now we will put some nice colours in some of our text.
  • For this we will use a Moodle additional plugin for the Atto editor, that we must first download from the Moodle plugins database.
    • We wil need to add the more font colours additional plugin for Atto
    • Install the plugin directory as usual in lib/editor/atto/plugins.
    • Then visit Site Administration > Plugins > Atto > More font colors to define the colors you want your users to be able to chose from. As a default, the same colors as the core atto_fontcolor colours are defined.
    • Finally, enable the plugin by adding 'morefontcolors' (without the quotes) in the Atto toolbar settings.
  • We can now choose a nice colour for our selected text:

Wordselect step 10.png

  • This will give us a nicer-looking table for our Wordselect question:

Wordselect step 11.png

  • We still might want to change the backgroud colour for the first row cells.
  • We will now install the More background colours additional plugin for Atto, and see if it does the job...

Wordselect step 12.png

  • Notice in the above image the two new buttons in the Atto toolbar: more font colours (blue square) and more backgound colours (yellow square), that we will use to give our first row the intended font and background colours:

Wordselect step 13.png

  • So, it seems we have managed to create a a Wordselect question with a nice table, without having to learn any HTML code syntax.
  • We could now customize the colour palettes available for the more font colours and the more backgound colours plugins, by replacing the default values with some HTML hexadecimal color codes from the wikipedia.
  • Perhaps a more elegant technique might have been been to use the Styles plugin for Atto, but that remains to be tested later...

Grading

An attempt will be graded as correct if all correct and no incorrect words are selected. If any incorrect words are selected it will be marked as partially correct. In interactive mode (with hints) the penalty defined in the editing form will be applied with each new check/attempt. This defaults to 33.33%

The marking is designed to discourage a strategy of "select all words so you are bound to select all the right words". Each incorrectly selected word will deduct a mark down to zero. For example, selecting one correct and one incorrect mark will result in zero marks. Selecting one correct and two incorrect will also result in zero. A count of all incorrect marks is deducted from a count of all correct marks unless there is a negative result, in which case the mark is set to zero.

If this seems harsh, e.g. the wordpenalty value can reduce the deuction made for each incorrect selection

Wordpenalty

Instead of the default 1 mark deduction for each incorrect selection this can be used to set a percentage of a mark deduction. Word Penalty

Feedback

If the quiz has the right answer display selected, square braces will be shown around any unselected correct words. The square braces are not related to the default characters used in the editing interface. This is designed to allow the user to see the correct responses within the text rather than look at the feedback area (an approach used in some other question types).

Wordselect partially correct answers.png

Mobile Use

It has been tested with a variety of mobile devices both android and iOS tablets and phones. It also supports the Moodle mobile App.

Accessibility

It is possible to move forwards and backwards through words with tab and shift-tab. Words can be selected and unselected using the space bar. It uses the aria tags to help screen readers recognise when a word is selected and unselected.

Sample questions

The question type comes with a set of sample questions in XML format in a file called sample_questions.xml (it is located in the moodle\question\type\wordselect. directory). These illustrate issues such as non ASCII characters, the inclusion of images and the creation of word squares where each "word" is a single letter and the user has to click on the letters that make up words (e.g. find the animals in this square).

Wordselect example 1.png

There is one example question of using Wordselect for an English literature reading comprehension assessment:

Wordselect example reading comprehension.png

You can find instructions on importing questions at Import questions.

Compatibility with other third party Moodle plugins

This question type has been briefly tested in the Question practice module and the Question Creation module (QCreate).