Setting up simple grading

Setting up simple grading

by John Purssey -
Number of replies: 2

Our courses have a simple assessment structure

  1. Each course has a number of assignments.
  2. Each assignment is graded as Complete/Not Complete
  3. All assignments must be Complete for the course to be passed.

What is the best way to set this up?

Should I use the lowest grade aggregation type with no empty grades?

Do I need to set up the Complete/Not Complete scale?


Moodle 3.1

In reply to John Purssey

Re: Setting up simple grading

by Purnendu Dash -
Picture of Plugin developers

You can use the completion tracking feature of Moodle.

step 1: Go to site administration > Advanced features > click the check box for "Enable completion tracking" > click on save changes.
Step 2 : Go to your course > edit settings > Completion tracking > choose "yes" for "Enable completion tracking".
step 3: Go to each activities of course > edit settings > Activity completion > choose criteria what you want > save changes.
step 4: Again go to course administration > Course completion > configure your completion settings > save changes.

Useful Links:-

https://docs.moodle.org/23/en/Course_completion_settings

https://docs.moodle.org/27/en/Activity_completion_settings

Regards,

Purnendu



In reply to John Purssey

Re: Setting up simple grading

by Edmund Evangelista -

I'm also interested in knowing where to get the equivalent value specified in mdl_grade_categories.aggregation. I was looking for a related table of the value specified on this field but can't find it. Ex. mdl_grade_categories.aggregation=10, then where to find the literal description of this 10? It maybe equivalent to NATURAL or WEIGHTED MEAN OF GRADES