Bro i love you bro you are the inteligent person i saw many tutorials but this one is easy and accurate thanku so much man you i am finding easy tutorial from last 2-3 fays thank god i got your video and you are awesom man keep growing keep going 💕
Its same as next function with few changes First define previous button in every question same as next Then in set previous function to: document.getElementsByClassName('container')[id].style.display = "none"; document.getElementsByClassName('container')[id-1].style.display = "block";
how to add css style to the result page bro? i am currently doing my project but stuck in the result page style. i don't know how to add style to the result page pls help me
Paanu po pag Yung mga question ay tuloy tuloy imean nakalabas sya lahat , hindi Po sya Yung naga next Ng page ? Ginaya ko Naman Po Yung code nyo Sana po masagot para lang sa project 🙏🏻🙏🏻
You can use timer countdown like this: function timer(){ var tm = 30; var timer = setInterval(function(){ document.getElementById('Display').innerHTML='00:'+tm; tm--; if (tm < 0) { clearInterval(timer); } }, 1000); }
@@BeeCoderGames Dear bro, excellent thank you so much really helpful but as the brother ask you about adding timer will you please make another video related to adding timer and to make this html more colorful or specialized please make this one please we will be very grateful brother
(Updated video) with
Html + JavaScript + Bootstrap + database:
ruclips.net/video/bE4jSBtqQ-4/видео.html
These two quiz tutorials are really great and complement each other very well. Good refresher on the basics. Cheers!
Thank you so much! I spent HOURS searching for a good model for a quiz, finally I found you! I'm so happy c:
I'm glad It was helpful for you :)
Bro i love you bro you are the inteligent person i saw many tutorials but this one is easy and accurate thanku so much man you i am finding easy tutorial from last 2-3 fays thank god i got your video and you are awesom man keep growing keep going 💕
Very nice. Works the first time. Didn't have to try to fix anything.
Thaaaaaaaaaaaaaanks you have a great way to teaching, keep going
Nice.
Thanks Bro!👍
@@BeeCoderGames Welcome bro!... 💝
Excellent Video Man It will be great if you share the previous button code logic
Its same as next function with few changes
First define previous button in every question same as next
Then in set previous function to:
document.getElementsByClassName('container')[id].style.display = "none";
document.getElementsByClassName('container')[id-1].style.display = "block";
very helpful
how can one apply style to the final score page after clicking submit button
how to add css style to the result page bro?
i am currently doing my project but stuck in the result page style.
i don't know how to add style to the result page
pls help me
It's not work in blogger side
Thanks bro! When I refresh page the last question always appears it does not go back to first question. Pls help...
Nice... simply how to upload in so can online?
Paanu po pag Yung mga question ay tuloy tuloy imean nakalabas sya lahat , hindi Po sya Yung naga next Ng page ? Ginaya ko Naman Po Yung code nyo Sana po masagot para lang sa project 🙏🏻🙏🏻
That's good, but how to make restart button?
Excellent video. How could I apply css to the document.write stuff you created at the end?
Well, simplest way is to create a class and apply CSS to it👍
so you can explain me the funcion "next" idk what happend and how its work
The next function actually removes the previous question using the id and loads the next question to the user :)
How can I add a timer & auto submit?
You can use timer countdown like this:
function timer(){
var tm = 30;
var timer = setInterval(function(){
document.getElementById('Display').innerHTML='00:'+tm;
tm--;
if (tm < 0) {
clearInterval(timer);
}
}, 1000);
}
@@BeeCoderGames Dear bro, excellent thank you so much really helpful but as the brother ask you about adding timer will you please make another video related to adding timer and to make this html more colorful or specialized please make this one please we will be very grateful brother
It's not working in notepad...... can you share the code for that
In the description :)
@@BeeCoderGames it's not working in notepad brother
Bruh watch full video
it works in .html format and open with Browser
@@BeeCoderGames thank you bro 🙏 it's working ❤️
@@dharshini5708 😁👍
Ok