Dialog box at entry to select course / session (Inpections...)

Dialog box at entry to select course / session (Inpections...)

by Edu Gimeno -
Number of replies: 2

Hi there!

My friend has a moodle setup that's frequently reviewed by inspectors to approve training funds.

Right now he is creating a different "inpector_XY" user for each inspector that has to review each course/training session

He has been told by the inspector that some other training websites have only one inspector user defined and then as soon as they access, a dialog box shows up in which tjey type the course ID and the training session ID. Is this actually possible on Moodle?

Maybe "training session" is not the most accurate translation for what he wants, Im referring to each iteration in time where a course is being held for different students


Thanks in advance!


Average of ratings: -
In reply to Edu Gimeno

Re: Dialog box at entry to select course / session (Inpections...)

by Edu Gimeno -

Anyone has a soluton for this? Do I have to do any programming?

Thanks!

In reply to Edu Gimeno

Re: Dialog box at entry to select course / session (Inpections...)

by Benjamin Ellis -
Picture of Particularly helpful Moodlers

Hi,

I quite suspect the ‘dialog box’ may be custom code.

However, you could create an ‘Inspector’ role with the relevant capabilities or use an existing role such as ‘Non-editing teacher’ role and create a single ‘Inspector’ user who has access to ALL the relevant courses. You could then have a course search block (https://moodle.org/plugins/block_coursesearch) or (https://moodle.org/plugins/block_searchcourses) on the Inspector user’s Dashboard to allow them to find the course they need to examine. The way you implement it depends on the rules you want to apply but for more advice ask Moodle admin users rather than us developers smile

Hope that helps.