Skip to content

Commit

Permalink
Exercise: adding 2 globals new type of question to embeddable type qu…
Browse files Browse the repository at this point in the history
…estions -refs BT#18952
  • Loading branch information
NicoDucou committed May 25, 2022
1 parent d848f21 commit 84348e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main/inc/lib/exercise.lib.php
Expand Up @@ -6121,7 +6121,9 @@ public static function getEmbeddableTypes(): array
UNIQUE_ANSWER_IMAGE,
READING_COMPREHENSION,
MULTIPLE_ANSWER_TRUE_FALSE_DEGREE_CERTAINTY,
UPLOAD_ANSWER,
UPLOAD_ANSWER,
MATCHING_GLOBAL,
FILL_IN_BLANKS_GLOBAL,
];
$defaultTypes = [UNIQUE_ANSWER, MULTIPLE_ANSWER, UNIQUE_ANSWER_IMAGE];
$types = $defaultTypes;
Expand Down

0 comments on commit 84348e8

Please sign in to comment.