From ab8471fe894077e6b84c655ae1c1a4afeddf179e Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Fri, 9 Sep 2022 16:14:08 +0200 Subject: [PATCH] Amend show-when rule for showing unit scoring --- semantics.json | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/semantics.json b/semantics.json index d2f78cb..5e62260 100644 --- a/semantics.json +++ b/semantics.json @@ -97,20 +97,25 @@ { "field": "action", "equals": [ - "H5P.ImageHotspotQuestion", "H5P.Blanks", - "H5P.SingleChoiceSet", - "H5P.MultiChoice", - "H5P.TrueFalse", + "H5P.Column", + "H5P.CoursePresentation", + "H5P.Crossword", + "H5P.Dictation", "H5P.DragQuestion", - "H5P.Summary", "H5P.DragText", + "H5P.Essay", + "H5P.Flashcards", + "H5P.ImageHotspotQuestion", + "H5P.InteractiveVideo", "H5P.MarkTheWords", "H5P.MemoryGame", + "H5P.MultiChoice", "H5P.QuestionSet", - "H5P.InteractiveVideo", - "H5P.CoursePresentation", - "H5P.Flashcards" + "H5P.SingleChoiceSet", + "H5P.SortParagraphs", + "H5P.Summary", + "H5P.TrueFalse" ] } ]