10:
Moodle 2 integration update: Gradebook integration
By: Ernie Ghiglione
|
In response to 1 | 01/26/11 07:42 PM | ||
OK, so I've been doing a lot of code reading in Moodle2 and I quite like it....
One of the things I've reading on is the Grades, that's the ability to grade an "activity" in Moodle so it can be displayed on the Moodle Gradebook. So I'm thinking of using the Gradebook API in Moodle to pass marks that you get in LAMS directly to the Moodle Gradebook. The plan is that in Moodle you will set up a numeric scale (say 0 to 100) and then when you do an activity in LAMS that has a result (say an Assessment) then the mark you get there will be passed to Moodle. If the activity had a max scale of 10, and this is the only activity that gives an output in the lesson, then in Moodle the student will get the full 100 points. But if the student in the Assessment gets a 6 (out of 10 -max for the assessment activity), when when passed to Moodle, it will show 60 in the Moodle Gradebook. If the lesson has more than 1 activity that returns an numeric output, then we calculate (in LAMS) what's the maximum combine mark you can get and then pass to module the percentage achieved. So say there are two activities an MCQ and an Assessment. The max mark for the MCQ is 10 and the Assessment is 40.... then if the a student gets an 8 in the MCQ and a 20 on the Assessment, then we'll do (combined student result/max possible mark ie: 28/50=0.56).... pass that to Moodle and add in the Moodle Gradebook 56 (as 100 is the max mark it's been set in the scale in Moodle and 0.56 is the result that the student got in the LAMS activities). So, how does that sound to you? Would it fly for you? Thanks, ernie Posted by Ernie Ghiglione |
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum