Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: mod/referentiel/certificat.

mod/referentiel/certificat

From MoodleDocs

Certificates

Certification is a process : skills are declared, evaluated, validated.

Even without au formal certification, the process is the same, each outcome or skill is evaluated by teachers againts a binary scale (0 / 1).

The certificat thumbnail gives an instant view of student's achievement to certification. At the end of the certification process, the "certificate" is a "document" which the student can get.

A certificate is :

   * A list of skills, competencies, outcomes validated for a given Skills repository
   * A synthesis by strudent 
   * A commentary by a teacher 
   * The referee name (a teacher validator)
   * Date and jury's decision abot the candidate certification

When a certificate is locked (pink background), not any skill can be added by student.


Certificate validation

Items with null inprint are nor retained for certification...

Each Item which is validated in the activities a number of time which is at least equal to the value of it inprint is validated for the certification.

For example if the item A.1.1 gets an inprint of 2 it has to be validated in at least two different activities.

Calculus of a grade

Grade are displayed as percentiles for domains and compétencies...

   At Item level:
     100% * NOMBRE_VALIDATION_ITEM / EMPREINTE_ITEM
   At competency level :
     100% * SOMME(NOMBRE_VALIDATION_ITEM / POIDS_ITEM) / SOMME(POIDS_ITEM * EMPREINTE_ITEM)
   At domain level :
     100% * SOMME(NOMBRE_VALIDATION_ITEM / POIDS_ITEM) / SOMME(POIDS_ITEM * EMPREINTE_ITEM)


By the way, the contribution of an Item the grade of the competency (or domain) is proportionnal to POIDS * EMPREINTE.

See also

Outcome's Scale


Linked Pages  :