• Resolved jamespond

    (@jamespond)


    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

    (@jamespond)

    Here’s an example of the login popup:

    https://www.forgottenchernobyl.net/quiz-1

    Thread Starter jamespond

    (@jamespond)

    Issue resolved, I allowed ajax in .htaccess in that directory.

    Plugin Author ays-pro

    (@ays-pro)

    Hi @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 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, 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.