Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/public/plugin/positioning/view/start_student.tpl

25 lines
1.0 KiB

<div class="container">
<div class="row">
<div class="col-md-5">
<img style="float:left;" src="/plugin/positioning/img/positioning-line.png" />
<table style="height:380px;margin-left: auto;margin-right: auto;" >
<tr>
<td>{{ "InviteToTakePositioningTest"| get_plugin_lang('Positioning') }}<br>{{ "InitialTest"| get_plugin_lang('Positioning') }}: {{ initial_exercise }}</td>
</tr>
<tr>
<td>{{ "YouMustCompleteAThresholdToTakeFinalTest"| get_plugin_lang('Positioning') | format(average_percentage_to_unlock_final_exercise) }}<br>{{ "Average"| get_lang }}: {{ lp_url_and_progress }}</td>
</tr>
<tr>
<td>{{ "FinalTest"| get_plugin_lang('Positioning') }}: {{ final_exercise }}</td>
</tr>
</table>
</div>
<div class="col-md-7">
<br />
<br />
{{ radars }}
</div>
</div>
</div>