Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Checklist module.

Checklist module: Difference between revisions

From MoodleDocs
(checklist block link)
(checklist grade export link)
Line 1: Line 1:
{{Infobox plugin
{{Infobox plugin
|type = Activity module and block
|type = Activity module, block and grade export
|entry = http://moodle.org/plugins/view.php?plugin=mod_checklist and https://moodle.org/plugins/view.php?plugin=block_checklist
|entry = http://moodle.org/plugins/view.php?plugin=mod_checklist, https://moodle.org/plugins/view.php?plugin=block_checklist and https://moodle.org/plugins/view.php?plugin=gradeexport_checklist
|tracker = http://tracker.moodle.org/browse/CONTRIB/component/10608
|tracker = http://tracker.moodle.org/browse/CONTRIB/component/10608
|discussion = http://moodle.org/mod/forum/discuss.php?d=144764
|discussion = http://moodle.org/mod/forum/discuss.php?d=144764
Line 68: Line 68:


Activities are considered complete, based on either the course logs being updated (e.g. resource viewed, forum posted to, etc.), a certain grade being achieved (Moodle 1.9 & assignment / quiz / forum only) or the Completion criteria being met (Moodle 2.0+ only).
Activities are considered complete, based on either the course logs being updated (e.g. resource viewed, forum posted to, etc.), a certain grade being achieved (Moodle 1.9 & assignment / quiz / forum only) or the Completion criteria being met (Moodle 2.0+ only).
==See also==
* [http://moodle.org/plugins/view.php?plugin=mod_checklist Checklist module] - Moodle plugins database entry
* Download for [https://github.com/davosmith/moodle-checklist/zipball/MOODLE_19_STABLE Moodle 1.9] or [https://github.com/davosmith/moodle-checklist/zipball/master Moodle 2.0]
* [https://github.com/davosmith/moodle-checklist Browse] the source code
* [http://tracker.moodle.org/browse/CONTRIB/component/10608 Moodle tracker] to report a bug, or suggest an improvement

Revision as of 17:27, 26 February 2013

Checklist Module

The Checklist Module is an add-on that allows a teacher to create a checklist for their students to work through. It is contributed by David Smith.

The students should tick off each item on the list, as they complete it and the resulting progress of the class can be monitored by the teacher. The student is also rewarded with a progress bar that shows how far through the checklist they have managed to get.

Other features include:

  • Indenting items, to show a hierarchy of importance
  • Optional items (which can be hidden in the class progress report and contribute to a secondary 'all items' progress bar)
  • Student checklist items (so that students can add their own items to keep track of)
  • Dates on checklist items
  • Choice of colours

There is a short overview video available on YouTube.

Installation

1. Unzip the contents of file you downloaded to a temporary folder. 2. Upload the files to the your moodle server, placing the 'mod/checklist' files in the '[moodlefolder]/mod/checklist' folder, (optionally) the 'blocks/checklist' files in the '[moodlefolder]/blocks/checklist' folder and (optionally) the 'grade/export/checklist' files into the '[moodlefolder]/grade/export/checklist' folder. 3. Log in as administrator and click on 'Notifications' in the admin area to update the Moodle database, ready to use this plugin.

Adding a checklist block

1. Click 'Turn editing on', in a course view. 2. Under 'blocks', choose 'Checklist' 3. Click on the 'Edit' icon in the new block to set the checklist to display and (optionally) which group of users to display.

Exporting checklist progress (Excel)

1. In a course, click 'Grades' 2. From the dropdown menu, choose 'Export => Checklist Export' 3. Choose the checklist you want to export and click 'Export Excel' If you want to change the user information that is included in the export ('First name', 'Surname', etc.), then edit the file 'grade/export/checklist/columns.php' - instructions can be found inside the file itself.

Usage

Click on 'Add an activity' and choose 'Checklist'. Enter all the usual information. You can optionally allow students to add their own, private items to the list (this will not affect the overall progress, but may help students to keep note of anything extra they need to do).

You can then add items to the list. Click on the 'tick' to toggle an item between required, optional and heading Click on the 'edit' icon to change the text. Click on the 'indent' icons to change the level of indent. Click on the 'move' icons to move the item up/down one place. Click on the 'delete' icon to delete the item. Click on the '+' icon to insert a new item immediately below the current item.

Click on 'Preview', to get some idea of how this will look to students. Click on 'Results', to see a chart of how the students are currently progressing through the checklist.

Students can now log in, click on the checklist, tick any items they have completed and then click 'Save' to update the database. If you have allowed them to do so, they can click on 'Start Adding Items', then click on the green '+' icons to insert their own, private items to the list.

If you allow a checklist to be updated by teachers (either exclusively, or in addition to students), it can be updated by doing the following: 1. Click 'Results' 2. Click on the little 'Magnifying glass' icon, beside the student's name 3. Choose Yes / No for each item 4. Click 'Save' 5. (Optional) Click 'Add comments', enter/update/delete a comment against each item, Click 'Save' 5. Click 'View all Progress' to go back to the view with all the students shown.

Automatic updating

On the settings screen you can allow the checklist to import modules from the current course (or just the section the checklist is in). This will list the names of the resources / activities in the course and automatically tick them off, when they are 'completed' (note there will be a delay of up to 60 seconds between an activity being completed and the checklist updating, unless you are willing to make a few Moodle core code modifications).

Activities are considered complete, based on either the course logs being updated (e.g. resource viewed, forum posted to, etc.), a certain grade being achieved (Moodle 1.9 & assignment / quiz / forum only) or the Completion criteria being met (Moodle 2.0+ only).