            
|
Security
- Loading / Saving Data
- The main issue, particularly
with teachers, was the Load/Save file access.
- Originally, I had it so
a dialog box appeared where the user could select the appropriate directory
to save data. However,
the teachers' concern stemmed from the fact that students could still
delete files from directories accessed.
- To overcome this issue,
I've included a dialog box that only allows the user to enter a file
name via a text field to save data (or dropdown menu to overwrite a
previous one) and loading data is done in a similar manner.
- File access is now done
behind the scenes, thus alleviating those concerns.
|