-
+
+
-
-
-
+
+
+
+
+
+
+%block>
+
<%include file="navigation.html" args="active_page='profile'" />
+
+
+
+
Course Progress
+ + + + +-
+ % for hw in homeworks:
+
-
+
${ hw['chapter'] }
+ +++${ hw['section'] } ${"({0}/{1})".format( hw['section_total'][0], hw['section_total'][1] )}
+ +-
+ % for score in hw['scores']:
+
- ${ score[0] }/${ score[1] } + % endfor +
+ % endfor
+
Course Progress
- - - --
- % for hw in homeworks:
-
-
-
${ hw['chapter'] }
-${ hw['section'] }
- --
- % for score in hw['scores']:
-
- ${ score[0] }/${ score[1] } - % endfor -
- % endfor
-
