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
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.