As a teacher, I want to be able to add lessons in a .txt document, without altering the applications code.
Acceptance criteria
- Lessons to be read from a .txt file
- Any changes to this .txt file will be read each time the app is run
- No cap on the number of lessons
- Lesson questions are formatted correctly
Tasks
-
Create a test "lesson.txt" -
Read in lesson.txt -
Format the txt into lessons and questions -
Base the length of the Lesson object from the number of lesson files
Edited by Ben Williams