Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
haoyuz3
SQL Provenance
Commits
00030495
Commit
00030495
authored
Oct 16, 2020
by
Haoyu Z
Browse files
add submissions
parent
4eff4a2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
submissions/extract.py
View file @
00030495
...
...
@@ -63,7 +63,7 @@ def main():
for
question_id
in
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
]:
if
question_id
!=
2
:
continue
f
=
open
(
"hw1-provenance/q"
+
str
(
question_id
))
f
=
open
(
"hw1-provenance/q"
+
str
(
question_id
)
,
"w+"
)
question_submissions
=
query
[
question_id
]
for
student_id
in
list
(
question_submissions
.
keys
()):
submissions
=
question_submissions
[
student_id
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment