We have gotten pretty far in our project so far. The project looks great and we have a lot of the functionality finished before entering the mid point. However, we may have hit a bump in the road when it comes to creating our quizzes. Since we don’t know the number of questions that will be added to the quiz, the type of property in the db Schema is an array. Thus, the form on the front end needs to have an ability to read an array of questions, making the form dynamic. What we have on our frontend is a dynamic form, however it is unable to read the values produced from creating the questions since they are technically pushed outside of the form to be displayed as a list. I am not sure how to get our function to read these values and not sure if I have heard of a post request extracting values outside of a form. This is something we would have to look more into on finding the best and efficient way to complete this. As for now this part of the project is put on hold until we can come up with a solution. We plan on discussing whether to change the backend, the frontend, or find a way to pass the question values that are being displayed as a list on the web page to our post route.