ucsb-cs56-projects / cs56-math-conversion-quiz

-
2 stars 9 forks source link

Add New Quiz Modes #65

Open labasan opened 6 years ago

labasan commented 6 years ago

New quiz modes could be added similar to how masking mode was added. Suggestions: addition subtraction multiplication two's complement

aryamandas commented 6 years ago

Each new mode would need its logic and arithmetic calculation to be implemented along with the current quiz modes.

I would recommend the following procedure to successfully adding new question modes:

  1. Update the Command-Line version to allow the user to practice questions for the new mode.
  2. The GUI would then need to be updated appropriately (new buttons for the new modes) to allow the user to select these modes.

F17 OK (For each new mode added) Command Line Version Update (75 points) GUI Update (75 Poinots)

aryamandas commented 6 years ago

W18 OK Command Line Version Update (75 points) GUI Update (75 points)