Thanks for the Latest Update!
-
The latest update is great! I can now have questions in random order, show the correct answers after completion of the test (even if not selected by the test-taker), and change the
next
andfinish
buttons’ text.In addition, the fact that you’ve now made the scripts load only when an HD Quiz shortocde is in use means that they are now minifying properly. (It must have been a javascript conflict before.) Now I’m busy converting my quizzes from another plugin into HD!
There are just a couple of issues I am experiencing. Both appear to be caused by changes introduced in this update:
1. You now have scripts loading on
wp_head
. This breaks other things on my site. Could you revert to usingwp_enqueue_scripts
, please? I am guessing you were trying a different hook to see if it solved the minification issue, but that’s now solved by loading scripts only when necessary. When thewp_enqueue_scripts
hook is used, everything works as intended.2. I can’t now use HTML tags like
<em> ... </em>
in the answers. This was possible before, and it’s quite important for my usage. Would it be possible to re-enable this capability, please?Thanks very much!
- The topic ‘Thanks for the Latest Update!’ is closed to new replies.