@

Home 

javascript Programming Glossary: quiz

Javascript to detect if user changes tab

http://stackoverflow.com/questions/10338704/javascript-to-detect-if-user-changes-tab

if user changes tab I want to write a webpage for online quiz.Basic requirement i have is that If the person taking quiz changes.. quiz.Basic requirement i have is that If the person taking quiz changes tab or opens new window even without minimizing browser.. person tries to see the answer from some other window tab quiz should stop.How can i do that P.S it shouldn't be some very..

Passing javascript variables between pages [duplicate]

http://stackoverflow.com/questions/11581543/passing-javascript-variables-between-pages

between two html pages I am working on creating a quiz that allows users to answer questions then passes their answer..

how to stop browser back button using javascript

http://stackoverflow.com/questions/12381563/how-to-stop-browser-back-button-using-javascript

browser back button using javascript I am doing online quiz app in php. I want to restrict user while going back in exam...

Javascript collection

http://stackoverflow.com/questions/12973706/javascript-collection

Grade Quiz After Submit Button is Clicked

http://stackoverflow.com/questions/16139219/grade-quiz-after-submit-button-is-clicked

is Clicked I am attempting to write a simple ten question quiz. However I am running into a problem I cannot get the code for.. text html charset UTF 8 title Quiz #1 title link href quiz.css rel stylesheet type text css link href reset.css rel stylesheet.. href reset.css rel stylesheet type text css script src quiz.js type text javascript script script src https ajax.googleapis.com..

Problem with jQuery.ajax with 'delete' method in ie

http://stackoverflow.com/questions/2456820/problem-with-jquery-ajax-with-delete-method-in-ie

async true data data dataType 'script' type 'put' url quizzes quizId quiz_questions quizQuestionId success function msg.. true data data dataType 'script' type 'put' url quizzes quizId quiz_questions quizQuestionId success function msg initializeQuizQuestions.. data data dataType 'script' type 'put' url quizzes quizId quiz_questions quizQuestionId success function msg initializeQuizQuestions..

How to create a JQuery Clock / Timer

http://stackoverflow.com/questions/2604450/how-to-create-a-jquery-clock-timer

to create a JQuery Clock Timer I have a simple quiz application and I want display a nice timer clock at the top..

What is returned from a constructor?

http://stackoverflow.com/questions/3350215/what-is-returned-from-a-constructor

MyConstroctor what n will get in both cases Actually its a quiz question what will be the answer What is returned from a custom..

Creating a Quiz with jQuery

http://stackoverflow.com/questions/4464406/creating-a-quiz-with-jquery

a Quiz with jQuery Does anyone have an example of a quiz made with jQuery without server side processing of the results..

“too much recursion” error in JQuery 1.3.2

http://stackoverflow.com/questions/639862/too-much-recursion-error-in-jquery-1-3-2

equiv Content Type content text html charset UTF 8 title quiz test title script type text javascript src jquery 1.3.2.min.js..

How to take screen shot of a div with JavaScript?

http://stackoverflow.com/questions/6887183/how-to-take-screen-shot-of-a-div-with-javascript

'screenshot' an element but what you could do is draw the quiz results into a canvas element then use the HTMLCanvasElement.. to get a data URI with the image's contents. When the quiz is finished do this var c document.getElementById 'the_canvas_element_id'..

HTML5 Canvas pie chart

http://stackoverflow.com/questions/6995797/html5-canvas-pie-chart

in the graphic below The chart will show the results for a quiz where a user can choose either a b or c. They're 10 questions..

Why does second function declaration win even though I return before it?

http://stackoverflow.com/questions/8036140/why-does-second-function-declaration-win-even-though-i-return-before-it

10.5 of the specification. And with your new knowledge a quiz What happens here Note Never do this. function foo if true function..