1 |
efrain |
1 |
The questionnaire module allows you to construct questionnaires (surveys) from a
|
|
|
2 |
variety of question type. It was originally based on phpESP, and Open Source
|
|
|
3 |
survey tool.
|
|
|
4 |
|
|
|
5 |
--------------------------------------------------------------------------------
|
|
|
6 |
Developers Note:
|
|
|
7 |
|
|
|
8 |
There is no main branch. Questionnaire is maintained in MOODLE_XX_STABLE
|
|
|
9 |
branches. Use the latest STABLE branch for development or installation.
|
|
|
10 |
The current stable branch is MOODLE_400_STABLE, and supports Moodle 4.0 and up.
|
|
|
11 |
Use the MOODLE_311_STABLE branch for Moodle 3.9 through 3.11.
|
|
|
12 |
|
|
|
13 |
--------------------------------------------------------------------------------
|
|
|
14 |
To Install:
|
|
|
15 |
|
|
|
16 |
1. Load the questionnaire module directory into your "mod" subdirectory.
|
|
|
17 |
2. Visit your admin page to create all of the necessary data tables.
|
|
|
18 |
|
|
|
19 |
--------------------------------------------------------------------------------
|
|
|
20 |
To Upgrade:
|
|
|
21 |
|
|
|
22 |
1. Copy all of the files into your 'mod/questionnaire' directory.
|
|
|
23 |
2. Visit your admin page. The database will be updated.
|
|
|
24 |
|
|
|
25 |
--------------------------------------------------------------------------------
|
|
|
26 |
Please read the CHANGES.md file for more info about successive changes
|