Setting a Grade Boundary for Tests with CBM as question behavior

Setting a Grade Boundary for Tests with CBM as question behavior

Isabelle Langeveld -
回帖数:1

Hi,

I am using 2.7.

In our self paced online courses we use pre tests with CBM. They have the function of telling our users (physicians) that they have a good or a lacking insight in the material a subsequent module (SCORM package) covers. If their insight is good enough they pass the pre test and have the module registered as completed without taking it.

I am thinking about what grade boundary to set for passing and for the Overall feedback in percentages, while using CBM. The message for above the boundary is okay completed, and for under the boundary is, not completed, take the module.

The grade boundary here in combination with CBM is, I think, the Moodle grade which is: correct answers with a certainty of 2. I think using this average doesn't do justice to CBM.

The CBM is most important at question level: what topics are really misunderstood? At test level I am okay with just the percentage of accuracy at 80 for allowing them to skip the module. And I would like to add in the bonus for their CBM accuracy.

How can I change the grade condition for passing from Moodle grade to Accuracy = Bonus?


回复Isabelle Langeveld

Re: Setting a Grade Boundary for Tests with CBM as question behavior

Tony Gardner-Medwin -
Plugin developers的头像

I have put up the necessary code for this at http://tmedwin.net/cbm/moodle/download . NB it won't handle regrades. See also: https://moodle.org/mod/forum/discuss.php?d=262559 . You can see the effects of this code (with 2.6 actually, but only slightly different from 2.7) by logging in at my test site:  www.tmedwin.net/moodle264 either

... as a student using userid=moodler and password=moodler

... as a teacher using userid=teacher and password=mdlteacher

 TGM