diff --git a/gradebook.html b/gradebook.html new file mode 100644 index 0000000000..e237fbe16a --- /dev/null +++ b/gradebook.html @@ -0,0 +1,15 @@ + +% 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']} + % endfor +% endif +

+% endfor +% endfor +