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
I don't know if this is the place to ask, but I was trying to resolve the issues with exercise 10 (#99) and when I looked into the exercise.js file for that exercise, all I see is:
var exercise = require('workshopper-exercise')()
, filecheck = require('workshopper-exercise/filecheck')
, execute = require('workshopper-exercise/execute')
, comparestdout = require('workshopper-exercise/comparestdout')
// checks that the submission file actually exists
exercise = filecheck(exercise)
// execute the solution and submission in parallel with spawn()
exercise = execute(exercise)
// compare stdout of solution and submission
exercise = comparestdout(exercise)
module.exports = exercise
Obviously this isn't where I would edit that exercise?
Could you point me in the right direction if I was to help fix the issues with exercise 10? Thanks so much.
The text was updated successfully, but these errors were encountered:
I don't know if this is the place to ask, but I was trying to resolve the issues with exercise 10 (#99) and when I looked into the exercise.js file for that exercise, all I see is:
Obviously this isn't where I would edit that exercise?
Could you point me in the right direction if I was to help fix the issues with exercise 10? Thanks so much.
The text was updated successfully, but these errors were encountered: