File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ {% colors xapi %}
2
+ yellow
3
+ {% endcolors %}
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ models:
142
142
description : ' {{ doc("course_run") }}'
143
143
- name : org
144
144
data_type : String
145
- description : " The organization that the course belongs to "
145
+ description : ' {{ doc("org") }} '
146
146
- name : tags_str
147
147
data_type : String
148
148
description : " A list of tags associated with the course"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ models:
69
69
description : ' {{ doc("verb_id") }}'
70
70
- name : enrollment_mode
71
71
data_type : String
72
- description : " The mode of enrollment "
72
+ description : ' {{ doc("enrollment_mode") }} '
73
73
- name : enrollment_status
74
74
description : " Whether a learner is actively enrolled in a course"
75
75
data_tests :
You can’t perform that action at this time.
0 commit comments