{% extends "elearning.html" %} {% load staticfiles %} {% load thumbnail %} {% block headtitle %}{{ unit }} - {{ course }} - {{ block.super }}{% endblock %} {% block bodyclass %}elearning-content{% endblock %} {% block footerscript %} {% with page_type=page.get_page_type content=page.get_content %} {% if page_type == 'rate' %} {% endif %} {% if page_type == 'drag-drop' %} {% with draggables=content.get_draggables targets=content.get_targets %} {% endwith %} {% endif %} {% if page_type == 'drag-drop-repeat' %} {% with draggables=content.get_draggables targets=content.get_targets %} {% endwith %} {% endif %} {% if page_type == 'correct-equipment' %} {% endif %} {% if page_type == 'drag-drop-columns' %} {% endif %} {% if page_type == 'drag-drop-columns-evaluate' %} {% endif %} {% if page_type == 'drag-drop-fill-box' %} {% with draggables=content.get_draggables targets=content.get_targets %} {% endwith %} {% endif %} {% if page_type == 'Movement' %} {% if content.audio %} {% endif %} {% endif %} {% endwith %} {% endblock %} {% block headstyle %} {% with page_type=page.get_page_type %} {% if page_type == 'drag-drop' or page_type == 'drag-drop-columns' or page_type == 'drag-drop-columns-evaluate' %} {% endif %} {% endwith %} {% endblock %} {% block content %}
{% if preview %}
{% endif %} {% if not preview %} {% endif %} {% if manager %}
{% endif %}

{{ page.title }}

{{ page.unit }}


{{ complete_percentage }}% Complete

{% if help %}
I need help
{% endif %}
{% with page_type=page.get_page_type content=page.get_content %} {% if page_type == 'Static' %}
{{ content.content|safe }}
{% if content.audio_file %} {% endif %} {% endif %} {% if page_type == 'rate-results' %} {% if preview %}

NOT AVAILABLE IN PREVIEW MODE

{% endif %} {% if rate_results %}

{% for result in rate_results %} {% endfor %}
Title Rating Status
{{ result.page_submission.page }}
{{ result.rate_activity_question.description }}
 
{{ result.rate_activity_option.description }}
{% endif %} {% endif %} {% if page_type == 'rate' %} {% with page_rate_activity=content rate_activity=content.activity %}
{{ content.html_above|safe }}

Click on the box which is most appropriate

{% for question in page_rate_activity.get_questions %}
{{ question.description }}
{% endfor %}
{% for option in rate_activity.get_options %}
 
{{ option.description }}
{% endfor %}
{% for option in rate_activity.get_options %} {% endfor %}
{% endwith %} {% endif %} {% if page_type == '360Selection' %}
{% if course.id == 28 %}

Select the workshop below

{% else %}

Select a workplace

{% endif %}
{% if course.id == 28 %}


The hazards in this workplace have been created for the purposes of training

{% else %}


The hazards in these workplaces have been created for the purposes of training.

{% endif %}
{% for panorama in content.get_360s %}
{{ panorama}}

{{ panorama }}

{% endfor %}
{% endif %} {% if page_type == 'correct-equipment' %}
Congratulations, you put out all the fires! Next {% if content.title %}

{% endif %}
{% for hazard in content.get_hazards %}
{% endfor %}
 
{% for item in content.get_equipment %} {% endfor %}
{% endif %} {% if page_type == '360' %}
{% if preview %}

Loading...

{% else %}

Loading...

{% endif %}
{% comment %}
{% if preview %}
{% else %}
{% endif %}
{% endcomment %} {% endif %} {% if page_type == 'drag-drop' %} {% if content.custom_css %} {% endif %} {% with draggables=content.get_draggables targets=content.get_targets %}
{% if content.html_above %}
{{ content.html_above|safe }}
{% endif %}
{% if content.page.slug == 'interactive-activity' %}
{% for target in targets %}
{% endfor %}
{% for draggable in draggables %}
{% endfor %}
{% else %}
{% for draggable in draggables %}
{% if draggable.title %}{% endif %} {% if draggable.title %}{{ draggable.title }}{% endif %} {% if draggable.title %}{% endif %}
{% endfor %}
{% for target in targets %}
{% endfor %}
{% endif %}
{% if content.html_below %}
{{ content.html_below|safe }}
{% endif %}
{% endwith %} {% endif %} {% if page_type == 'drag-drop-repeat' %} {% if content.custom_css %} {% endif %} {% with draggables=content.get_draggables targets=content.get_targets %}
{% if content.html_above %}
{{ content.html_above|safe }}
{% endif %}
{% for draggable in draggables %}
{% endfor %}
{% for target in targets %}
{% endfor %}
{% if content.html_below %}
{{ content.html_below|safe }}
{% endif %}
{% endwith %} {% endif %} {% if page_type == 'drag-drop-columns' %} {% with draggables=content.get_draggables columns=content.get_columns %}
{% if content.title %}

{% endif %} {% if content.html_above %} {{ content.html_above|safe }} {% endif %}
    {% for draggable in draggables %}
  • {{ draggable.text }}
  • {% endfor %}
{% for column in columns %}
{{ column.title|safe }} {% if column.sub_title %}
{{ column.sub_title|safe }}
{% endif %}
{% endfor %}
{% endwith %} {% endif %} {% if page_type == 'drag-drop-columns-evaluate' %} {% with draggables=content.get_draggables columns=content.get_columns %}

{{ content.html_above|safe }}
    {% for draggable in draggables %}
  • {{ draggable.text }}
  • {% endfor %}
{% for column in columns %}
{{ column.title }} {% if column.sub_title %}
{{ column.sub_title}}
{% endif %}
{% endfor %}
{% endwith %} {% endif %} {% if page_type == 'drag-drop-fill-box' %} {% with draggables=content.get_draggables targets=content.get_targets %} {% if content.custom_css %} {% endif %}
{% if content.title %}

{% endif %}
{% if content.html_above %}
{{ content.html_above|safe }}
{% else %}
{% endif %} {% for draggable in draggables %}
{% endfor %}

{% if content.image_of_box %}
{% endif %} {% for target in targets %}
{% endfor %}
{% endwith %} {% endif %} {% if page_type == 'Movement' %} {% with page_movement=page.get_content frames=page.get_content.get_frames %}
Start Animation Replay Animation
{% with frame1=page_movement.get_frame1 %} {% for frame_image in frame1 %} {% endfor %} {% endwith %}
{% with frame2=page_movement.get_frame2 %} {% for frame_image in frame2 %} {% endfor %} {% endwith %}
{% with frame3=page_movement.get_frame3 %} {% for frame_image in frame3 %} {% endfor %} {% endwith %}
{% with frame4=page_movement.get_frame4 %} {% for frame_image in frame4 %} {% endfor %} {% endwith %}
{% with frame5=page_movement.get_frame5 %} {% for frame_image in frame5 %} {% endfor %} {% endwith %}
{% for frame in frames %} {% if frame.caption %}
{{ frame.caption|linebreaks }}
{% endif %} {% endfor %}
{% for frame in frames %}
{% endfor %}
{% if content.audio %}
{% endif %}
{% endwith %} {% endif %} {% if page_type == 'Self Assessment' %} {% if self_assessment %}

Self Assessment

{% csrf_token %}
{% for option in self_assessment.get_option_list %} {% endfor %} {% if self_assessment_error %} {{ self_assessment_error }} {% endif %}
{% elif self_assessment_submissions %}

Self Assessment Review

{% for submission in self_assessment_submissions %} {% if submission.correct %} {% else %} {% endif %} {% endfor %}
Correct Question Change Answer
Green TickRed Cross {{ submission.self_assessment.question }}

You answered:

{{ submission.answer }}

Review answer
{% else %}

Problem

{% endif %} {% endif %} {% endwith %}
{% if not page.get_self_assessment %}
{% endif %}
{% endblock %}