Key signature question type

From MoodleDocs
Revision as of 02:36, 12 February 2010 by Eric Brisson (talk | contribs) (→‎Current Features: Reordering)

Overview

This question types deals with key signatures and may be useful for music theory instruction at the high school or college level. Answers are entered in a graphical user interface.

Current Features

  • A question bank in Moodle XML format is provided, including all major and minor keys in treble and bass clefs
  • Mutiple answers may be configured for specific feedback or partial grade
  • A graphical user interface is used to enter answers

Some Ideas for Future Development

  • Include key signature identification as an alternate question
  • Use the Flash interface to enter question options when creating or editing a question
  • Add optional, built-in automated feedback on various wrong answers

Requirements

  • Moodle 1.9.4, 1.9.5 or 1.9.7 (it may work with other versions within 1.9, but has only been tested with these three versions)
  • Javascript must be enabled to allow for communication between PHP and the Flash interface

Installation

  • Copy the "keysignature" folder into the following folder: {moodle root}/question/type
  • Log in as administrator and load the "Notifications" page on the Moodle home page - this will create database tables used by the question type
  • Within a quiz, select "Key Signatures" in the "Create new question" dropdown menu

Troubleshooting

  • Failed to load question options from the table question_keysignature for questionid xxx: The likely cause for this error is that a required database table is missing. To correct the issue, load the "Notifications" page on the Moodle home page (located just under "Site Administration", while logged in as administrator). Please note that any question created before fixing this issue will have to be discarded.

See also