Table of Contents
The Authoring App
The Authoring App allows educators to create and save scenarios.
Its GUI must allow the user to customize the scenario as they see fit.
Official Player app
The Official Player app has been uploaded. You can get it from github
You will need to add the libraries in the lib directory to your Build Path.
See also this video on how to install MBROLA.
See the SampleScenarios directory for some examples of the format.
Detailed documentation of the format can be found here
Audio Support
The Authoring app must allow the user to specify audio files to be part of the scenario.
You will need to support two options:
- Incorporate audio files that have been created with other apps
- Provide facility to record audio using the computer’s built-in microphone
Authoring Submission Details
Rubric posted under Evaluation.
Five grade components
- Requirements document
- Design Document
- Testing document
- User Manual
- Implementation
Authoring Submission Process
1. Create a runnable .jar that also contains all the source code. If the required libraries are in a separate subfolder, create a .zip file for that folder.
2. Remove any old versions of documents from your github repository's main page
3. Add to your github repository's main page the following:
- The jar file
- The zip file containing the libraries (if needed)
- The four documents
- A README.txt file with any necessary instructions on how to install the system
4. Email a link to your github repository to bil@cse.yorku.ca by 11:59pm on Apr 5
- Only one email per team
- Include your team number in the subject
5. Do not update your github repository after the deadline.
6. Each student must also send me a private email with an assessment of their teammates’ contributions