Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Moodle - terms of agreement activity

Tags:

moodle

I'm creating a moodle site for school students with couple courses.

When they start the course, I want to have a page like terms of agreement with a check box. The students should be able to proceed with the lessons only after agreeing to the terms.

Is there something that could do this?

like image 296
Vivek Chandraprakash Avatar asked Nov 14 '22 01:11

Vivek Chandraprakash


1 Answers

Moodle can do this for users when they first log in if you set the site policy URL (under Site Administration -> Security -> Site policies). If you wanted them to accept the terms for each course then you'd have to do something custom. Perhaps a Lesson module where access to the rest of the lesson depends on viewing the terms of agreement?

like image 102
moexu Avatar answered May 16 '23 07:05

moexu