From 91b5521d3abd2e3eb8002a50023dea6f10ba22b7 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Fri, 27 Mar 2015 20:54:36 -0400 Subject: [PATCH] Remove timer_expiration_duration (leftover from Pearson proctored exams). --- lms/templates/courseware/courseware.html | 59 ------------------------ 1 file changed, 59 deletions(-) diff --git a/lms/templates/courseware/courseware.html b/lms/templates/courseware/courseware.html index 215036f64a..1c081a959a 100644 --- a/lms/templates/courseware/courseware.html +++ b/lms/templates/courseware/courseware.html @@ -94,54 +94,6 @@ ${page_title_breadcrumbs(course_name())} }); -% if timer_expiration_duration: - -% endif - % if show_chat: @@ -180,17 +132,6 @@ ${fragment.foot_html()} -% if timer_expiration_duration: -
-
- % if timer_navigation_return_url: - ${_("Return to Exam")} - % endif -
Time Remaining:
 
-
-
-% endif - <%include file="/dashboard/_dashboard_prompt_midcourse_reverify.html" /> % if default_tab: <%include file="/courseware/course_navigation.html" />