Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Survey user docs: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 14: Line 14:
The main features of the survey module are:
The main features of the survey module are:


* question branching
* branching based on answer given by the users
* required fields
* mandatory fields  
* field level validation
* user entry field level validation
* capability based access to survey items
* capability based access to survey elements
* group permissions for users filling surveys form same or different organizations
* group permissions for users answering surveys form same or different organizations
* pluggable question type
* pluggable fields type
* pluggable format elements
* pluggable formats type
* pluggable preset templates
* pluggable master templates
* pluggable reports
* pluggable reports
* pluggable reports

Revision as of 11:50, 21 May 2013

The Survey module allows teacher to create surveys with rich set of question types.

Survey module can also be used with built in templates such as ATTLS, COLLES and Critical incidents.

Introduction

A survey can be delivered in a lot of different ways for a lot of different purposes, so there are many settings that allow you to tweak the survey according to your needs. From a general point of view a survey is composed by several "elements", and each element can be of two types, "field" or "format". A "field" is where users actually answers to the survey, such as radio buttons, drop down menus or check boxes, "formats" are graphical elements such as labels, page breaks, and fieldsets.

Relevant terms

The main features of the survey module are:

  • branching based on answer given by the users
  • mandatory fields
  • user entry field level validation
  • capability based access to survey elements
  • group permissions for users answering surveys form same or different organizations
  • pluggable fields type
  • pluggable formats type
  • pluggable master templates
  • pluggable reports
  • pluggable reports