Title: Settings
Last modified: May 20, 2019

---

# Settings

 *  Resolved [tritongr](https://wordpress.org/support/users/tritongr/)
 * (@tritongr)
 * [7 years ago](https://wordpress.org/support/topic/settings-79/)
 * Hi
    Thanks for this useful plugin. Here are a few questions and probably feature
   requests.
    - Is it possible to enable pagination of questions globally for a specific quiz?
      In fact I would like to give users the options to select scrolling on all 
      questions or answer them page by page. Ideally this clould be an option on
      the page where I insert the quiz. So I could create two pages/menu items for
      the same quiz with different settings each
    - Is it posible to have previous button along with the next for paged questions?
    - In sydney theme/fullwidth page template the quiz/questions appear narrow ignoring
      fullwidth. Where can I fix this?
 * Thanks again

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

 *  Plugin Author [Harmonic Design](https://wordpress.org/support/users/harmonic_design/)
 * (@harmonic_design)
 * [7 years ago](https://wordpress.org/support/topic/settings-79/#post-11552166)
 * Hi tritongr,
    sorry for the delayed response; it’s a long weekend in Canada.
 * 1)
    Unfortunately, there is no global option to dynamically enable or disable
   pagination based a quiz takers choice, and furthermore, this is not something
   I can see ever being included into HD Quiz.
 * However, with that said, depending on the type of pagination you are using, there
   may be a roundabout way to do this.
 * HD Quiz has two types of pagination. Javascript based pagination, and WordPress
   based pagination. Javascript pagination is enabled on each individual question
   you wish to paginate and is the recommended pagination type 99% of the time. 
   WordPress pagination is enabled in the quiz settings and should rarely ever be
   used. The reason for this is that WP pagination actually creates separate pages
   which can cause conflicts on some themes and is not compatible with certain features
   such as random question order.
 * For you, WordPress pagination might be the solution you are looking for. HD Quiz
   was built using Custom Post Types which means that like blog articles and categories,
   a single question can actually belong to multiple quizzes at the same time.
 * So if you are OK with using the WP pagination option, then I’d recommend creating
   a second quiz, and doing a bulk edit (can be done by going to Quizzes -> Delete
   Question) to attach all of the first quizzes questions to the second quiz as 
   well. This way you have two exact copies of the same quiz. For the first quiz,
   enable pagination. For the second quiz, disable pagination. You can now put each
   quiz on its own page, and link to them separately, ultimately allowing your users
   to select if they want pagination or not.
 * 2) There is currently no previous button, but this has been requested 3 or 4 
   times before, so is something I’m thinking of adding as an option in a future
   version.
 * 3) HD Quiz can be very easily styled with CSS 🙂 Add the following CSS to your
   theme to override the default max width.
 *     ```
       .hdq_quiz {
           max-width: 600px !important;
       }
       ```
   
 * 600px is the default, but if your site is truly “full width”, then you can change
   it to `100%`.
 *  Thread Starter [tritongr](https://wordpress.org/support/users/tritongr/)
 * (@tritongr)
 * [7 years ago](https://wordpress.org/support/topic/settings-79/#post-11553707)
 * Thanks a lot!
    Both solutions worked perfectly.
 * My only issue, in the 1 question per page version of the quiz, is that after 
   submitting the last question, I am stuck in the last question with no possibility
   to browse/check all prevuious questions to see the highlighted errors and correct
   answers.
 * Ideally, after the last question, I would expect to see the quiz switched to 
   the no-pages version scrolling through all answered questions in one page.
 * I can imagine that those previous answers are note stored so is rather impossible
   to achieve this functionality.
 * In any case I am very happy with this clever and easy to use plugin.
 * Thanks again.
 *  Plugin Author [Harmonic Design](https://wordpress.org/support/users/harmonic_design/)
 * (@harmonic_design)
 * [7 years ago](https://wordpress.org/support/topic/settings-79/#post-11556002)
 * Hi tritongr,
    first – thanks for your very kind review!
 * Your intuition is correct on why the WordPress pagination cannot show which answers
   were right/wrong for questions on the previous pages, but I’m glad that you were
   mostly able to get everything else working well.
 * I’ve also been thinking about a way to modify HD Quiz to get it working _exactly_
   the way you wanted for the pagination, but I cannot make any promises at this
   time. I’ll reply to this thread if I ever have an updated solution for you.

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

The topic ‘Settings’ is closed to new replies.

 * ![](https://ps.w.org/hd-quiz/assets/icon-256X256.gif?rev=2936040)
 * [HD Quiz](https://wordpress.org/plugins/hd-quiz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hd-quiz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hd-quiz/)
 * [Active Topics](https://wordpress.org/support/plugin/hd-quiz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hd-quiz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hd-quiz/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Harmonic Design](https://wordpress.org/support/users/harmonic_design/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/settings-79/#post-11556002)
 * Status: resolved