Skip to content

Commit 7424b9c

Browse files
committed
Add rubricCriterionLevelId property to Section and Question classes
1 parent e677cfa commit 7424b9c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

extensions/assessmentExtension/v2p0/ob-assessment_v2p0.lines

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ Package MainClasses DataModel
1515
Property sections Section 0..* "d:A listing of sections, each with questions, that make up the assessment. Typically included if the issuer wishes to make available applications for the badge."
1616

1717
Class Section Unordered false []
18-
Property type IRI 1 "d:MUST be the IRI 'Section'."
19-
Property title String 1 "d:The name of the section."
20-
Property description String 1 "d:A short description of the section."
21-
Property questions Question 0..* "d:The questions that make up this section."
22-
Property required String 0..1 "d:Indicates whether this section is considered to be required for completion of the assessment. Default: true."
23-
Property url URI 0..1 "d:An external URL that represents this section."
18+
Property type IRI 1 "d:MUST be the IRI 'Section'."
19+
Property title String 1 "d:The name of the section."
20+
Property description String 1 "d:A short description of the section."
21+
Property questions Question 0..* "d:The questions that make up this section."
22+
Property required String 0..1 "d:Indicates whether this section is considered to be required for completion of the assessment. Default: true."
23+
Property url URI 0..1 "d:An external URL that represents this section."
24+
Property rubricCriterionLevelId IRI 0..* "d:A listing of RubricCriterionLevel identifiers related to this section"
2425

2526
Class Question Unordered false []
2627
Property type IRI 1 "d:The type of question. One of the following type identifiers defined in the extension context: 'ExternalQuestion', 'FileQuestion' or 'TextQuestion'."
@@ -29,6 +30,7 @@ Package MainClasses DataModel
2930
Property wordLimit NonNegativeInteger 0..1 "d:For TextQuestions, specifies a maximum length in words that may be enforced as a suggestion or requirement, depending on the application."
3031
Property characterLimit NonNegativeInteger 0..1 "d:For TextQuestions, specifies a maximum length in characters that may be enforced as a suggestion or requirement, depending on the application."
3132
Property url URI 0..1 "d:An external URL that represents this question."
33+
Property rubricCriterionLevelId IRI 0..* "d:A listing of RubricCriterionLevel identifiers related to this question"
3234

3335
Package Enumerations DataModel
3436

0 commit comments

Comments
 (0)