As a user of this application, I can create new quizzes and add multiple questions, and the questions can have multiple answers with only one right answer. I should be able to create the quiz and all questions and answers in a single form.
Acceptance Criteria:
Quizzes will have a title.
Quizzes can have many questions.
Questions can have many answers, but only one correct answer.
Potential Tasks:
Create quizzes.
Create questions.
Create answers.
Create correct answers.
Update model specs for has_many, belongs_to, and has_one relationships.
Created nested form to allow user to create quiz all at once.
As a user of this application, I can create new quizzes and add multiple questions, and the questions can have multiple answers with only one right answer. I should be able to create the quiz and all questions and answers in a single form.
Acceptance Criteria:
Potential Tasks:
has_many
,belongs_to
, andhas_one
relationships.