Moodle Plugins directory: CAPQuiz: Versions: 0.7.1 | Moodle.org

CAPQuiz
Activities ::: mod_capquiz
Maintained by
George Schaathun,
Sebastian Gundersen,
André Storhaug
CAP is short for Computer Adaptive Practice. In CAPQuiz, the proficiency is measured by a rating. Good answers increase the rating, and bad answers decrease it. To increase the rating, students need to give good answers more of than bad ones over time. Estimating question difficulty is known to be difficult. CAPQuiz automates this process to some extent. The question author must provide an initial estimate, but CAPQuiz improves the estimates based by comparing how the same student answers different questions. Hence the rated question sets will improve over time.
CAPQuiz 0.7.1
Moodle 4.1, 4.2
Released: Friday, 11 October 2024, 4:54 AM
Code prechecks
overview
phplint
phpcs227 | 131
js0 | 2
css
phpdoc2 | 0
savepoint
thirdparty
grunt
shifter
mustache
gherkin
HTML | XMLChangelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
[0.7.1] - 2024-10-10
- Fixed bug with uploaded images in questions not being displayed
- Fixed edit/preview action links in question list
[0.7.0] - 2023-04-28
- Upgraded to work with Moodle 4.0
Tested for Moodle 4.0, 4.1, 4.0. Moodle 3.x is no longer supported, due to the changes in the core quiz/question API.
Note that it is no longer testet with Moodle 3.x.
[0.6.3] - 2023-04-28
Tested for Moodle 3.11 and 3.9.
Fixed
- Fixed some code style problems and CI integration
0.6.2
This release is made primarily because of 0.6.1 did not get new version numbers and is therefore not detected by Moodle's upgrade system.
- Compliance with continuous integration (CI) tests
- Improved Code Style
- Added PHP Doc
- Some refactoring
0.6.1
Fixed
- use global $PAGE instead of undefined $this->page in classlist renderer.
0.6.0
Tested for Moodle 3.10 and 3.9.
Fixed
- Performance improvements. Fixes #167
- #193 fix foreign key user id for capquiz attempt
0.5.0 - 2020-09-16
Removed
- Commenting system for student feedback is removed in favour of the QTracker plugin.
0.4.2 - 2020-09-15
0.4.1 - 2019-10-24
Fixed
- Error in question rating update. #161
0.4.0 - 2019-07-30
Added
- Framework for CAPQuiz report sub-plugins
- New Attempts report sub-plugin where one can view/generate reports on CAPQuiz attempts made within the activity.
- New Questions report sub-plugin where one can view/generate reports on the development of CAPQuiz question ratings over time.
- Ability to manage the question bank in the context of the CAPQuiz activity, via new link in the navigation menu.
- Check out the commented question in the comments pane (teacher view) by providing link to question preview.
Changed
- Minor styling changes
Fixed
- Add some missing language strings
- Wrong contexts were exported when exporting user data through the Privacy API (GDPR)
0.3.2 - 2019-07-01
0.3.1 - 2019-07-01
Fixed
- Add some missing language strings
0.3.0 - 2019-06-27
Added
- Added support for Moodle grading system
- Added button to add all selected (checked) questions to question list
- Number of stars is now configurable
- Class list is improved (sorting by columns)
Changed
- Merged some tabs to simplify user interface
- Rounded user ratings in class list
Fixed
- Add some missing language strings
0.2.0 - 2019-06-24
Added
- Questions can now be sorted by name and rating
- Students can now comment on questions to give feedback to the instructor
- Added tooltips to stars to inform what they mean
- GDPR compliance
- Ability to import from question list templates
- Ability to delete question list templates
- Added "Edit" and "Preview" button to questions in Edit tab
Changed
- Better star visualization (dimmed star to show "lost" stars)
- Some style improvements to Edit tab
Fixed
- Various bugfixes
0.1.5 - 2019-03-08
Fixed
- Fix language file to support AMOS translation system.
0.1.4 - 2019-01-21
Fixed
- Fix CSS coding style errors.
0.1.3 - 2019-01-21
Added
- Implementation of the backup API.
Fixed
- Fixed bugs in question bank.
0.1.2 - 2018-11-10
0.1.1 - 2018-10-30
0.1.0 - 2018-09-28
Version information
- Version build number
- 2023043002
- Version release name
- 0.7.1
- Maturity
- Vèsyon ki estab
- MD5 Sum
- 903f5969407847d0d271ecf2df14e1f6
- Supported software
- Moodle 4.1, Moodle 4.2
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- release/v0.7
- VCS tag
- v0.7.1
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation