Skip to content

v4.0.0 - mod_threesixo for Moodle 4.0 and up

Compare
Choose a tag to compare
@junpataleta junpataleta released this 23 Jul 16:41
425fdf5

What's new?

A new release for Moodle 4.0 and up!

Various improvements and code fixes

  1. The UI has been adjusted for Moodle 4.0.
  2. A more accessible interface, especially when setting up the 360-degree feedback activity.
  3. Fixed item deletion logic.
  4. Some under-the-hood frontend changes such as:
    • Converting some JS modules from AMD to ESM.
    • Moving away from jQuery and using plain JavaScript where possible.
    • Using native promises.
    • Decoupling the edit_items and question_bank JS modules by using event dispatch.
    • Better question input validation using Bootstrap form validation.
  5. Ability to select all questions to be added to the questionnaire by using core/checkbox-toggleall.

... and many more!