Skip to content

Commit

Permalink
Instructions for how to get the auto-grader to run
Browse files Browse the repository at this point in the history
  • Loading branch information
szschaler committed Jan 13, 2025
1 parent 97b4f5d commit 6df4cea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Use this repository to explore the meta-model for the Turtles language as shown in the videos. Later, you will also use this same repository to add support for REAL values for the turn degree in turn statements -- and the autograding will test for this. Eventually, your auto-grading should pass and assign 20/20 points.

``
To work around an annoying and long-standing GitHub Classroom bug and get the autograder to work reliably, you will have to undertake a couple of extra steps:

1. Open [classroom.yml](.github/workflows/classroom.yml) and click on the little pencil symbol to edit the file.
2. Add a space somewhere and remove it again (yes, that means the file content won't have changed), then click on the "Commit..." button that has now become enabled. Accept the standard choices and commit. This should allow the auto-grader to run in the future.
``

### Using the repository

There are two ways to do this activity:
Expand Down

0 comments on commit 6df4cea

Please sign in to comment.