Is there way to add a userselector to the settings page of an activity module in moodle?

Is there way to add a userselector to the settings page of an activity module in moodle?

дэргэд isalpikachu k -
Хариу нийтлэлийн тоо: 2

Basically the subject. I would like this user selector in the settings page of my activity module.



Үнэлгээний дундаж: -
isalpikachu k-н хариуд

Re: Is there way to add a userselector to the settings page of an activity module in moodle?

дэргэд Mark Sharp -
Core developers зураг Particularly helpful Moodlers зураг Plugin developers зураг
Yes you can. Here's an example from a plugin I worked on. https://github.com/ltu-solent/moodle-report_adhocreportviewer/blob/main/assign.php
The tricky bits are the queries to select or not select potential users.