diff --git a/library.json b/library.json index c8d8ae06..4a3a88f2 100644 --- a/library.json +++ b/library.json @@ -2,7 +2,7 @@ "title": "Multiple Choice", "contentType": "Question", "majorVersion": 1, - "minorVersion": 14, + "minorVersion": 15, "patchVersion": 0, "runnable": 1, "embedTypes": [ diff --git a/semantics.json b/semantics.json index 2b98b780..d055744d 100644 --- a/semantics.json +++ b/semantics.json @@ -193,10 +193,18 @@ { "name": "feedback", "type": "text", + "widget": "html", "label": "Feedback for defined score range", "importance": "low", "placeholder": "Fill in the feedback", - "optional": true + "optional": true, + "tags": [ + "strong", + "em", + "sub", + "sup", + "a" + ] } ] }