03-25-2021, 09:26 AM
I have a plan to make website survey using codeigniter-4, but i'm little bit confused for some part.
, thanks before
- There is a schedule (date range) for the survey, so user can the enter when during the schedule only. And the admin make a new schedule for every 3 months.
- For the answer must be shown up in admin views, but if there is a new schedule, the old answer must be replaced with the new answer.
- For the survey question is same for every schedule
- Admin can download the result for every schedule
- For the choices is same for all question, there is 4 choices and im using radio buttons
- How to input the answer into the table?
