mandatory site survey on login

mandatory site survey on login

by Edd Talbot -
Number of replies: 5

Hi all and thanks in advance.

We have a Moodle 2.4 install and would like to do a mandatory survey of all of our users.

Ideally we would like the survey to be a popup which appears every time they login until they have completed it.

Has anyone come across a plugin/tool that would be able to do this?

Or is there any code that could be done without getting too heavy?

Thanks,

Edd

Average of ratings: -
In reply to Edd Talbot

Re: mandatory site survey on login

by amit gupta -

Hi Edd,

Hope you've gone through http://docs.moodle.org/25/en/Survey_module

 

Amit

In reply to amit gupta

Re: mandatory site survey on login

by Edd Talbot -

Hi Amit,

Thanks for that. We are more looking at the type of survey that could be done using the Feedback activity.

This could be added to a course that all students are forcibly enrolled upon but we couldn't make them do this on next login.

The key element is that we want to force the response and prevent them from doing anything else until they have completed it.

Thanks,

Edd

 

In reply to Edd Talbot

Re: mandatory site survey on login

by Sakshi Goel -

Hi Edd Talbot ,

You can set the survey activity in the first section of the course and can use activity completion feature in moodle with that you can set availability conditions for other activities. Survey activity should be completed first then another section will be available only.

http://docs.moodle.org/23/en/Activity_completion

http://docs.moodle.org/23/en/Conditional_activities

In reply to Edd Talbot

Re: mandatory site survey on login

by Gabriel Aquino -

Good day!

I am facing the exact challenge as Edd Talbot.

I used the Feedback module to create a survey that will allow the student to assess the lecturer for each course.

The module need to be done once only and will require to be mapped to the courses.

Once a student logs in, he goes to each of his course one by one and must click the feedback module to assess his lecturers.

Can anyone assist me so that the student is forced to answer the feedback before he can do anything else?

Can Activity Completion and Conditional Activities be done by the administrator globally and not one by one in the mapped courses?

Would love an assist from the developers!

In reply to Gabriel Aquino

Re: mandatory site survey on login

by Gabriel Aquino -

Activity completion and Conditional activities does not work with Modules.

Since my survey is based on Feedback module, it is not included in the list of course activities.

Only course activities can be restricted to be used for Conditional Activities.

Only course activities have Activity Completion properties that can be set.

I think I need a plugin that will force a popup that links to the survey URL.