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
Sorry for the newbie question.. I am trying to make the first exercise in my Github Classroom course. I got here from the "Add autograding tests" tab in the exercise settings. What exactly do I do with this repository? Should I construct a similar repository, with all the tests needed for the auto-grading, and use it as the answer to the tab "Add a template repository to give students starter code" tab?
If not, then where exactly should I put the automatic tests that I write?
The text was updated successfully, but these errors were encountered:
Yes exactly, you need to provide a template folder when you create an assignment.
or ask each student to add these files, but this is unneeded hassle.
creating a template folder will give you the flexibility to add stub functions and ask your students ti fill it so they don't mess up the repo.
The bottom line here is that the files used by -Run command- exists.
For the second question:
when you add a test, There is a text box with label Points.
If you need grade each test separately, you may add multiple test files,
but make sure that you write the right command in "Run command" Text box.
Sorry for the newbie question.. I am trying to make the first exercise in my Github Classroom course. I got here from the "Add autograding tests" tab in the exercise settings. What exactly do I do with this repository? Should I construct a similar repository, with all the tests needed for the auto-grading, and use it as the answer to the tab "Add a template repository to give students starter code" tab?
If not, then where exactly should I put the automatic tests that I write?
The text was updated successfully, but these errors were encountered: