Objective
An Objective is a statable learning
objective.
| Name | Syntax | Many | Description |
|---|---|---|---|
| Identifiable | |||
id |
id | the Id |
|
| Extensible | |||
recordTypes |
type | ⋆ | the record types available |
| Browsable | |||
properties |
Property | ⋆ | a list of properties |
| OsidObject | |||
displayName |
displaytext | the display name | |
description |
displaytext | the description | |
genusType |
type | the genus type of this object | |
| Name | Syntax | Many | Description |
|---|---|---|---|
hasAssessment |
boolean | true if an assessment exists, false otherwise |
|
assessmentId |
id | the assessment Id |
|
assessment |
Assessment | the assessment | |
hasKnowledgeCategory |
boolean | true if a knowledge category exists, false
otherwise |
|
knowledgeCategoryId |
id | the grade Id |
|
knowledgeCategory |
Grade | the grade | |
hasCognitiveProcess |
boolean | true if a cognitive process exists, false
otherwise |
|
cognitiveProcessId |
id | the grade Id |
|
cognitiveProcess |
Grade | the grade |
Activity
An Activity represents learning
material or other learning activities to meet an
objective. An Activity has may relate to a set of
Asssts for self learning, recommended
Courses to take, or a learning
Assessment. The learning
Assessment differs from the
Objective Assessment in that
the latter used to test for proficiency in the
Objective.
Generally, an Activity should focus
on one of assets, courses, assessments, or some other
specific activity related to the objective described
or related in the ActivityRecord.
| Name | Syntax | Many | Description |
|---|---|---|---|
| Identifiable | |||
id |
id | the Id |
|
| Extensible | |||
recordTypes |
type | ⋆ | the record types available |
| Browsable | |||
properties |
Property | ⋆ | a list of properties |
| OsidObject | |||
displayName |
displaytext | the display name | |
description |
displaytext | the description | |
genusType |
type | the genus type of this object | |
| Name | Syntax | Many | Description |
|---|---|---|---|
objectiveId |
id | the objective Id |
|
objective |
Objective | the related objective | |
isAssetBasedActivity |
boolean | true if this activity is based on assets, false
otherwise |
|
assetIds |
id | ⋆ | list of asset Ids |
assets |
Asset | ⋆ | list of assets |
isCourseBasedActivity |
boolean | true if this activity is based on courses, false
otherwise |
|
courseIds |
id | ⋆ | list of course Ids |
courses |
Course | ⋆ | list of courses |
isAssessmentBasedActivity |
boolean | true if this activity is based on assessments,
false otherwise |
|
assessmentIds |
id | ⋆ | list of assessment Ids |
assessments |
Assessment | ⋆ | list of assessments |
Proficiency
A Proficiency represents a competency
of a leraning objective.
| Name | Syntax | Many | Description |
|---|---|---|---|
| Identifiable | |||
id |
id | the Id |
|
| Extensible | |||
recordTypes |
type | ⋆ | the record types available |
| Browsable | |||
properties |
Property | ⋆ | a list of properties |
| OsidObject | |||
displayName |
displaytext | the display name | |
description |
displaytext | the description | |
genusType |
type | the genus type of this object | |
| Temporal | |||
isEffective |
boolean | true if this is effective, false otherwise |
|
startDate |
datetime | the start date | |
endDate |
datetime | the end date | |
| OsidRelationship | |||
hasEndReason |
boolean | true if an end reason is available, false
otherwise |
|
endReasonId |
id | a state Id |
|
endReason |
State | a state | |
Objective Bank
an objective bank defines a collection of objectives.
| Name | Syntax | Many | Description |
|---|---|---|---|
| Identifiable | |||
id |
id | the Id |
|
| Extensible | |||
recordTypes |
type | ⋆ | the record types available |
| Browsable | |||
properties |
Property | ⋆ | a list of properties |
| OsidObject | |||
displayName |
displaytext | the display name | |
description |
displaytext | the description | |
genusType |
type | the genus type of this object | |
| Sourceable | |||
providerId |
id | the provider Id |
|
provider |
Resource | the provider | |
brandingIds |
id | ⋆ | a list of asset Ids |
branding |
Asset | ⋆ | a list of assets |
license |
displaytext | the license | |