GitHub Education
Creating a new assignment in GitHub Classroom.
Information from this tutorial. https://www.youtube.com/watch?v=mwCZRVJhH60
- Create a repository for the assignment.
- Add some instructions in the README.md file.
- Add a file with code to the repository.
- Make the repository a template repository. GitHub - Settings - check Template repository
- Go to GitHub Classroom.
- Click New Assignment.
- Fill in Assignment title.
- Paste the name of the repository in the Select a repository field. (userName/nameOfTemplate)
- Select the type of test.
- Input/Output test
- setup command
- run command - python fileName.py
- can leave the input blank and just have output
- Enable feedback pull requests (optional)
Categories :
Teaching Coding
GitHub