From 05ebb6347e9390250913b621f7403b72f2eca2ea Mon Sep 17 00:00:00 2001 From: William Entriken Date: Mon, 21 Jul 2025 10:24:27 -0400 Subject: [PATCH] Update README.md to Markdown format --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 790a1ce0..d71943f5 100644 --- a/README.md +++ b/README.md @@ -6,25 +6,21 @@ 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: +## Developers Note There is no main branch. Questionnaire is maintained in MOODLE_XXX_STABLE branches. Use the latest STABLE branch for development or installation. The current stable branch is MOODLE_404_STABLE, and supports Moodle 4.4 through 4.5. Use the MOODLE_401_STABLE branch for Moodle 4.1 through 4.3. --------------------------------------------------------------------------------- -To Install: +## 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: +## 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