Moodle Plugins directory: Autocomplete Activities | Moodle.org
Autocomplete Activities
This plugin helps with activity completion tracking when sections provide the same material in different forms, e.g. as interactive book, PDF or Video-URL. If any of the alternatives is marked complete, the plugin automatically marks the remaining alternatives as complete too.
It considers activities and resources as alternatives that are within the same section and follow a configurable regular expression matching pattern.
To see the completion state change, users might have to refresh the page.
Thus, material in a section could be offered as
- example topic (book variant)
- example topic (link to a video variant)
- example topic (as a PDF file)
With a regular expression that considers the materials to be alternatives if their names match up to opening parenthesis, the plugin then considers these alternatives, and if one is completed, it automatically marks the others as completed too.
In addition, it is possible to introduce a label that e.g. contains the text "I know this already". In this case learners can indicate that they don't need to go through any of the alternatives. If such a label is present, it is automatically marked complete if one of the alternatives is completed (assuming that in this case there is also no need to go through the alternatives any more). The automatic marking does not work the other way: if only the label is marked as complete, the alternatives keep their completion status.
The plugin is only active in those courses for which it is configured (by indicating the respective course IDs in the settings of the plugin).
More details on functionality and configuration of this plugin can be found in the Wiki.
Comments