{% If CurrentQuestion.Type = "single" Then %} {%:= CurrentADC.GetContent("dynamic/single.html").ToText() %} {% ElseIf CurrentQuestion.Type = "multiple" Then %} {%:= CurrentADC.GetContent("dynamic/multiple.html").ToText() %} {% EndIf %}