<%! from django.utils.translation import ugettext as _ %> <%inherit file="/main.html" /> <%namespace name='static' file='/static_content.html'/> <%block name="bodyclass">courseware ${course.css_class} <%block name="title">${_("{course_number} Courseware").format(course_number=course.number)} <%block name="headextra"> <%static:css group='course'/> <%include file="../discussion/_js_head_dependencies.html" /> % if show_chat: ## It'd be better to have this in a place like lms/css/vendor/candy, ## but the candy_res/ folder contains images and other junk, and it ## all needs to stay together for the Candy.js plugin to work. % endif <%block name="js_extra"> ## codemirror ## alternate codemirror ## ## ## <%static:js group='courseware'/> <%static:js group='discussion'/> <%include file="../discussion/_js_body_dependencies.html" /> % if staff_access: <%include file="xqa_interface.html"/> % endif % if timer_expiration_duration: % endif % if show_chat: % endif % if timer_expiration_duration:
% if timer_navigation_return_url: ${_("Return to Exam")} % endif
Time Remaining:
 
% endif % if accordion: <%include file="/courseware/course_navigation.html" args="active_page='courseware'" /> % endif
% if accordion:
${_("close")}
% endif
${content}
% if show_chat:
Open Chat Close Chat
## The Candy.js plugin wants to render in an element with #candy
% endif % if course.show_calculator:
${_("Calculator")}
${_("Hints")}
${_("Suffixes:")}
%kMGTcmunp
${_("Operations:")}
^ * / + - ()
${_("Functions:")}
sin, cos, tan, sqrt, log10, log2, ln, arccos, arcsin, arctan, abs
${_("Constants")}
e, pi
% endif