Skip to content

Releases: learnweb/moodle-mod_ratingallocate

v4.4-r1

03 Jun 14:13
93212e4
Compare
Choose a tag to compare
  • improve design of ratingallocate front page
  • move settings to navigation
  • add open and close date for the activity in course overview
  • smaller icon
  • consistent namespaces
  • Fix that students could be allocated to a choice with maximum participants set to zero
  • smaller bug fixes and cleanup

v4.3-r1

19 Oct 12:35
ad87194
Compare
Choose a tag to compare
  • UI update for manual allocation table
  • add config option for forcing algorithm by cron job
  • move distribution of unallocated users to adhoc task
  • add dates to course calendar
  • add feature for reset course definition
  • bug fixes and cleanup

v4.2-r1

17 May 09:00
972392e
Compare
Choose a tag to compare
  • Possibiliy to distribute users without ratings
  • Choices can be restricted to specific groups
  • Choices can be imported from csv
  • Rating strategy selection is disabled when ratings are present + possibility to delete ratings
  • Only consider users with access to the activtiy
  • Fix to enable teachers to delete generated groups
  • Remove duplicate module title and description

v4.0-r1

30 Aug 08:33
094e599
Compare
Choose a tag to compare
  • use HTML editor for choice explanations
  • added for Moodle 4.0
  • minor bug fixes

v3.10-r1

12 Nov 10:37
089ec44
Compare
Choose a tag to compare

v3.10-r1 (2020111200)

Feature

  • Make user fields for downloads configurable - This only concerns additional user fields, i.e. everything except the
    name. First and last name are always exported (not configurable). E-Mail, userid, username, and idnumber are configurable.
  • Added for Moodle 3.10

Minor Fixes

  • Prevent Sorting of user column
  • Change Query to support SQL-Server

v2.7-r3

17 Feb 09:49
Compare
Choose a tag to compare

Info

Please be informed, that the german language file is maintained within this repository among the source code and is therefore contatined within this download. If you want a version without the german language file use the zip- package provided on: https://moodle.org/plugins/pluginversions.php?plugin=mod_ratingallocate

Change log

New Features:

  • Notify users upon the pusblished distribution.
  • Create groups from the allocation.
  • Additional settings for strategies availiable (especially custom names for different options).
  • Cleaner layout of administration view.
  • Manual allocation with filters for users with no allocation but given rating and for all enrolled users.

Technical features:

  • Added several unit and behat tests.
  • Class representing database structure for typingsafe access of database fields.
  • Updated to new logging machanism.

v2.7-r2

17 Feb 10:20
Compare
Choose a tag to compare

Initial Release