Compare two revisions of: Courses and tasks json

... ... @@ -74,7 +74,7 @@ Non problem elements will have a special ungraded tag
74 74 For the automatic generation of courses and tasks json file, the course document needs to have the following parameters.
75 75
76 76 # Course Parameters
77 -## 1. lms-include
77 +## 1. lms_include
78 78 With this parameter you can control whether or not and what elements of the course should be included as tasks in the automatic generated course json.
79 79 Possible values:
80 80 - none: the course will not be included. This is the default value.
... ... @@ -82,17 +82,17 @@ Possible values:
82 82 - comma separated combination of course,worksheet,lecture: ex. if lms-include = course,worksheet then the course and worksheet will appear as tasks.
83 83 - (worksheet|lecture):[role] - use this to include worksheets and lectures with the specific role
84 84
85 -## 2. lms-languages
85 +## 2. lms_languages
86 86 This parameter takes a comma separated value of language codes e.g. *"de,en,fr"*. Default value is *"de,en"*.
87 87 With this parameter, you can control which languages should be generated for the tasks headlines.
88 88 Note that the actual headlines can only be generated if the course file and element file also have the translated names in the metainfo.
89 89
90 90
91 91 # Container (lecture, worksheet, annex) Parameters
92 -## 1. lms-role
92 +## 1. lms_role
93 93 This parameter has 2 functions:
94 94 1. for filtering in lms-include
95 95 2. to be the value of the tag name *"Type"*
96 96
97 -## 2. lms-chapter
97 +## 2. lms_chapter
98 98 The value of this parameter will be used as the value of the tag name *"Chapter"*
99 99