any one can lead me to a good tutorials on those topics:

hello my friends I hope you doing well all! does any one can lead me to a good tutorials on those topics: 1. responsive registration form (quiz website for applying for a job) must contain a drop-down list of the required positions(JavaScript, CSS, Html). 2. When the user starts the test, they must have a countdown timer for the remaining time (if the time runs out before the user completes the test, the test must finish and the user will be taken to the results page). Note: Doing those task by using HTML CSS JavaScript.
3 Replies
vince
vince11mo ago
I doubt there's a comprehensive tutorial for exactly what you're looking for and if there is it'll probably take some time to find. Better to ditch the tutorial and start coding/googling
Wouter Schaap
Wouter Schaap11mo ago
Instead of a specific tutorial, my question back to you is, are you able to break this functionality down into smaller parts yourself? Which elements / components do you think you need in order for this to work. Usually it helps me to write a list of things I need to build, and how these things connect to eachother. If I have a clear picture of the things that need building and how they connect, I'm able to start building and then I'll find out exactly where I get stuck. Cause right now, maybe your real question is, how do I build a timer that sends me to a new page after a set amount of time. Or maybe it is, how do I send the form field values of an unfinished form as data to some function that is going to parse the answers.
AnasYasien
AnasYasien11mo ago
thank you for your advice bro