3.1 Package Game

3.1.2.3 Sequence Diagrams for Game.

Scenario 1 Create a new game
Scenario 2 Player omits name in textfield
Scenario 3 Player plays multi-choice
Scenario 4 Player forgets to select radio button


    Scenario 4 Player forgets to select radio button

  1. Player presses the Answer button
  2. Value of mult-choice sent to Answered
  3. Answered gets the parameters of the multi choice form
  4. Returns no radio button selected message back to Player
  5. Player presses return to multi choice button
  6. Form is sent back to multi2 servlet
  7. Player selects radio button.
  8. Player then presses Answer button