Flippd has been developed at the University of York to support modules with pre-recorded lecture content. It is currently a minimally viable product, and is being trialled as part of Designing and Maintaining Software, a new module in the Department of Computer Science. Flippd allows students to access lecture videos and supporting material, and allows lecturers to upload and organise lecture material via a separate Git repository (e.g., https://github.com/york-cs-dams/flippd-dams).
The following files contain more information:
- RELEASES.md - lists changes made to Flippd
- PROBLEMS.md - describes the process for reporting bugs or asking questions about Flippd
- DEVELOPING.md - describes how to setup your development environment for modifying Flippd
One can perform quality checks by running:
rake quality
This uses the Quality tool.