XiliferVinine / Test-Survey-System

Milestone 3 of Survey/Test Program Project for Engineering Design VI
0 stars 0 forks source link

Need to implement creating a test/survey function #1

Open XiliferVinine opened 6 years ago

XiliferVinine commented 6 years ago
  1. Create a test/survey: Allow the user to create either a test or a survey. The user shall be able to create any combinations of the 6 types (see the summary above) of questions in any order. If the user is creating a test, the system shall take the correct answer from the user as well. Hint: after taking user input for creating each question, the user will be asked to input a correct answer.
XiliferVinine commented 6 years ago

User is now able to create a test or survey direct;y through the command line.