Creating Surveys

Creating Surveys

by Tom Ansley -
Number of replies: 2
Hi,

I was just wondering how easy it is to set up a custom survey. As part of the courses I want to setup a survey is required which asks certain questions about the course.

I have poked around the database a bit but cannot find where all the information about the current surveys is kept.

Any help greatly appreciated.

Thanks

Tom Ansley
Average of ratings: -
In reply to Tom Ansley

Re: Creating Surveys

by Martin Dougiamas -
Core developers колдонуучунун сүрөтү Documentation writers колдонуучунун сүрөтү Moodle HQ колдонуучунун сүрөтү Particularly helpful Moodlers колдонуучунун сүрөтү Plugin developers колдонуучунун сүрөтү Testers колдонуучунун сүрөтү
A GUI for this is a way off yet (from me at least).

The structure is defined in the tables (surveys are a list of question IDs, and questions can consist of a list of subquestions) but notice that the words in the tables refer to strings in the lang files (eg lang/en/survey.php)

You could also consider using a journal activity, or even a forum where you ask them to comment publically and discuss certain aspects.