File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ [ ![ Moodle plugin CI] ( https://github.com/PoetOS/moodle-mod_questionnaire/actions/workflows/ci.yml/badge.svg )] ( https://github.com/PoetOS/moodle-mod_questionnaire/actions/workflows/ci.yml )
2+
3+ # moodle-mod_questionnaire
4+
5+ The questionnaire module allows you to construct questionnaires (surveys) from a
6+ variety of question type. It was originally based on phpESP, and Open Source
7+ survey tool.
8+
9+ --------------------------------------------------------------------------------
10+ Developers Note:
11+
12+ There is no main branch. Questionnaire is maintained in MOODLE_XXX_STABLE
13+ branches. Use the latest STABLE branch for development or installation.
14+ The current stable branch is MOODLE_404_STABLE, and supports Moodle 4.4 through 4.5.
15+ Use the MOODLE_401_STABLE branch for Moodle 4.1 through 4.3.
16+
17+ --------------------------------------------------------------------------------
18+ To Install:
19+
20+ 1 . Load the questionnaire module directory into your "mod" subdirectory.
21+ 2 . Visit your admin page to create all of the necessary data tables.
22+
23+ --------------------------------------------------------------------------------
24+ To Upgrade:
25+
26+ 1 . Copy all of the files into your 'mod/questionnaire' directory.
27+ 2 . Visit your admin page. The database will be updated.
28+
29+ --------------------------------------------------------------------------------
30+ Please read the CHANGES.md file for more info about successive changes
You can’t perform that action at this time.
0 commit comments