Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List profile statements #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
quitterie-lcs marked this conversation as resolved.
Show resolved Hide resolved
-
quitterie-lcs marked this conversation as resolved.
Show resolved Hide resolved

### Other interactions

These statements give more details on learners during an assessment.

All these statements are **OPTIONAL**.

## Contributors

| Github user | Name | Company/Institution |
Expand Down