Multiple Choice Quiz approach

Hi All,

I am trying to build a multiple choice web app and wondering what would be better approach, pulling data from database or json/csv

thanks

Hi Chad,

It always depends upon your use case.

If it’s a static multiple choice list (If questions do not change that often) and is a small set of questions, you could go with the JSON approach - Still not suggested.
But if you want a dynamic approach that scales well, the database approach is always the go to method.

Hope this clears it

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.