Grading in Progress

In Elice, you can grade assignments in various ways according to the situation. Please review the advantages and disadvantages of each method below and use the most suitable method for each problem.

1. STDIO-based Grading

Advantages

  • Suitable for exercises that require input and output, such as algorithms.

  • Setting up the grading function takes a short amount of time.

Disadvantages

  • Can only be used for problems with specific input and output requirements.

2. Grading Script

Advantages

  • Allows grading with consideration of various test cases.

Disadvantages

  • Requires writing grading code appropriate for the exercise language.

3. Manual Grading

Advantages

  • Allows direct evaluation of student-written code to assign scores.

Disadvantages

  • Requires a significant amount of time to review and assign scores for all students' code.

Last updated