Closed (fixed)
Project:
Course
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Aug 2012 at 01:56 UTC
Updated:
2 Jun 2014 at 20:20 UTC
Jump to comment: Most recent
Comments
Comment #1
djdevinThere is a grade_result column inside of the course report, and also a grade_result for each fulfillment record.
The question is, how do we know which quiz should write to the course_report.grade_result as being the "final" grade of the course?
Thoughts?
Comment #2
eotinfotech commentedWe need to give a option for having
1. Average for all the quiz
2. Max of the Selected One Quiz
to be saved in the course grade
This will be a Add On, to the Course (Just like Certificate). Which will keep track about the Quiz.
Need more discussion on "How to" !
Thanks
Prachait
Comment #3
djdevinAlright, I am working on this.
Quiz has it's own grading functionality so we won't be addressing that. But we will add an option to the course object form for all objects:
[x] Include in final grade calculation
On the course node you will be able to select the calculation method:
(o) Highest
Will pull the highest grade out of all the selected course objects
( ) Lowest
Will pull the lowest grade...
( ) Average
Will average the grade...
We will also need to add a blocker for course grade calculation to course objects as an access plugin. This will allow an admin to set up a course object that the user may not enter until an aggregate course grade is reached. For example, if there are 4 tests and you must get an average of 75 to proceed to a course object.
Comment #4
djdevinComment #5
eotinfotech commentedPerfect, I liked the idea.
As of now, I will be using the hardcoded in _token of course_certificate.
I would like to have this hook for course_quiz .
Let me know, as I can test and develop the same on our staging server.
Thanks
Prachait
Comment #6
djdevinThere is some work going on in 6.x-1.x that can be tested, but not ready for production.
Currently you should be able to select an object to include in the final course grade.
The final course grade will be from the last course object that has that option checked.
Comment #7
djdevinThere's a test for this too.
Comment #8.0
(not verified) commentedLink Added