manual:qvaluation:moodle
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
manual:qvaluation:moodle [2010/09/15 18:30] – admin | manual:qvaluation:moodle [2022/01/16 15:10] (aktuell) – [Installation] admin | ||
---|---|---|---|
Zeile 7: | Zeile 7: | ||
===== Moodle Block Module ===== | ===== Moodle Block Module ===== | ||
- | This Moodle block module enables you to show up course evaluation links within a sidebar block in your Moodle courses. The given URL leads a student to a feedback | + | This Moodle block module enables you to show up course evaluation links within a sidebar block in your Moodle courses. The given URL leads a student to feedback |
==== System requirements ==== | ==== System requirements ==== | ||
- | * Moodle 1.7.x to Moodle 1.9.x (other versions may work, but not tested) | + | * QUAMP Moodle-Plugin v1: Moodle 1.7.x to Moodle 1.9.x |
+ | * QUAMP Moodle-Plugin v2: Moodle 2.x, Moodle 3.x | ||
* PHP 5.x, enabled CURL module | * PHP 5.x, enabled CURL module | ||
==== Download ==== | ==== Download ==== | ||
- Log in to your QUAMP backend | - Log in to your QUAMP backend | ||
- | - Select '' | + | - Select '' |
==== Installation ==== | ==== Installation ==== | ||
- See Moodle installation instructions [[http:// | - See Moodle installation instructions [[http:// | ||
- Unpack ZIP archive | - Unpack ZIP archive | ||
- | - Put folder '' | + | - Put folder '' |
- | - Visit administration page and select '' | + | - Visit administration page and select '' |
- Edit global block settings at: '' | - Edit global block settings at: '' | ||
+ | - Use your QUAMP instance URL for '' | ||
+ | - Find your QUAMP instance API key in QUAMP backend under '' | ||
==== Global block settings ==== | ==== Global block settings ==== | ||
Zeile 30: | Zeile 33: | ||
- | * **QUAMP server URL.** Your QUAMP instance, e.g. yourname.quamp.de (no http) | + | * **QUAMP server URL.** Your QUAMP instance, e.g. https:// |
+ | * **Proxy-Server.** For using a proxy server, format: user: | ||
* **Connection timeout.** Timeout in seconds waiting for QUAMP response | * **Connection timeout.** Timeout in seconds waiting for QUAMP response | ||
* **API key.** API key to get allowed connecting QUAMP instance | * **API key.** API key to get allowed connecting QUAMP instance | ||
* **Course key field.** Select | * **Course key field.** Select | ||
- | * **manual mode.** lecturers set course key manual | + | * **manual mode.** lecturers set course key of counterpart' |
* **data base field.** field of Moodle db '' | * **data base field.** field of Moodle db '' | ||
* **Allow overwriting course key by lecturers.** Whether or not lecturers can overwrite course key at instance/ | * **Allow overwriting course key by lecturers.** Whether or not lecturers can overwrite course key at instance/ | ||
Zeile 57: | Zeile 61: | ||
key given by the specified DB field (see global settings). | key given by the specified DB field (see global settings). | ||
- | ==== Anonymous | + | ==== Anonymous |
To ensure that no Moodle user (student) can fill in the questionnaire | To ensure that no Moodle user (student) can fill in the questionnaire | ||
- | multiple times the user' | + | multiple times the user' |
+ | |||
+ | ==== Response (error) codes ==== | ||
+ | When Moodle is asking your QUAMP instance for a survey URL, QUAMP uses several error codes. The following codes are used: | ||
+ | |||
+ | * **access denied** No or incorrect API key was given. | ||
+ | * **no course** No or unknown course key was given. QUAMP is looking for courses using the following course table fields in the QUAMP database: (1) the course key, (2) the user editable moodle name and (3) the user editable course id in combination with the current semester. | ||
+ | * **out of time period** The survey period has not been reached or is over. The questionnaire is not yet or no longer available. | ||
+ | * **no user** No user name (any key) was given or user has already been participated. Use a hashed key. QUAMP stores the key as is. | ||
+ | * **not active** The course is not yet activated for course evaluation. Possible reasons are, the lecturer set course evaluation to finished or no questionnaire was defined. | ||
+ | * **paper** Paper& | ||
+ | |||
+ | Moodle shows up a customizable text message in case one of the error codes was received. Edit the translation files included in the plug in to change the default messages. English and German translations are shipped. | ||
+ | |||
+ | In all other cases an URL is returned by your QUAMP instance containing information on the course, on the user and on the questionnaire' |
manual/qvaluation/moodle.1284568208.txt.gz · Zuletzt geändert: 2010/09/15 18:30 von admin