TST-5185: Make QuestionSet introduction text an HTML field. Allow sub/sup and math.

pull/1/head
Frank Ronny Larsen 2013-07-10 10:34:17 +02:00
parent 6fd7e9fe02
commit e061b84f12
1 changed files with 11 additions and 2 deletions

View File

@ -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",