From af0009f3c704f9ff300fa37ad33741322b4641d3 Mon Sep 17 00:00:00 2001 From: Quitterie Lucas Date: Tue, 21 Feb 2023 16:38:02 +0100 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9D(profile)=20list=20profiles=20s?= =?UTF-8?q?tatements=20based=20on=20cmi5=20interactions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Assessment activities can be described following the cmi5 specification. --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index e9d01de..40fb391 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,41 @@ This documentation intends to describe assessment profile defined by the Gaia-X ## Statements +### Participation + +These statements are required to know which assignment has been proposed to learners, when it was available, who answer the assignment and what are the individual results for each participant. This specification complies to the cmi5 specification. + +All these statements are **MANDATORY** in order to comply with this profile. + +- [Launched](./statements/mandatory/launched.md) +- [Initialized](./statements/mandatory/initialized.md) +- [Completed](./statements/mandatory/completed.md) +- [Passed](./statements/mandatory/passed.md) +- [Failed](./statements/mandatory/failed.md) +- [Terminated](./statements/mandatory/terminated.md) + +:warning: In some assessment tools, the implementation does not allow to track contextual information about the assessment itself. +Following statements, ONLY WHEN it is technically not possible to be tracked are optional: +- launched +- initialized +- completed +- terminated + +### Main interactions + +These statements are helpful to get to know what happened in detail during the assessment. In an analytics perspective, it gives information on how student behave to fulfill (or aband) the assessment and give pedagogical feedback about it to improve the assessment. + +All these statements are **HIGHLY RECOMMENDED**. + +- [Shew answer](/statements/optional/shew-answer.md) +- + +### Other interactions + +These statements give more details on learners during an assessment. + +All these statements are **OPTIONAL**. + ## Contributors | Github user | Name | Company/Institution | From 7bcfa205673b5f69b7584297f4dd9be0088df914 Mon Sep 17 00:00:00 2001 From: Quitterie Lucas <56359895+quitterie-lcs@users.noreply.github.com> Date: Thu, 20 Apr 2023 11:56:27 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40fb391..5b68bf5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ These statements are helpful to get to know what happened in detail during the a All these statements are **HIGHLY RECOMMENDED**. - [Shew answer](/statements/optional/shew-answer.md) -- +- [Answered question](./statements/recommended/answered-question.md) ### Other interactions From 2069b2c9d9e394fc569ea7a9449165d230653bfb Mon Sep 17 00:00:00 2001 From: Quitterie Lucas <56359895+quitterie-lcs@users.noreply.github.com> Date: Thu, 20 Apr 2023 11:56:32 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b68bf5..16af7d0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ These statements are helpful to get to know what happened in detail during the a All these statements are **HIGHLY RECOMMENDED**. -- [Shew answer](/statements/optional/shew-answer.md) +- [Shew answer](./statements/recommended/shew-answer.md) - [Answered question](./statements/recommended/answered-question.md) ### Other interactions