Arduino Grading Script
Template File Composition
-
This file is for writing test cases for each grading item that should be evaluated in the practice.
- Example 1) Is the input/output of pin 13 configured correctly?
- Example 2) When the human detection sensor value is HIGH, is the LED turned on correctly?
-
The grading of the practice code will be based on the content written in this file.
-
This file allows you to set scoring and guidance messages based on grading criteria.
-
The grading results and corresponding points will be calculated and displayed based on the content written in this file.
⚠️ Please be careful not to modify or delete anything other than the two files above.