Gradebook
+ % for s in students: +${s['username']}
+ % for c in s['grade_info']['grade_summary']: +${c['category']}
+
+ % if 'subscores' in c:
% for ss in c['subscores']:
-
${ss['summary']}
+
${ss['summary']}
% endfor
-% endif
-
From 3654c0339e49227fc694a562337ad5c94a3af01a Mon Sep 17 00:00:00 2001
From: Reda Lemeden
-% if 'subscores' in c:
+<%inherit file="main.html" />
+<%include file="navigation.html" args="active_page=''" />
+
+ % if 'subscores' in c:
% for ss in c['subscores']:
-
-% for s in students:
-
+ % endif
+ ${s['username']}
-% for c in s['grade_info']['grade_summary']:
-${c['category']}
-Gradebook
+ % for s in students:
+ ${s['username']}
+ % for c in s['grade_info']['grade_summary']:
+ ${c['category']}
+
${ss['summary']}
+
${ss['summary']}
% endfor
-% endif
-
If you don’t have an account yet, please enroll here
- diff --git a/main.html b/main.html index 8d05aa2b20..119e861036 100644 --- a/main.html +++ b/main.html @@ -27,7 +27,7 @@The page that you were looking for was not found. Go back to the homepage or let us know about any pages that may have been moved at technical@mitx.mit.edu.
Our staff is currently working to get the site back up as soon as possible. Please email us at technical@mitx.mit.edu to report any problems or downtime.
Our staff is currently working to get the site back up as soon as possible. Please email us at technical@mitx.mit.edu to report any problems or downtime.
Our staff is currently working to get the site back up as soon as possible. Please email us at technical@mitx.mit.edu to report any problems or downtime.