$!menuTitle

$!displayTitle #if($hasObjectives)

$r.render("learningObjectives")

#end #if ($hasScore || $hasPassed) #if ($hasScore) #end #if ($hasPassed) #end

$r.translate("score.title")

$r.translate("calcedscore"): #if($scoreScore) $scoreScore #else $r.translate("score.noinfo") #end
$r.translate("calcedpassed"): #if ($hasPassedValue && $scorePassed == true) $r.translate("passed.yes") #elseif($hasPassedValue && $scorePassed == false) $r.translate("passed.no") #else $r.translate("passed.noinfo") #end

#end #foreach($coursenode in $children)

#set ($nodeconfig = $nodeFactory.getCourseNodeConfiguration($coursenode.getType())) $coursenode.getShortTitle()

$coursenode.getLongTitle() #if ($coursenode.getLearningObjectives() && $coursenode.getLearningObjectives() != "")
$r.formatWikiMarkup("$coursenode.getLearningObjectives()")
#end
#end