• Resolved knaveenchand

    (@knaveenchand)


    Good plugin.

    I have a couple of feature requests:

    1. Auto Scroll Down: After answering a question, is it possible to auto scroll to next question without the need for the user to scroll down? Where can I edit in the code to get this functionality?

    2. Multiple pages: Is it possible to spread the questions into several pages or reload the same page with the next question after answering the previous question.

    https://ww.wp.xz.cn/plugins/wp-quizr/

Viewing 1 replies (of 1 total)
  • Plugin Author Amir Candido

    (@amir_canteetu)

    Thanks!

    1. To add the autoscroll feature you would have to edit the “/plugins/wp-quizr/public/js/wp-quizr-public.js” file.

    Note that the actual file in use is the minified version, /plugins/wp-quizr/public/js/wp-quizr-public.min.js, so don’t forget to minify after editing, or copy your edits to this file.

    2. It would be great to have this feature. I think it would be best to use Ajax rather than to have to wait for a new page to load.

    I in fact had planned to add those features later, but I’m not sure when that will be as I’m quite busy right now.

    Thanks again for your suggestions!

Viewing 1 replies (of 1 total)

The topic ‘Feature Request – Auto scroll down, Multiple pages’ is closed to new replies.