moodlepeers / moodle-mod_groupformation

Formation of optimized learning groups - by topic preference or best match of individuals' characteristics and preferences; in one easy to use Moodle acticity
GNU General Public License v3.0
6 stars 5 forks source link

Can not change the description of the activity #15

Closed spegenau closed 8 years ago

spegenau commented 8 years ago

It is not possible to change the description of a groupformation after a student has answered the questionnaire.

If this is intended, the teacher should get a message that he/she can not change the description. But I currently don't see a reason why this should be forbidden... :confused:

rroepke commented 8 years ago

Commit: 7c2caa62e6bfbc697aba26d7c7981d90f02fe409

The problem is now fixed; manually fixing the problem can be done simply by adding the following line

$origrecord->intro = $groupformation->intro;

after line 135 in lib.php. For more details review commit.