Appendix A : Late Updates
For Section 2.3.1, all of the pictures show radio buttons as a means of
selecting what type of question to add. These should be chagned to tabs to
reflect the system prototype. The functionality of the radio buttons and
the tabs is identical.
Student File: In the student UI, file contains open, close, save, and exit. Open can be selected to open a saved test file owned by that student. Close will close
the current test file and open available tests for student to view/take. Save will save the students test into a .test file, this file can't be re-opened later, but only by this student. Exit will exit
out of the program.
Student Edit: In the student UI, edit contains undo, redo, copy, and paste. As a student performs actions, a record is kept, this could be implimented in linked list fashion. If undo is chosen, the most recent node will be popped off and placed onto a new linked list, and the action performed by that node will be reversed. If redo is chosen, the most recent node on the redo linked list will be popped off, and that action will be performed. Copy and paste functions can use the same clipboard as other programs as provided by the Operating System.
Teacher File: In the teacher UI, file contains new, open,
save, close, and exit. New opens a new test creation dialog. Open opens
a existing test file. Save saves the current test file if one is open.
Close, closes the current test file if one is open. Exit will exit out
of the teacher UI.
Teacher Edit: In the teacher UI, edit contains undo, redo, cut, copy
and past. Undo undoes the most recent action performed by the teacher.
Redo nullifies any Undo the teacher has done. Cut will delete and copy
item(s) to the clipboard. Copy and Past will copy and paste items to and
from the clipboard.
Prev: none
| Next:none
| Up:none
| Top: index