CodeIgniter Forums
Build web survey using codeigniter 4 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: Build web survey using codeigniter 4 (/showthread.php?tid=78902)



Build web survey using codeigniter 4 - hella - 03-25-2021

I have a plan to make website survey using codeigniter-4, but i'm little bit confused for some part.

  1. 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.

  2. 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.

  3. For the survey question is same for every schedule

  4. Admin can download the result for every schedule

  5. For the choices is same for all question, there is 4 choices and im using radio buttons

  6. How to input the answer into the table?
Can anyone help me to solve this problem? or maybe there is an tutorial for this one? pleasee Confused , thanks before


RE: Build web survey using codeigniter 4 - InsiteFX - 03-26-2021

You can watch these video's should get you started.

Building a survey