Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 87a337d

Browse files
committed
act field was missing on download
1 parent 31d59ea commit 87a337d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ def courselog():
16971697
course = auth.user.course_name
16981698

16991699
data = pd.read_sql_query("""
1700-
select sid, useinfo.timestamp, event, div_id, chapter, subchapter
1700+
select sid, useinfo.timestamp, event, act, div_id, chapter, subchapter
17011701
from useinfo left outer join questions on div_id = name and questions.base_course = '{}'
17021702
where course_id = 'fopp'
17031703
order by useinfo.id

0 commit comments

Comments
 (0)