jQuizMe 2.1 Release Page

This holiday break gave me the time that I need to push out a next release of jQuizMe.
Check it out at Google Code, jQuizMe.

Please leave your feedback in the comment box.

Be Sociable, Share!
  • http://www.search-scripts.com Archana Chadha

    Chrome 3.0.195.38 Windows XP

    Hello,

    We would like to invite to submit your scripts and programs in Search-Scripts.com, the fast growing web scripts directory. Registration and submission to search-scripts.com is totally free. Best of all search-scripts.com offer SEO friendly URLs for your listings to gain maximum exposure on search engines. All the listings are manually verified and approved to maintain quality listings on our scripts directory.

    Visit us at http://www.search-scripts.com

    Please feel free to contact us at the phone number mentioned below if you have any questions. I look forward to see you at Search-Scripts.com

    With best regards,

    Archana Chadha (Director)

    Search Scripts Directory
    232, Green Model Town
    Jalandhar City, Punjab
    INDIA – 144003

    Tel: +91-181-4613940

  • http://night-fairy-tales.blogspot.com/ SMiGL

    Firefox 3.5.7.NETCLR3.5.30729 Windows Vista

    Nice plugin. Thanks

  • eric

    Firefox 3.6 Windows XP

    can I have a feature with which you can show all your questions at the same time? just like someone mentioned at: http://www.sometests.com/tests/SelfAssessment/AreYouAGoodDriver.html

    • http://bateru.com Larry Battle

      Firefox 3.6 Windows XP

      Hey Eric,
      I’m working on adding that feature into a upcoming update.
      Thanks for the feedback.

  • http://peoplelocatorhelp.com/ cum shower

    Firefox 3.8 Ubuntu 9.25

    Thanks great website

  • mish

    Firefox 3.5.9GTB7.0 MacIntosh

    nice plugin, but is it possible to be able to have two questions on a page and give a score depending on what was selected?

    • http://bateru.com Larry Battle

      Firefox 3.5.6Opera10.50 Windows XP

      I’ll see what I can do. But I think that’s possible in the next release.

      I’m done with my finals so now I can pour more time in the this project this summer.

  • Ben

    Firefox 3.6.6 MacIntosh

    Love the plugin, but would really like two additions

    1)would be great if the user could select an answer/next question using key strokes instead of mouse.

    2)Is it possible to remove the check button? ie. auto-submit the answer once an answer has been selected, then only present the user with the correct answer and next button if they answered incorrectly. Otherwise continue to next question.

  • Abdul

    MSIE 7.0 Windows Vista

    Thank you Larry for this plugin. It’s excellent.

    -Would be nice to have a setting to set the number of trials a user can have before going to the next question. Unless they pick the right answer of course! (good with multipule choice Qs)

    -Would it be possible to read the questions out of an XML file.

    Thanks again!

    • http://www.bateru.com Larry

      Opera 11.00 Windows 7

      Hey Abdul,
      In jQuizMe 2.2, questions can have a retry property that sets the number of time a question can be tried.
      Check it out in jQuizMe 2.2 pre-release.
      Also, you can use a XML to JSON conversion tool to create a quiz.
      XML -> JSON -> jQuizMe quiz format.

  • Jason

    Firefox 3.6.13 MacIntosh

    Hey Nice Script! FYI: I just downloaded the latest release and noticed the JavaScript demo is referencing the old jquery and jQuizme-uncompressed files.

    • http://www.bateru.com Larry

      Opera 11.00 Windows 7

      Yeah, that’s a small bug.
      jQuizMe 2.2 will be release this sunday.

      • melissa

        MSIE 7.0 Windows XP

        Love 2.2! Any chance that hotspot type questions might be added?

      • http://www.bateru.com Larry

        Opera 11.50 Windows 7

        Do you have a demo of this hotspot quiz type?

  • http://www.wlblhoops.com Matt

    MSIE 8.0 Windows 7

    your doc says that it is possible to embed images but does not show an example, does anyone have an example of this?

    • http://www.bateru.com Larry

      Opera 11.50 Windows 7

      All you need to do is include the <img> tag in your questions and your image should appear.

  • http://www.tryshakespeare.com tryshakespeare

    Chrome 10.0.648.204 Windows 7

    Better plugin so far! It seems in 2.2 when the “check” button is disabled, and the “next” is the only one, the total score is never calculated and the answers are not regarded… is this a bug or is it just me? Using Chrome here. I have the options in the main .js set to true, but set the option “showFeedback” to false in my html file in order to get rid of the check button.

    Has anyone the solution?- kindly appreciated!!

    • http://www.bateru.com Larry

      Opera 11.50 Windows 7

      Thank you for the report. I filed a issue report.

  • John

    Unknown Unknown

    Great work here! We have a need to show information for wrong answers as well as different information for correct answers. Is this something that can be done with a hack or two?

    Thank you in advance!

  • Jeff

    Unknown Unknown

    Is there a way to have the quiz end when a user answers 6 questions correctly or incorrectly in a row?

    • http://www.bateru.com Larry

      Opera 11.50 Windows 7

      It should be something like this…

       var streak = 4;
      var options = {};
      options.statusUpdate = function( info, $quiz ){
              if( !info.hasQuit || streak > 2+info.currIndex ){ return; }
       
              var isCurrentAnswerCorrect = info.problem[ info.currIndex ].isCorrect;
       
              //get last 4 problems
              var arr = info.problem.slice( info.currIndex - streak, info.currIndex );
              var allSame = true;
       
              // see if the last 4 problems have the same value.
              $.each( arr, function( i, obj ){
                      allSame = allSame && (isCurrentAnswerCorrect == obj.isCorrect);
              });
              if( allSame ){
                      info.quitQuiz();
              }
       };
      $( '#quizArea' ).jQuizMe( quiz, options );
  • Feng Wu

    Unknown Unknown

    Very nice plugin. I’d like to suggest a feature, with answer checking disabled, let user go back (and forth) to correct their answers. I also noticed that with answer checking disable, no answers are recorded and no stats are calculated, as as tryshakespeare noted below. Also supporting multile answers in a multiplist question would be lovely.

    • Anonymous

      Unknown Unknown

      Thank you for your feedback. I’ll look into your suggestions.

  • Gerald Ford

    Unknown Unknown

    really nice plugin. Thanks http://www.inspiraghtech.com

Bad Behavior has blocked 1087 access attempts in the last 7 days.

FireStats icon Powered by FireStats