CBM Grade Summary

Quiz reports ::: quiz_cbmgrades
Maintained by argmTony Gardner-Medwin
Quiz Report Plugin for Staff to see proper Reports for quizzes using CBM Behaviour. Essential with use of CBM in core Moodle unless you opt to install separate "CBM plus" code modifications.

CBM Grade Summary v2.7-r3

Moodle 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4
Released: Wednesday, 26 November 2014, 12:03 AM
CBM Grades Readme.txt file This version is NOT GDPR ADAPTED
Tony Gardner-Medwin (a.gardner-medwin@ucl.ac.uk)
v 2.7.02 (23 Aug 2014) for Moodle 2.7, 2.7.1, 2.8-3.4

This plugin directory ('cbmgrades') belongs in /moodle/mod/quiz/report .
It displays scores appropriate for interpreting performance when using CBM.
It optionally displays responses for individual questions.
Scores can be based either on the whole quiz or on just those questions which the student has chosen to respond to.
This latter is appropriate when a student uses the quiz for self-testing, choosing which Qs s/he wishes to work with.

The original plugin (v.1.2) was written for the CBM behaviours modified in Moodle 2.6 and also works with
CBM in core Moodle in Moodle 2.3+. It is compatible with the patches available at TMedwin.net/cbm/moodle to
improve CBM behaviour in Moodle 2.3+, but is not essential with these.
Please report any issues to me Tony Gardner-Medwin (a.gardner-medwin@ucl.ac.uk)

This version differs from ones suitable for Moodle 2.6 because of small changes in core code.

23/11/2013 (v. 1.1.0) A help Icon linking to Moodle Docs was added
29/11/2013 (v. 1.2.0) Code to calculate accuracy involving partially correct answers improved (in cbmgrades_table.php)
required addidng rawfraction to $lateststeps :
function load_question_latest_steps(qubaid_condition $qubaids) added (code from Tim Hunt)
24/5/2014 (v.1.4) For 2.7: minor (but necessary) changes:
Added null handling at start of load_question_latest_steps in cbmgrades_table.php
quiz_has_questions() in place of quiz_questions_in_quiz() L156 in report.php
[NB v.1.3 is obsolete]
11/8/2014 (v.2.7.0) Version name is now related to the Moodle version it is for. This is for Moodle 2.7 and 2.71
Corrects a freeze caused if user tried to sort the report by special CBM scores in 1.4
Now includes a column showing the total accumulated CBM marks.
Clarifies which result columns are based on just those Qs the student has chosen, when this is selected
18/8/14 (v2.7.01) In CBM Grades report:
Adds time columns in place of State column
Shows CB Grade (CB accuracy * Quiz maxgrade) as well as Moodle Grade (Marks scaled to maxgrade)
Only shows CB Bonus, CB Accuracy if CBM was used in the attempt
Shows total marks even for an incomplete attempt
23/8/14 Minor correction affecting partially correct items in case people use this Plugin without the
code modifications at tmedwin.net/cbm/moodle/download
TGM 23/8/2014

Version information

Version build number
2014082500
Version release name
v2.7-r3
Can be updated from
1.4.0
Maturity
Stable version
MD5 Sum
190d7a8977f328306562ea1e2f268d2b
Supported software
Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4
  • Latest release for Moodle 2.7
  • Latest release for Moodle 2.8
  • Latest release for Moodle 2.9
  • Latest release for Moodle 3.0
  • Latest release for Moodle 3.1
  • Latest release for Moodle 3.2
  • The more recent release v2.7-r4 (2018051800) exists for Moodle 3.3
  • The more recent release v2.7-r4 (2018051800) exists for Moodle 3.4

Default installation instructions for plugins of the type Quiz reports

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myreport") in the "mod/quiz/report" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation