Arduino Grading Script
This file is used to write test cases for each item that needs to be graded in the practice.
Example 1) Did you correctly set the input/output of pin 13?
Example 2) Did you properly turn on the LED when the value of the motion sensor is HIGH?
Based on the contents written in this file, the practice code will be graded.
This file allows you to set the scoring and guidance statements for each grading criteria.
Based on the contents written in this file, the script calculates the score based on the grading result and displays the guidance statements.
⚠️ Be careful not to modify or delete any files other than the two mentioned above.
Last updated