| |
26 |
26 |
|
| |
27 |
27 |
<if @sections.max_time_to_complete@ not nil><p>(#assessment.max_time# @sections.max_time_to_complete@)</p></if> |
| |
28 |
28 |
<if @assessment_data.survey_p@ ne t> <if @showpoints@ eq 1><p>(@sections.points@ / @sections.max_points@ #assessment.points#)</p></if> </if> |
| |
29 |
29 |
|
| |
30 |
30 |
<if @sections.description@ not nil><p>@sections.description;noquote@</p></if> |
| |
31 |
31 |
<if @assessment_data.show_feedback@ ne none><p>@sections.feedback_text@</p></if> |
| |
32 |
32 |
|
| |
33 |
33 |
|
| |
34 |
34 |
<include src="/packages/assessment/lib/session-items" section_id="@sections.section_id@" subject_id="@subject_id@" session_id="@session_id@" show_item_name_p="@assessment_data.show_item_name_p@" show_feedback="@assessment_data.show_feedback@" survey_p="@assessment_data.survey_p@" &=assessment_data> |
| |
35 |
35 |
|
| |
36 |
36 |
|
| |
37 |
37 |
</fieldset><!-- End Section FieldSet --> |
| |
38 |
38 |
|
| |
39 |
39 |
</multiple> |
| |
40 |
40 |
</p> |
| |
41 |
41 |
<p><include src="/packages/assessment/lib/actions-results" session_id="@session_id@"></p> |
| |
42 |
42 |
|
| |
43 |
43 |
<hr> |
| |
44 |
44 |
<if @assessment_data.survey_p@ ne t and @assessment_data.show_feedback@ ne none ><b>#assessment.Total_score#:</b> @session_score@ / @assessment_score@ = @percent_score@%</if> |
| |
45 |
45 |
|
| |
46 |
|
<if @next_url@ not nil> |
| |
47 |
|
<a href="@next_url;noquote@" class="button">Next</a> |
| |
48 |
|
</if> |
| |
49 |
46 |
<if @comments_installed_p@> |
| |
50 |
47 |
<include src="/packages/assessment/lib/comments-chunk" object_id="@session_id@" /> |
| |
51 |
48 |
</if> |
| |
52 |
49 |
</master> |