Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where are the exercise files? #104

Open
gabrielkunkel opened this issue Oct 23, 2016 · 1 comment
Open

Where are the exercise files? #104

gabrielkunkel opened this issue Oct 23, 2016 · 1 comment

Comments

@gabrielkunkel
Copy link

gabrielkunkel commented Oct 23, 2016

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.

@kanishk-annamaneni
Copy link

See in the solution folder instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants