#if($r.available("filter"))
$r.render("filter")
#end
#if($sectionTitle)
$r.translate("section"): $r.escapeHtml($sectionTitle)
#end

$r.escapeHtml($title)

#if($r.isNotEmpty($question))

$r.translate("chart.item")

$r.escapeHtml($question)
#end

$r.translate("fig.title")

#if($numOfParticipants) #end #if($maxScore) #end #if($rightAnswers) #end #if($wrongAnswers) #end #if($notAnswered) #end #if($itemDifficulty) #end #if($averageScore) #end #if($averageDuration) #end
$r.translate("fig.participants") $numOfParticipants
$r.translate("chart.maxscore") $maxScore
$r.translate("fig.correctanswers") $rightAnswers
$r.translate("fig.wronganswers") $wrongAnswers
$r.translate("fig.notanswered") $notAnswered
$r.translate("fig.itemdiff") $itemDifficulty
$r.translate("fig.averagescore") $averageScore
$r.translate("fig.averagedur") $averageDuration
#foreach($interactionId in $interactionIds) $r.render($interactionId) #end