Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The user can be prompted with the information found in the questionText field and then asked to select from 1 of the 3 possible responses provided in the text field of each possible response.  When the selection is made, the corresponding score value should be stored.  Typically, the best way to store these question-response pairs is in a dictionary with the key being a compound value of area:group):question# and then then value being an integer of the score chosen.  For example:

...