Conducting Grading
At Elice, various methods can be used to conduct grading according to the situation. Please review the advantages and disadvantages of each method below and use the one that best fits each problem.
1. STDIO Standard Input/Output Based Grading
Advantages
- Suitable for exercises that involve input and output, such as algorithms.
- Short time required to set up the grading feature.
Disadvantages
- Can only be used for problems with specific designated input and output.
2. Grading Scripts
Advantages
- Allows for grading that considers various cases.
Disadvantages
- Writing grading code appropriate for the practical language is necessary.
3. Manual Grading
Advantages
- You can directly review the code written by students and allocate scores.
Disadvantages
- Grading requires examining the code of all students, which can take a lot of time.