The client contacted me and requested to create a Quiz and develop a backend part for sending data out of a form.
It was quite easy to develop the frontend of the Quiz, since Figma design was already provided by the client.
The backend part of the project was far more challenging.
The client needed to send the datafrom the quiz form to several places at once and at the same time all user applicationsneeded to be saved in a specific section of the WordpressAdmin Panel. At the same time it must be possible to export all applications in csv and xlsx formats.
The transmission itself was done through the Contact Form 7 plugin, but I had to add quite a lot of my custom code to send data to several places at once and to store requests, display them and the ability to export applications.
After a lot of work and some revisions, the clientwas quite satisfied with the task.
The main work on this project was primarily done on the Server side, but if you are interested to see the implementation of design and adaptation for mobile devices, you can check it out here:
The front end code is available on my Github account:
Gallery:
Login Step.
The First step of the Quiz.
The Second step of the Quiz.
The Final step of the Quiz.
Like this project
0
Posted Sep 12, 2023
Creating a quiz for a travel company and developing the backend part to send, export and store data via Wordpress.