Introduction

This document serves as a guide on how schools can link their own pedagogical content and how they can add them to the platform

Prerequisites

Two scenarios will be addressed on this guide, both different ways of uploading custom content into the platform:

Scenarios details:

  1. Projects/Exercises that are corrected through audits (either for peer-to-peer assessments or for admin reviews), in which case two things are required:
    1. An audit README.md containing the questions that make up the audit
    2. A subject README.md describing the Project/Exercise
  2. Projects/Exercises that run through an automatic tester, in which case two things are required :
    1. A subject README.md describing the Project/Exercise
    2. Specific files for the automated tests

An example of a repository containing both the scenarios above is present at the end of the document for reference

1. Content as Project/Exercise with audit:

2. Content as Project/Exercise with automatic tester:

Examples