-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Assessments are XML files that specify student homework: missions, paths, quests, practical assessments etc. This repo allows the Source Academy community to share sample assessments and their concomitant modules.
Note that as of AY1920, the assessments of the module CS1101S are kept in private repositories. This public repo currently only serves documentation purposes and contains example files. The cadet backend checks the private repositories regularly (e.g. hourly) and picks up any new ones.
We specify that private assessment repos contain folders (such as my_missions
or paths_2021
), and each of these folders contain Assessment XML files. The file names and folder names are ignored. What matters is the content of the files regarding mission number
and kind
, and not the file names.
- Home
- Overview
- System Implementation
-
Development Guide
- Getting Started
- Repository Structure
-
Creating a New Module
- Creating a Bundle
- Creating a Tab
- Writing Documentation
- Developer Documentation (TODO)
- Build System
- Source Modules
- FAQs
Try out Source Academy here.
Check out the Source Modules generated API documentation here.