Title: Testing script &#8211; Few questions
Last modified: May 2, 2020

---

# Testing script – Few questions

 *  Resolved [jamespond](https://wordpress.org/support/users/jamespond/)
 * (@jamespond)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/testing-script-few-questions/)
 * Hi,
 * I quite like the plugin, although few things are a bit clunky or missing, and
   I’ve got few questions about it:
    - WP-ADMIN directory on my web server is password-protected for additional security.
      When the quiz ends a login popup window comes up (it works fine when I disable
      password on WP-ADMIN), so it looks like at some point it requires access to
      this directory. Can this be changed? As it is now, it’s unusable on my website.
    - I can’t find an option to share results to FB. Facebook button at the end 
      of the quiz simply shares the quiz itself. Other quiz systems I tried had “
      I got X out of Y on QUIZ NAME” share option. Can this be enabled or added 
      in the foreseeable future?
    - How can I add/remove social media share buttons? I’m not interested in LinkedIn
      or Twitter but it’s all of them or nothing in the options. I don’t think anyone
      will be sharing “What type of potato are you” quiz on their Linkedin page.
      😉
    - “Show all questions result in finish page” option should also allow to show
      only wrong answers with explanations to make it clearer.
    - Answer tips and explanations for each question are in “Settings” tab, I would
      prefer them right under the answers. Separate tabs just cause more clicking
      than necessary when adding questions.
    - When PREVIOUS / NEXT buttons are enabled, clicking SHOW RESULTS on the last
      question ends the quiz immediately instead of requiring the question to be
      answered. “Show correct answers” option causes each question to be marked 
      as answered immediately, but the SHOW RESULTS button is still there on the
      last question – it’s pointless and causes confusion, there should be an option
      to disable it in this case.

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

 *  Thread Starter [jamespond](https://wordpress.org/support/users/jamespond/)
 * (@jamespond)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/testing-script-few-questions/#post-12769567)
 * Here’s an example of the login popup:
 * [https://www.forgottenchernobyl.net/quiz-1](https://www.forgottenchernobyl.net/quiz-1)
 *  Thread Starter [jamespond](https://wordpress.org/support/users/jamespond/)
 * (@jamespond)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/testing-script-few-questions/#post-12771354)
 * Issue resolved, I allowed ajax in .htaccess in that directory.
 *  Plugin Author [Ays Pro](https://wordpress.org/support/users/ays-pro/)
 * (@ays-pro)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/testing-script-few-questions/#post-12776389)
 * Hi [@jamespond](https://wordpress.org/support/users/jamespond/) ,
 * Thank you for the topic.
    Here are the answers to your questions:
 * 1. I am glad to hear that the issue is resolved now. We are using [standard WordPress Ajax](https://codex.wordpress.org/AJAX_in_Plugins)
   functionality. The Ajax URL is from admin.
    `// since 2.8 ajaxurl is always defined
   in the admin header and points to admin-ajax.php`
 * 2. We are planning to add this particular feature in the future updates (probably
   in the Pro version only). I will let you know as soon as there is any update.
 * 3. We will take your suggestion into consideration and I let you know when there
   is an update.
    Here is a temporary solution: Put this code into the Custom CSS
   option `.ays-quiz-social-shares>a:nth-child(2n+1){display:none}`
 * 4. Thank you for the suggestion.
 * 5. They were on the one page in the past. We separate them, cause it was very
   complicated for most new users.
 * 6. If the Next and Previous buttons are enabled, there aren’t any required questions(
   the last one as well). You can disable them and in this case the last question
   will be required as well.
 * Thanks
 * Note, that you can contact our support team via [this form](https://ays-pro.com/contact),
   if you have any pre sale questions.

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

The topic ‘Testing script – Few questions’ is closed to new replies.

 * ![](https://ps.w.org/quiz-maker/assets/icon-256x256.png?rev=2174282)
 * [Quiz Maker by AYS](https://wordpress.org/plugins/quiz-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quiz-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quiz-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/quiz-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quiz-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quiz-maker/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ays Pro](https://wordpress.org/support/users/ays-pro/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/testing-script-few-questions/#post-12776389)
 * Status: resolved