TST-5185: Make QuestionSet introduction text an HTML field. Allow sub/sup and math.
parent
6fd7e9fe02
commit
e061b84f12
|
@ -72,10 +72,19 @@
|
||||||
{
|
{
|
||||||
"name": "introduction",
|
"name": "introduction",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"widget": "textarea",
|
"widget": "html",
|
||||||
"label": "Introduction text",
|
"label": "Introduction text",
|
||||||
"optional": true,
|
"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",
|
"name": "startButtonText",
|
||||||
|
|
Loading…
Reference in New Issue