#if(!$isRestrictedEdit)
#end
|
#if($content.getType().equals("CONTENT"))
$r.translate("questionform_typeText") |
#elseif($content.getType().equals("BLANK"))
$r.translate("questionform_typeBlank") |
#end
#if($content.getType().equals("CONTENT"))
#if($isSurveyMode.equals("false"))
#if ($question.isSingleCorrect())
#else
|
#end
#else
|
#end
$r.formatLatexFormulas($content.getContent().renderAsHtml($mediaBaseURL))
#elseif($content.getType().equals("BLANK"))
|
#if ($isSurveyMode.equals("false"))
## No maxLength to allow input of many synonyms
#else
#end
#end
|
## if(!$isRestrictedEdit)
#if($isSurveyMode.equals("false"))
#if($content.getType().equals("BLANK"))
#if($content.getCaseSensitive().equals("Yes"))
#else
#end
#end
|
#end
## end
#if($content.getType().equals("BLANK"))
|
|
#end
#if($isSurveyMode.equals("false") && !$question.isSingleCorrect() && $content.getType().equals("BLANK"))
#if(!$isRestrictedEdit)
#else
$content.getPoints()
#end
|
#end
#if($content.getType().equals("CONTENT"))
#else
#end
#if(!$isRestrictedEdit && ($question.getResponses().size() > 1) )
#end
|
#end