This looks like a whole load of confusing code, but there are only 2 functions here. Adding Image code is right process? I have implemented a new option "forceCorrectAnswer" which will give you the feature you requested. The script doesn't seem to work in IE 9, it only shows the first question (without any possible answers). ] Thank so much in advance! thanku sir......plz i requset to you plz change little bit increase font size of mcq option with bold latter.... plz sir do this. 1. Thanks!PEDER WESSEL AT 11:20AM, 2013/10/20.12345Sri please correct the code am getting error while displaying score Pitzer College Acceptance Rate 2023,
Award Winning Photos Of All Time,
Imagn Pricing,
Landmark Leisure Centre,
Truth For Life Daily,
Eleko Beach Address,
American Express Global Locations,
Maria Vasilevich Wikipedia,
Quidditch World Cup 2018,
Group Flight Ticket Booking,
Bet 2016,
How To Make It In Life On Your Own,
Merchoid Erfahrung,
20 Lb Sledge Hammer,
Peekaboo Merch,
Diez Minutos Analisis,
Corner Shelf Unit,
Cómo Se Pronuncia Territorio,
Spaghetti Western Music,
Alex Love Island Season 3 Instagram,
spain chick corea real book
Question 1
answer 1
answer 2
Question 2
answer 1
answer 2
Question 3
answer 1
answer 2
Total Results
You have correct answers out of total 3 Questions!! Holy cow. Any help or a link to a working model would be HUGELY appreciated!BRIAN AT 03:07PM, 2014/07/22.12345sam Is posible send email results?SAM AT 01:13PM, 2014/07/31.12345ryan how to edit the submit button..css cant do it .dg-answer-button-containerRYAN AT 11:09AM, 2014/08/18.12345dadz Great code!thanks, btw how to set a timer?DADZ AT 02:10AM, 2014/08/27.12345meraj Great Work!! Is there any way to force the user to enter the correct answer before moving onto the next question? A common strategy is to generate and display code in ⓘ I have included a zip file with all the source code at the start of this tutorial, so you don’t have to copy-paste everything… Or if you just want to dive straight in. I really want to be able to add images to some of the questions. the font size should be taken from website/blogger container. This blog generates html, css, javascript, jquery or any other javascript libraries code, depends on requirement. one more thing, how to add random method 6 0ut of 10 question. Click Test URL . . Nothing.I am sure it is something simple. This blog works as a html code generator. Any way to have multiples questions on a single page? I would be very grateful Thank you! However, it will work just fine on modern browsers, including Microsoft Edge. I would be very grateful Thank you!JAVIER GRANDA AT 09:11AM, 2013/09/03.12345Javier GrandaAllan wrote:Michael Victoriano wrote:Hi,Is there a way to put different images to some pages (if needed) to supplement the questionaires?Im looking the same thing have you had any luck?I solved it: You have to add this function on the dg-quiz-maker.js file:_addImageElement : function() {var elimg = new Element('img');elimg.addClass('dg-question-image');elimg.id='imagen';elimg.src=this._getCurrentQuestion().image;elimg.set('html');document.body.appendChild(elimg);},Later you have to edit this function to clear every image on every question:_sendAnswer : function() {var answer = this._getAnswersFromForm();this.fireEvent('sendanswer', this)var currentQuestion = this._getCurrentQuestion();if((this.config.forceAnswer || currentQuestion.forceAnswer) && answer.length == 0) {this.fireEvent('missinganswer', this);return false;}this.user.answers[this.internal.questionIndex] = answer;if(!this._hasAnsweredCorrectly(this.internal.questionIndex) && (this.forceCorrectAnswer || currentQuestion['forceCorrectAnswer'])){this.fireEvent('wrongAnswer', this);return false;}this.internal.questionIndex++;if (this.internal.questionIndex == this.internal.questions.length) {this._clearEl();this.fireEvent('finish');}else {var q_image= document.getElementById('imagen');q_image.destroy();this._displayQuestion();}},And finnally add it like this on the html:label : '¿Cuál es la velocidad máxima en ciudad para un automóvil en calles?