Title: Only allow progress when correct&#8230; ?
Last modified: August 21, 2016

---

# Only allow progress when correct… ?

 *  [richard_m_support](https://wordpress.org/support/users/richard_m_support/)
 * (@richard_m_support)
 * [12 years ago](https://wordpress.org/support/topic/only-allow-progress-when-correct/)
 * I’m hoping to be able to use Wp-Pro-Quiz to make an assessment where a user can
   only progress through the quiz when they get each question right (one at a time).
 * In an old support thread it is mentioned that the developer is working on this
   and it should be part of the next release. That was around 8 months ago but I
   can’t seem to find this feature in the product.
 * If anyone has more information about this or can offer any advice on how to get
   something working as described, I would be extremely grateful.
 * Thanks,
    Richard
 * [https://wordpress.org/plugins/wp-pro-quiz/](https://wordpress.org/plugins/wp-pro-quiz/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [1BJK903](https://wordpress.org/support/users/1bjk903/)
 * (@1bjk903)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/only-allow-progress-when-correct/#post-4908192)
 * +1…
 * I would love this add-on as well.
 *  Thread Starter [richard_m_support](https://wordpress.org/support/users/richard_m_support/)
 * (@richard_m_support)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/only-allow-progress-when-correct/#post-4908193)
 * In case you’re interested I ended up building a custom solution, using this article
   as a starting point – [http://css-tricks.com/building-a-simple-quiz/](http://css-tricks.com/building-a-simple-quiz/)
 * Best,
    Richard
 *  [sheershoff](https://wordpress.org/support/users/sheershoff/)
 * (@sheershoff)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/only-allow-progress-when-correct/#post-4908195)
 * wpProQuiz_front.js – add `var errorInQuiz = false;` after `var currentPage = 
   1;`, then in `checkQuestion` method add the following in the else branch of `
   if(result.c) {` :
 *     ```
       if(!errorInQuiz){
         errorInQuiz = true;
         plugin.methode.showQuizSummary();
       }
       ```
   
 * then minify or replace the .min.js with the patched version. worked for me.
 *  [crackedplanet](https://wordpress.org/support/users/crackedplanet/)
 * (@crackedplanet)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/only-allow-progress-when-correct/#post-4908199)
 * sheershoff
 * I’d like to alter the existing code as you’ve mentioned, but I have zero knowledge
   of how to make that alteration. The quiz is perfect, I would just prefer it to
   require the correct answer before proceeding to the next question.
 * Any help would be appreciated…thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Only allow progress when correct… ?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-pro-quiz_2e3c46.svg)
 * [Wp-Pro-Quiz](https://wordpress.org/plugins/wp-pro-quiz/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-pro-quiz/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-pro-quiz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-pro-quiz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-pro-quiz/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [crackedplanet](https://wordpress.org/support/users/crackedplanet/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/only-allow-progress-when-correct/#post-4908199)
 * Status: not resolved