File tree 2 files changed +3
-3
lines changed
bases/rsptx/web2py_server/applications/runestone
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -715,7 +715,7 @@ def course_students():
715
715
716
716
searchdict = OrderedDict ()
717
717
for row in cur_students :
718
- if not row .id not in iset :
718
+ if row .id not in iset :
719
719
name = row .first_name + " " + row .last_name
720
720
username = row .username
721
721
searchdict [str (username )] = name
@@ -740,7 +740,6 @@ def grading():
740
740
for i in instructors :
741
741
iset .add (i .instructor )
742
742
743
-
744
743
for row in assignments_query :
745
744
assignmentids [row .name ] = int (row .id )
746
745
# Retrieve relevant info for each question, ordering them based on their
Original file line number Diff line number Diff line change 1
- < h4 > Updates August 17 , 2023 </ h4 >
1
+ < h4 > Updates September 2 , 2023 </ h4 >
2
2
< ul >
3
+ < li > New interface to dump course data (works for even the largest courses!)</ li >
3
4
< li > New Course Home Page</ li >
4
5
< li > New Runestone home page</ li >
5
6
< li > New server for doing assignments</ li >
You can’t perform that action at this time.
0 commit comments