addedInput schema / properties / exam
Added value: +{
+ "description": "exam identification string, only the presets that can be used on this exam are listed, either the quiz or the exam can be specified, not both of them",
+ "type": "string"
+}
changedInput schema / properties / language / description
Previous value: -"optional language to filter the results with, presets that are not bound to a language are always included"New value: +"optional language to filter the results with, presets that are not bound to a language are always included (default: the language of the specified Quiz set or exam)"
addedInput schema / properties / quiz
Added value: +{
+ "description": "Quiz identification string, only the presets that can be used on this Quiz set are listed",
+ "type": "string"
+}
addedOutput schema / properties / exam
Added value: +{
+ "description": "exam identification string (only present if an exam is specified)",
+ "type": "string"
+}
addedOutput schema / properties / presets / items / properties / certificates
Added value: +{
+ "description": "the preset decides whether the test was successful, so certificates can be issued with it (see edubase_post_exam_certificates)",
+ "type": "boolean"
+}
addedOutput schema / properties / presets / items / properties / current
Added value: +{
+ "description": "the specified Quiz set or exam is currently graded with this preset (only present if a Quiz set or an exam is specified)",
+ "type": "boolean"
+}
addedOutput schema / properties / presets / items / properties / organization
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "organization identification string of the preset, null if the preset is not bound to an organization"
+}
changedOutput schema / properties / presets / items / required
Previous value: -[
- "preset",
- "title",
- "type",
- "language",
- "configurable",
- "own"
-]New value: +[
+ "preset",
+ "title",
+ "type",
+ "language",
+ "configurable",
+ "certificates",
+ "own",
+ "organization"
+]
addedOutput schema / properties / quiz
Added value: +{
+ "description": "Quiz identification string (only present if a Quiz set is specified)",
+ "type": "string"
+}