-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add mandatory statements templates #1
base: master
Are you sure you want to change the base?
Conversation
275b9d4
to
e24e5d4
Compare
e24e5d4
to
b84e340
Compare
b84e340
to
9951ad8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Just need more explanations about the launched event.
More general question: how do we check the decision tree consistency from the rules section?
|
||
- `context.contextActivities.category`: INCLUDED, MUST contain an activity with the `https://w3id.org/xapi/assessment` id. | ||
- `result.score`: EXCLUDED. | ||
- `result.success`: EXCLUDED. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is the responsibility of passed
and failed
statements to carry this information
statements/mandatory/launched.md
Outdated
- `context.contextActivities.category`: INCLUDED, MUST contain an activity with the `https://w3id.org/xapi/assessment` id. | ||
- `context.extensions.https://w3id.org/xapi/cmi5/context/extensions/launchurl` : INCLUDED, URI format. | ||
- `context.extensions.https://w3id.org/xapi/cmi5/context/extensions/launchmode` : INCLUDED, MUST be set to one of the following value {`Normal`, `Browse`, `Review`}. | ||
- `context.extensions.https://w3id.org/xapi/cmi5/context/extensions/moveon` : INCLUDED, MUST be set to one of the following value {`Completed`, `Passed`, `CompletedAndPassed`, `CompletedOrPassed`, `NotApplicable`}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I would need some explanation about this extension meaning.
91aef98
to
f7612da
Compare
f7612da
to
2f449f3
Compare
Based on the cmi5 specification, which is a standard for evaluation learning tracking logs, following statements are modelised: - Initialized - Launched - Passed - Failed - Completed - Answer
2f449f3
to
80f4a60
Compare
Purpose
Essential users activities on assessment can be modelised with mandatory xAPI statements.
Proposal