Skip to content

Commit 2c457ae

Browse files
committed
Move to markdown.
1 parent 8a2c1f0 commit 2c457ae

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

0 commit comments

Comments
 (0)