From e061b84f12416d17696710a997b42b1c68b2eebb Mon Sep 17 00:00:00 2001 From: Frank Ronny Larsen Date: Wed, 10 Jul 2013 10:34:17 +0200 Subject: [PATCH] TST-5185: Make QuestionSet introduction text an HTML field. Allow sub/sup and math. --- semantics.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/semantics.json b/semantics.json index 034b4e0..5da9ba2 100644 --- a/semantics.json +++ b/semantics.json @@ -72,10 +72,19 @@ { "name": "introduction", "type": "text", - "widget": "textarea", + "widget": "html", "label": "Introduction text", "optional": true, - "description": "This text will be displayed before the quiz starts." + "description": "This text will be displayed before the quiz starts.", + "enterMode": "p", + "tags": [ + "sub", + "sup", + "math", + "strong", + "em", + "p" + ] }, { "name": "startButtonText",