updatePhase function

Update the current phase of an examinee object

Update the current phase of an examinee object

updatePhase is a function for updating examinee objects after completing a module. updatePhase updates the phase by calling changePhase.

updatePhase(examinee_object, assessment_structure)

Arguments

  • examinee_object: an examinee object.
  • assessment_structure: an assessment_structure object.

Returns

an examinee object with its current_phase slot updated.

Examples

## assessment uses two phases examinee <- examinee_list_math[[1]] examinee@current_phase ## P1 examinee <- updatePhase(examinee, assessment_structure_math) examinee@current_phase ## P2 examinee <- updatePhase(examinee, assessment_structure_math) examinee@current_phase ## P1
  • Maintainer: Seung W. Choi
  • License: GPL (>= 2)
  • Last published: 2022-05-18