2 User Interaction

2.2 Display Screen Formats, Menus, and Fault Handling

<This section shows the user interface screens/menus that will be shown as the program is running.  All screens/menus should be shown including error handling screens.

The information in this section should not be repeated in other sections, but you may cross-reference back to it, such as from the detailed design.>

2.2.1 Main Screen

Display

Display Components

1. Title
2. Mission
3. Menu Buttons
    3.1. Guest Entry
    3.2. Instruction
    3.3. Information
    3.4. Reading Assessment
    3.5. Results and Recommendations
    3.6. Tips on Reading
    3.7. Evaluation of This Tool   

Error Handling

  1. When the user clicks on Reading Assessment menu without filling Guest Entry Form, Error Message shall be displayed.
  2. When the user clicks on Results and Recommendations menu without going through the complete test, Error Message shall be displayed.
  3. When the user clicks on Evaluate This Tool menu without going through the complete test, Error Message shall be displayed.

2.2.2 Guest Entry Screen

Display

Display Components

  1. Title
  2. Form
  3. Menu Buttons

3.1 Submit
3.2 Reset
3.3 Main Screen

Error Handling

  1. When the user clicks on Submit button but all the questions are not answered, a message "Please, Answer All The Questions" shall be displayed in the form. The font color of this message shall be Red and placed just above the Submit button.
  2. When the user clicks on Submit button but all answers are not within the expected range of answers provided in the drop-down menu, a message "Please, Choose The Answers From The Drop-down Menu Only" shall be be displayed in the form. The font color of this message shall be Red and placed just above the Submit button.

2.2.3 Instructions Screen

Display

Display Components

1. Title
2. Instruction for the user
3. Menu
    3.1 Back to Main Screen 
    3.2 Begin Reading Assessment

Error Handling

2.2.4 Reading Passage Screen

Display

Display Components

1. Title
2. The Passage
3. Menu
    3.1 Start
    3.2 Stop
    3.3 Take Quiz

Error Handling

2.2.5 Questions Screen

Display

Display Components

1. Question
2. Answer Choices
3. Menu
    3.1 Continue

Error Handling

2.2.6 Tips On Reading Screen

Display

Display Components

1. Title
2. Content of the Page
3. Menu
    3.1 Back to Main Screen

Error Handling

There is no error handling here.