This repository contains the INGInious tasks for UCLouvain's course LEPL1503.
Each INGInious task is structured as follows:
- a
student
directory that contains the C code for the exercise - a
run
file that is executed by INGInious when a student provides an answer - a
task.yaml
file that provides the description of the exercise
The student
directory contains several types of files:
- a
CTester
directory that contains the code of the Ctester library that is used to execute the student code and intercept library calls - a
student_code.c.tpl
file which is the template that the students have to fill in - one or more
test.c
files that contain the actual tests
You can find in Report.md a description on how to write a bug report for an INGInious task