@dovydasliniovas,
Confirmed bug. Sorry about this. I’ve noted the issue here and will get this resolved in a future release: https://github.com/gocodebox/lifterlms/issues/390
Thanks for catching this for us
According to changelog it should work but I have updated to version 3.14.9 and it still doesn’t work.
v3.14.9 – 2017-11-27
Fix issue with rewinding quiz using “Previous Question” button
When completing a quiz, the loading message will now say “Grading Quiz” the entire time instead of “Loading Question” and then “Grading Quiz”
When completing a quiz, the loading message will now say “Grading Quiz” the entire time instead of “Loading Question” and then “Grading Quiz” – this also is not fixed.
-
This reply was modified 8 years, 6 months ago by
jurasjo.
@jurasjo,
Have you cleared your server’s cache?
These are all JS changes which happen in static assets that are cached. You’ll want to clear your static assets cache to ensure the new assets are served by your server.
Hope that helps,
Looks like it is another mismatch with Autoptimize. Any particular js which should be excluded from optimization?
For now I have excluded whole directory lifterlms/assets/js/.
I will observe how it will go now.
@thomasplevy,
It’s not really that it should be excluded. I think it’s probably that you need to re-auto-optimize upon updates.
But I’m not 100% certain about that.
Sorry