*There are two ways for implementing the question *
- We can make a general template and load the questions from database based on the question number. There will be a bool field in database which can be used to select either to show questions or not.
template will be like : question -> img -> option -> answer
- We can make questions in google presentations and then load them in an iframe. This way question won't have to do anything with the database.
So, Which approach should be follow.
*There are two ways for implementing the question *
template will be like : question -> img -> option -> answer
So, Which approach should be follow.