Group project: initial commit
- Due Oct 27, 2021 by 11am
- Points 10
- Submitting a file upload
- File Types doc, docx, txt, and pdf
Please upload a document (with your name, date, and the title of the assignment at the top) with the following:
- come up with 5 user stories for the system (these can be any 5, though you may want to focus on stories for things you'd actually like to work on)
- let me know what project areas you want to work on
- list several options
- you may not get what you want
- you can choose areas that are not listed or are subsets of what is listed
Here are the project areas I outlined in class:
- level design
- establish what the activities are, gamification, etc.
- output: instructions for each level
- can be split so that different teams work on designing different sets of levels
- level implementation
- create scaffolding for learning activities
- if applicable, create final product and then remove pieces to use for the application activities
- should probably still compile without those pieces and still kind of work
- data storage
- what data needs to be stored
- how to store it (JSON file? text file structure, CSV, SQLite database?)
- testing
- designing tests integration and UI tests
- (all developers should be in charge of unit tests for their own code)
- scoring
- writing tests for activities
- writing style scorers for activities