From d8b99e1e8e0890e930550c3579e6ebdf304eda5d Mon Sep 17 00:00:00 2001
From: Calen Pennington Select a problem and an action:
@@ -178,7 +178,7 @@ function goto( mode)
%endif
-##-----------------------------------------------------------------------------
+##-----------------------------------------------------------------------------
%if modeflag.get('Admin'):
%if instructor_access:
-
+
@@ -236,7 +236,7 @@ function goto( mode)
%endif
%endif
-##-----------------------------------------------------------------------------
+##-----------------------------------------------------------------------------
%if modeflag.get('Enrollment'):
Pull enrollment from remote gradebook Add students: enter emails, separated by new lines or commas;
Problem urlname:
+ Problem urlname:
${msg}Instructor Dashboard
- [ Grades |
+
[ Grades |
%if settings.MITX_FEATURES.get('ENABLE_PSYCHOMETRICS'):
- Psychometrics |
+ Psychometrics |
%endif
Admin |
Forum Admin |
@@ -75,7 +75,7 @@ function goto( mode)
-##-----------------------------------------------------------------------------
+##-----------------------------------------------------------------------------
%if modeflag.get('Grades'):
%if offline_grade_log:
@@ -111,9 +111,9 @@ function goto( mode)
%if settings.MITX_FEATURES.get('REMOTE_GRADEBOOK_URL','') and instructor_access:
-
+
<%
- rg = course.metadata.get('remote_gradebook',{})
+ rg = course.remote_gradebook
%>
Export grades to remote gradebook
@@ -157,7 +157,7 @@ function goto( mode)
%endif
-##-----------------------------------------------------------------------------
+##-----------------------------------------------------------------------------
%if modeflag.get('Psychometrics'):
@@ -208,7 +208,7 @@ function goto( mode)
%endif
%endif
-##-----------------------------------------------------------------------------
+##-----------------------------------------------------------------------------
%if modeflag.get('Forum Admin'):
%if instructor_access:
@@ -225,7 +225,7 @@ function goto( mode)
@@ -249,9 +249,9 @@ function goto( mode)
%if settings.MITX_FEATURES.get('REMOTE_GRADEBOOK_URL','') and instructor_access:
-
+
<%
- rg = course.metadata.get('remote_gradebook',{})
+ rg = course.remote_gradebook
%>
-
+
%endif
%endif
-
-##-----------------------------------------------------------------------------
+
+##-----------------------------------------------------------------------------
%if modeflag.get('Manage Groups'):
%if instructor_access:
@@ -313,12 +313,12 @@ function goto( mode)
%endif
-##-----------------------------------------------------------------------------
+##-----------------------------------------------------------------------------
%if msg: