You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/assessmentExtension/v2p0/ob-assessment_v2p0.lines
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,13 @@ Package MainClasses DataModel
15
15
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."
16
16
17
17
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"
24
25
25
26
Class Question Unordered false []
26
27
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
29
30
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."
30
31
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."
31
32
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"
0 commit comments