Benutzer-Werkzeuge

Webseiten-Werkzeuge


manual:qvaluation:moodle

Dies ist eine alte Version des Dokuments!


Moodle-Integration

QUAMP verfügt über eine Schnittstelle zum LMS (Lern-Management-System) Moodle. Diese ermöglicht es, in Moodle-Kursen Links zu Evaluationsfragebögen einzublenden, die pro Kurs und Studierenden nur einmal gültig sind. Die Schnittstelle ist als Moodle-Plugin (Block) realisiert.

Die nachfolgenden Erläuterungen zum Moodle-Plugin erfolgen auf Englisch.

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 questionnaire managed by your QUAMP instance.

System requirements

  • Moodle 1.7.x to Moodle 1.9.x (other versions may work, but not tested)
  • PHP 5.x, enabled CURL module

Download

  1. Log in to your QUAMP backend
  2. Select Course evaluation|Downloads from main menu then QUAMP Moodle Plugin

Installation

  1. See Moodle installation instructions here
  2. Unpack ZIP archive
  3. Put folder sl_quamp_course_evaluation under /moodle/blocks
  4. Visit administration page and select Notifications once you have installed or updated the plugin
  5. Edit global block settings at: Site Administration Block | Modules | Blocks | Course evaluation | Settings

Global block settings

The following global/default settings are available.

Server settings

  • QUAMP server URL. Your QUAMP instance, e.g. http://yourname.quamp.de (including protocol and host names)
  • Connection timeout. Timeout in seconds waiting for QUAMP response
  • API key. API key to get allowed connecting QUAMP instance
  • Course key field. Select
    • manual mode. lecturers set course key manual or
    • data base field. field of Moodle db course table holding the course key
  • Allow overwriting course key by lecturers. Whether or not lecturers can overwrite course key at instance/course level

Texts

  • Block Title. Course evaluation block title
  • Invitation text. Text to invite students
  • Questionnaire link text. Link text to click on
  • Help page URL for course editors. URL of a Help/FAQ page to link to from instance/course settings page

Instance/course level settings

Lecturers may overwrite some of the global/default settings at instance (course) level.

  • Invitation text. Text shown up in the course evaluation block
  • Questionnaire link text. Link text shown up to click on
  • Course key. Key of the counter part QUAMP course

Overwriting the course key

Lecturers may set the course key manually. This helps when no course key is available at all. Setting the course key manually overwrites the course key given by the specified DB field (see global settings).

Anonymous user name transmission

To ensure that no Moodle user (student) can fill in the questionnaire multiple times the user's user name will be encoded (MD5 hash) and transmitted when requesting QUAMP for survey URLs. This user key is only used to check whether or not a user (student) has already been participated.

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.

Moodle shows up an 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's language setting. This URL leads either to the questionnaire or to the Student's report in case the lecturer has finished course evaluation and set „results for students too“ manually.

manual/qvaluation/moodle.1320697847.txt.gz · Zuletzt geändert: 2011/11/07 21:30 von admin