{% IF (CurrentQuestion.Type = "single" OR CurrentQuestion.Type = "single-loop") Then %} {%:= CurrentADC.GetContent("dynamic/standard_single.html").ToText()%} {% ElseIf (CurrentQuestion.Type = "multiple" OR CurrentQuestion.Type = "multiple-loop") Then %} {%:= CurrentADC.GetContent("dynamic/standard_multiple.html").ToText()%} {% EndIF %}