-
Notifications
You must be signed in to change notification settings - Fork 0
Progress
chihchunchen edited this page Oct 31, 2014
·
1 revision
We have a very primitive user interface in place which allows the user to input responses (some questions require intervention from the test administrator). The responses are then written to a tab-separated file (SLUMSRawData.tsv). There are also functions in place for scoring each of the questions. These will need to be edited so that the logic is consistent with the in-person version.
- Write scoring functions.
- Add more sophisticated data storage. I would propose storing scores in a .csv file and raw data in a more structured file, e.g. json or xml (rather than the tab separated file in the current version).
- Enhance the user interface so that drawing inputs are permitted and audio versions of questions are permitted (if required, see questions below).