Hello,
I'm currently in process of making a web application for personality quiz in psychology. i still do my back end application with Python with flask framework. I still confuse what front end web language and framework to use to make this application. I need some suggestions for what language and framework more reliable and match with kind of application I will make. And if some have some resource about how to make web GUI for quiz, please share here.
Thanks
Hi Reza, my first recommendation would always be to stick with languages and tools you already know. If that's python and flask I'd start using those.
It might be worth looking at repos others have made for quiz apps. E.g a scan a GitHub throws up tons of examples in different languages, https://github.com/topics/quiz-app?q=quiz&type=
Hope that helps!
yeah, I think that what I should do to stick languages and tool, but maybe is there to any framework that helps to simplify or enhance front end result it's would be great.
Btw, thanks wills for the advice and the github repo resource, which help a lot.
Hi man, if you already use python, I would suggest to sticking with python. But maybe if you think flask gives you to much freedom in the way to do things, you should try django as framework. Have you used it before? It has a realy clear structure and the way of organizing your project must always follow certain rules.
You can also have a look on this website. It has really cool things like quizes and flash cards with the code included (a link to the github repo). https://h5p.org/flashcards
Hope this helps man god bless