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: Difference between revisions

From MoodleDocs
 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:




Certification is a process : skills are declared, evaluated, validated.
Certification is a process : skills are declared, then evaluated and 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).
Even without a formal certification, the process is the same, each outcome or skill is evaluated by teachers  againts a binary scale (0 / 1, or an outcome scale (NA, pass, well done, outstanding).


The certificat thumbnail gives an instant view of student's achievement to certification.
The Certificate 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.  
At the end of the certification process, the "certificate" is a  "document" which the student can get, print, export.  


A certificate is :
A certificate is composed by  :


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


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


When a certificate is closed, not any activiy declaration can be added by student.


=== Certificate validation ===
=== Certificate validation ===
Line 26: Line 27:
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.
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.
For example if the item A.1.1 gets an inprint of 2 it has to be validated at least two times (in two activity declarations).


=== Calculus of a grade ===
=== Calculus of a grade ===
Line 33: Line 34:


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




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


== See also ==
== See also ==
[[mod/referentiel/export|Outcome's Scale]]
* [[mod/referentiel/view|Skills Repository]]




Linked Pages  :
Linked Pages  :
* [[mod/referentiel/view|Skills repository]]
* [[mod/referentiel/view|Skills repository]]
* [[mod/referentiel/edit|Skills repository creation]]
* [[mod/referentiel/activite|Activity]]
* [[mod/referentiel/activite|Activity declaration]]
* [[mod/referentiel/task|Tasks]]
* [[mod/referentiel/task | Tasks]]
* [[mod/referentiel/bareme|Scales]]
* [[mod/referentiel/export|Scales and Outcomes]]
* [[mod/referentiel/export|Outcomes]]


[[Category:Modules (non-standard)]]
 
[[Category:Teacher]]
[[Category:Contributed code]]
[[Category: Skills repository (Referentiel)]]
[[Category: Skills repository (Referentiel)]]
[[fr:mod/referentiel/certificat]]

Latest revision as of 16:40, 5 July 2015

Certificates

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

Even without a formal certification, the process is the same, each outcome or skill is evaluated by teachers againts a binary scale (0 / 1, or an outcome scale (NA, pass, well done, outstanding).

The Certificate 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, print, export.

A certificate is composed by  :

   * A list of skills, competencies, outcomes validated for a given Skills repository (Competency framework)
   * A synthesis by the student  owner
   * A commentary by the referee (a teacher)
   * The referee name (a teacher validator)
   * Date and jury's decision

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

When a certificate is closed, not any activiy declaration 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 at least two times (in two activity declarations).

Calculus of a grade

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

   At Item level:
     100% * NUMBER_VALIDATION_ITEM / INPRINT_ITEM
   At competency level :
     100% * SUM(NUMBER_VALIDATION_ITEM / WEIGHT_ITEM) / SUM(WEIGHT_ITEM * INPRINT_ITEM)
   At domain level :
     100% * SUM(NUMBER_VALIDATION_ITEM / WEIGHT_ITEM) / SUM(WEIGHT_ITEM * INPRINT_ITEM)


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

See also


Linked Pages  :