#if ($isPrinting)
#end
#foreach ($question in $sortedObjects)
#set ($isSystemTerm =$question.getQuestion().startsWith("Term"))
#set ($qId = $CommonFunctions.unescape($question.getQuestion()))
#set ($hideRow = ($question.getNotUsed().length() != 0))
#if (!$hideRow)
$CommonFunctions.getCoreDataFromResourceBundle($currentUserId, "$question.getQuestion()") |
$CommonFunctions.encodeHTML($CommonFunctions.unescape($question.getSummaryLabel())) |
#if (!$isSystemTerm)#end #if ($question.getNotUsed().length() == 0) $on_text #else $turnedoff_text #end #if (!$isSystemTerm)#end |
#set ($questionAccess = "$public_text")
#if ($question.getAccess().equals( "Sensitive"))
#set ($questionAccess = "$sensitive_text")
#end
#if (!$isSystemTerm)#end #if ($isSystemTerm) $na_text #elseif ($question.getAccess().length() == 0) $public_text #else $questionAccess #end #if (!$isSystemTerm)#end |
#end
#end
|
|
|
|