mod/referentiel/certificat: Difference between revisions

From MoodleDocs
m (clean up, typos fixed: For example → For example,, againts → against, tionnal → tional)
 
(6 intermediate revisions by one other user not shown)
Line 4: Line 4:
Certification is a process : skills are declared, then evaluated and validated.
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).
Even without a formal certification, the process is the same, each outcome or skill is evaluated by teachers  against 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.
The Certificate thumbnail gives an instant view of student's achievement to certification.
Line 27: 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 at least two times (in two activity declarations).
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 41: Line 41:




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


== See also ==
== See also ==
* [[mod/referentiel/scale|Scale]]
* [[mod/referentiel/view|Skills Repository]]
* [[mod/referentiel/export|Export skills as Outcomes]]




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/export|Scales and Outcomes]]
* [[mod/referentiel/bareme|Scales]]
* [[mod/referentiel/export|Outcomes]]


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

Latest revision as of 15:20, 19 May 2022

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 against 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 proportional to WEIGHT * INPRINT.

See also


Linked Pages  :