#if($sectionTitle)
$r.translate("section"): $sectionTitle
#end

$title

#if ($question && $question != "")

$r.translate("chart.item")

$question
#end #if ($solution && $solution != "")

$r.translate("solution")

$solution
#end

$r.translate("fig.title")

#if($numOfParticipants) #end #if($maxScore) #end #if($averageDuration) #end #if($numOfResults) #end
$r.translate("fig.participants") $numOfParticipants
$r.translate("chart.maxscore") $maxScore
$r.translate("fig.averagedur") $averageDuration
$r.translate("chart.answerscount") $numOfResults
#foreach($studentAnswer in $studentAnswers)
$studentAnswer
#end