andyzhou1999 / csci-401-capstone

Repo for hosting Group 28 capstone project
0 stars 3 forks source link

Cannot change question type after questions are created #6

Closed andyzhou1999 closed 3 years ago

andyzhou1999 commented 3 years ago

When user enters the template editor, after he/she creates a question, he cannot change the type of the question unless the user delete the question and re-create another one

andyzhou1999 commented 3 years ago

This is caused by question IDs are hard-coded instead of using the size of question array to create the correct question ID.