Implement exercise 1.1 (open help page)
This commit is contained in:
@@ -64,6 +64,7 @@ export async function prepopulateExerciseDatabase() {
|
||||
.then(async dataset => {
|
||||
for (let exercise of exerciseGroup.exercises) {
|
||||
exercise["exerciseGroupId"] = dataset.id
|
||||
exercise["solved"] = false
|
||||
|
||||
await Exercise.create(exercise)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user