• With the update to jQuery this plugin will not now save a quiz and will corrupt an edited quiz on save.

    This issue is caused by errors in the plugin file /js/admin.js

    To fix find all instances of

    .attr(‘value’) and replace with .val()

    also

    .attr(‘checked’) and replace with .prop(‘checked’)

  • The topic ‘Issue saving / updating quizzes’ is closed to new replies.