What is Programming Exercise?

Let's take a look at programming practice, where students can write and execute code without any separate setup.

What is Programming Practice?

On the Elice platform, you can engage in programming practice without any separate environment setup. In particular, you can press the run button to execute the code written by students and immediately check whether the code is correct by pressing the submit button, according to the instructions provided in the problem.

Structure of Programming Practice Problems

Elice programming practice is composed of the following four parts:

  • Practice environment

  • Problem description and instructions

  • Skeleton code (practice problem)

  • Grading code (execution/grading file)

Set up and write the above items to create valuable programming practice for your students.

ComponentsDetailed Description

Practice environment

The basic environment for creating practice problems.

Problem description and instructions

Detailed explanation of the goal of the practice and the problem to be solved in the practice.

Skeleton code (practice problem)

Basic code that can help students when entering code.

Grading code (execution/grading file)

Code for executing and grading the code written by students.

Last updated