You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jarkko Kuukkanen edited this page Apr 13, 2024
·
9 revisions
Example configuration file
[answer]
# This is the initialization script for the database.initialize = """CREATE TABLE ..."""# This is the correct answer for the given exercise# used to check student submissions against.exercise = """SELECT * FROM ..."""
[exercise]
# This is a path to a ZIP-file for the student submissions.path = "submissions.zip"
Note
Write more documentation about each section/value.