$e.getStudentStartMessage()
#set ($text = "$e.getParameter('labelunlimited')")
#if ($e.hasAttemptLimit() == true)
#set ($text = "$e.getAttemptLimit()")
#end
$e.getParameter("labelnumberoftries")
$text
$e.getParameter("labelnumberoftriestaken")
$e.getAttempts()
#if ($e.isCertified() == true)
#set ($text = "$e.getParameter('labelcertified')")
#elseif ($e.hasAttemptLimit() == false)
#set ($text = "$e.getParameter('labelunlimited')")
#else
#set ($text = "$e.getAttemptsRemaining()")
#end
$e.getParameter("labelnumberoftriesavailable")
$text
$e.getParameter("labelassessmentduration")
$e.formatDuration($e.getDuration()) (HH:MM:SS)
#if ($e.hasAttemptsRemaining() == true)
$e.getParameter("messageassessmentduration")
#else
#end