Looking for tips on building my first website for quizzes!

0
2
Asked By CuriousCat42 On

Hey everyone! I'm a total newbie looking to create my first website. The idea is to make a knowledge training platform that offers quizzes. Users will start by selecting tests that present "this or that" questions. If they choose correctly, they'll see a brief explanation next to the image, but if they pick wrong, they'll learn why the right answer was correct. At the end of the quiz, users will get graded, and their scores will be saved so they can improve over time. How challenging do you think this will be for a beginner? Also, what steps should I take next to get started?

1 Answer

Answered By LearningLass90 On

Honestly, this project isn't super complicated, and I think you could have something up and running in a couple of days. However, you'll need to get your hands dirty with several technologies. You'll want to learn HTML, CSS, and JavaScript, plus you might need a backend language for database management. Don't forget about setting up a domain and hosting! Security is key, especially for user data, so understanding how to protect against threats like SQL injection is crucial. Start small and tackle one component at a time. You got this!

TechieTom21 -

Totally agree! The first time you dive into coding, there will definitely be bumps along the way that will make you question your skills. Embrace that process of troubleshooting—it'll teach you a lot! And while planning is important, be prepared for surprises. Start with the basics like what elements you want on your page and how you envision user interactions. Good luck, and just remember to keep it fun!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.