Prev / next question buttons
-
Hi
I would like to change the order of prev/next buttons on question page in a quiz. it should be as easy as using this simple jQuery code:jQuery( document ).ready(function moveNext() { jQuery( '#llms-next-question' ).insertAfter( '#llms-prev-question' ); });It works when pasting/executing it in the browsers Console but when I put it into the .js file it doesn’t work. Looks like LifterLMS creates/manipulates those buttons using JS function and not a “html” way. Any advice how to achieve what I want?
Br
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Prev / next question buttons’ is closed to new replies.