Moodle Plugins directory: ALiSe CAT Quiz | Moodle.org
ALiSe CAT Quiz
The plugin can be used with all types of questions in Moodle that allow for automatic scoring (e.g. multiple choice or cloze text). The plugin supports the following common Item Response Theory (IRT) models:
- dichotomous questions (only account for right or wrong answers)
- Rasch-Model (1 parametric logistic model)
- 2PL-Rasch-Birnbaum
- 3PL-Mixed-Rasch-Birnbaum
- polytomous questions (account for right, wrong and partially correct answers)
- Graded Response Model and Generalized Graded Response Model
- further models will be realized in upcoming versions
The plugin further enables the creation, administration and modification of different scales on which measurements are taken. For this purpose, the plug-in creates a new role "CAT Manager", which is authorized to perform these administrative tasks.
Finally, the plugin allows to pursuit different test strategies:
- running a "standard" CAT test
- adaptive diagnose for weakest/strongest ability in selected (sub-)scales
- adaptive diagnose for all given (sub-)scales
- semi-classical diagnose for all given (sub-)scales
- classical testing (ask all questions), but evaluation with IRT
Dependencies
For using this plugin, you are required to install the following plugins:
- mod_adaptivequiz - the activity from which a CAT test can be started (vers 3.1 onwards). Please use the the wunderbyte fork until our changes are integrated into the upstream plugin (in progress). This branch already includes the subplugin adaptivequizcatmodel_catquiz, which serves as a bridge between mod_adaptivequiz and local_adaptivequiz
- local_wunderbyte_table) - database and tables handling
It is also recommended to install the following plugins as well:
- local_shortcodes - helps to render results at any point in your courses
- local_adaptivelearningpaths - adds the possibility to define learning paths based on quiz and adaptive quiz results (to be released soon)
Core concepts & Terminology
The plugin tries to present questions matching the ability of the student. To assign parameters like difficulty to each question, questions and params are grouped as items.
- Items: question with parameters
- Parameters: characteristics of a question (e.g. difficulty, discrimination, guessing probability).
- Models: model the charcteristics of an item by a specified set of parameters.
- Scales: items are grouped in scales (and subscales) according to the construct they are measuring. For example you may have a parentscale "mathematics" that measures a general construct "mathematical abilities" with subscales "algebra" and "geometry" that contain items of the field of algebra or geometry each.
- Contexts: allow you to reuse the same question within different time periods or usage frames without loosing or confusing its parameters and attempt data. This could be useful if e.g. the question is part of different quizzes or for managing data of different years.
- CSV Importer: imports items, params and scales from a csv file.
CSV Importer
- The csv importer accepts different formats of separators and encodings. Some columns are mandatory whereas others are optional. Find detailed descriptions of all columns on the same page, also the demo csv file can be found in: local/catquiz/classes/importer/demo.csv
Contexts
- When importing with the csv importer, and no context is defined, a new context is created automatically. It contains the items from the default context plus the newly imported items.
- If a context is specified when importing new items, the context of the corresponding root scale has to be changed (in the CAT Manager dashboard, Scales tab) so that these items are used.
- For items to be updated via importer, the context id should be defined to enable matching with existing items.
Shortcodes
- To use the feedback and statistics functionality seamingly in your courses or anywhere you want to show them, use plugin filter_shortcodes
Shortcodes can be added in any text area and label via editor, e.g. in the course.
- To display feedbacks of the past quiz attempts use [catquizfeedback].
Additionally, the following parameter can be added, like e.g. [catquizfeedback numberofattempts=3]
* numberofattempts=3 // Defined the number of feedbacks displayed in collapsables. Starting with the newest.
-
To display an overview table of all scales use [catscalesoverview].
-
To display statistics for a group of attempts, use [catquizstatistics]
Also, the following parameters can be defined, like e.g. [catquizfeedback testid=73 starttime=1723569996]:
* globalscale // Display only attempts for this scale.
* testid // Display only attempts of the given test.
* courseid // Display only attempts of tests in the given course.
* starttime // Display only attempts that were started after this timestamp. Should be a unix timestamp.
* endtime // Display only attempts that were started before this timestamp. Should be a unix timestamp.
Installing via uploaded ZIP file
- Make sure to install the dependencies as described in dependencies
- Log in to your Moodle site as an admin and go to Site administration > Plugins > Install plugins.
- Upload the ZIP file with the plugin code. You should only be prompted to add extra details if your plugin type is not automatically detected.
- Check the plugin validation report and finish the installation.
Installing manually
Make sure to install the dependencies as described in the dependencies.
The plugin can then be installed by putting the contents of this directory to
{your/moodle/dirroot}/local/catquiz
Afterwards, log in to your Moodle site as an admin and go to Site administration > Notifications to complete the installation.
Alternatively, you can run
$ php admin/cli/upgrade.php
to complete the installation from the command line.
Setup with sample data
Import sample data
You can follow these steps to setup a quiz with sample data. This assumes that you've already installed the required plugins and created a course.
- Import questions to the course. You can use the simulation.xml file from the
tests/fixtures
directory. - Import item parameters and create CAT scales: Click on the "Catquiz" link in the main menu and select the "Import" tab. You can use the simulation.csv file from the
tests/fixtures
directory. Select;
as CSV separator. When you press import, this will automatically create new CAT scales. There will be warnings about missing labels for pilot questions, but you can ignore these. - If you navigate to the CAT manager via the "Catquiz" link in the main menu, you can check the different tabs and see that items were imported.
Setup a quiz
- Navigate to your course, activate the edit mode, and add a new activity "Adaptive Quiz".
- After entering a name, in the "CAT model" section select Catquiz CAT model.
- Under "Purpose of test" you can select a teststrategy. Here we will use "CAT".
- You can check "Active pilot mode" to include questions without item parameters in the quiz. When value of 25 is used, on average 25% of the displayed questions will be pilot questions.
- Additionally, you can choose what question the attempt should be started with, set a minimum and maximum number of questions per attempt (maybe for testing set the maximum to a low value like e.g. 8) and choose at which standard error the test should abort.
License
2024 Wunderbyte GmbH info@wunderbyte.at
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
1. Does this have the capability for a timer i.e. a 3 hour time limit per attempt?
2. Does this report out ressult to the test taker i.e. You have passed/failed? Then if they choose they can review the answer choices against the correct answer? Thanks!
Thank you for reaching out and for your interest in our plugin!
To answer your questions:
Yes, the plugin allows you to set a time limit both per attempt and per item (question).
The plugin does provide detailed feedback on the test results, but for the moment it does not include a feature to compare the selected answers against the correct ones. However, we are actively evaluating whether to add this functionality in the future.
If you need any further information or clarification, feel free to ask! Additionally, if you're using the plugin, we would greatly appreciate any feedback you may have to help us improve.
Thank you again for your support and best regards!
We will get debug and contribute fixes back to the code base.
we are unfortunate to hear that our plugin does not behave on your systems like expected. Would ylu mind to give us more more information about it in the CVS issue tracker at
https://github.com/Wunderbyte-GmbH/moodle-local_catquiz/issues
Please tell us more about the used server setup (apache or nginx), the version of moodle and which version of the needed plugins (wunderbyte_tales, adaptivequiz, shortcodes) are installed? Also, screen shots of your attempt adding questions to scales (done via import or manually?) would be fine and helpful.
Also, any contribution to the codebase via PR is highly welcome.
Thank you
Ralf
Thank you for creating this.
I have a problem when testing Quiz CAT. A message like “The quiz cannot be started with the given settings” appears on the user (student) side. I have already created a CAT scale and created a question bank. Can you help me? Thank you
Thank you for your interest in ALiSe CAT Quiz. We're sorry to hear you're experiencing issues with the setup. As a first troubleshooting step, we strongly recommend following our sample data setup guide available in our README:
https://github.com/Wunderbyte-GmbH/moodle-local_catquiz#setup-with-sample-data
This guide provides a verified working configuration that can help identify if there are any issues with your current setup.
If you continue to experience problems after trying the sample setup, please open an issue in our GitHub issue tracker at:
https://github.com/Wunderbyte-GmbH/moodle-local_catquiz/issues
When reporting the issue, it would be helpful to include:
- Your Moodle version
- Versions of required plugins (wunderbyte_tales, adaptivequiz, shortcodes)
- Screenshots of your current configuration
We appreciate your feedback and contribution to improving Quiz CAT.
Best regards,
David