-
Notifications
You must be signed in to change notification settings - Fork 197
Expand file tree
/
Copy pathREADME.txt
More file actions
31 lines (22 loc) · 1.39 KB
/
README.txt
File metadata and controls
31 lines (22 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[](https://github.com/PoetOS/moodle-mod_questionnaire/actions/workflows/ci.yml)
# moodle-mod_questionnaire
The questionnaire module allows you to construct questionnaires (surveys) from a
variety of question type. It was originally based on phpESP, and Open Source
survey tool.
--------------------------------------------------------------------------------
Developers Note:
There is no main branch. Questionnaire is maintained in MOODLE_XXX_STABLE
branches. Use the latest STABLE branch for development or installation.
MOODLE_500_STABLE is currently in beta.
The current stable branch is MOODLE_400_STABLE, and supports Moodle 4.4 through 4.5.
Use the MOODLE_401_STABLE branch for Moodle 4.1 through 4.3.
--------------------------------------------------------------------------------
To Install:
1. Load the questionnaire module directory into your "mod" subdirectory.
2. Visit your admin page to create all of the necessary data tables.
--------------------------------------------------------------------------------
To Upgrade:
1. Copy all of the files into your 'mod/questionnaire' directory.
2. Visit your admin page. The database will be updated.
--------------------------------------------------------------------------------
Please read the CHANGES.md file for more info about successive changes