Skip to content

Commit 4232c9f

Browse files
committed
fix: merge main
2 parents a713108 + dd89cf9 commit 4232c9f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

models/_docs/colors.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% colors xapi %}
2+
yellow
3+
{% endcolors %}

models/courses/schema.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ models:
142142
description: '{{ doc("course_run") }}'
143143
- name: org
144144
data_type: String
145-
description: "The organization that the course belongs to"
145+
description: '{{ doc("org") }}'
146146
- name: tags_str
147147
data_type: String
148148
description: "A list of tags associated with the course"

models/enrollment/schema.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ models:
6969
description: '{{ doc("verb_id") }}'
7070
- name: enrollment_mode
7171
data_type: String
72-
description: "The mode of enrollment"
72+
description: '{{ doc("enrollment_mode") }}'
7373
- name: enrollment_status
7474
description: "Whether a learner is actively enrolled in a course"
7575
data_tests:

0 commit comments

Comments
 (0)