Note: This documentation is for Moodle 2.7. For up-to-date documentation see Music interval question type.

Music interval question type: Difference between revisions

From MoodleDocs
m (added categories)
(Updated and joined the two existing pages into this one)
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
}}
}}


==Overview==
This question type deals with music intervals and may be useful for instruction at the high school or college level.. The respondent is given a note and is prompted to enter a second note at a given interval. Answers are entered in a graphical user interface.


This question type deals with music intervals. The respondent is given a note and is prompted to enter a second note at a given interval. Answers are entered in a graphical user interface.
Note: The author of this add-on (Jay Huber) no longer works in higher education and will not be able to support this plugin. A new version of the plugin by Dr Eric Brisson from Winona State University will be available soon.  


Note: The author of this add-on (Jay Huber) no longer works in higher education and will not be able to support this plugin. A new version of the plugin by Dr Eric Brisson from Winona State University will be available soon.
==Current Features==
*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 interval identification as an alternate question
*Use the Flash interface to enter question options when creating or editing a question
*Generate a question bank or add a randomization feature in the question options
*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==
*Download the Zip file from [https://moodle.org/plugins/view.php?plugin=qtype_musicinterval the Moodle Plugins database].
*Copy the "interval" 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 "Intervals" in the "Create new question" dropdown menu
==Troubleshooting==
*'''Failed to load question options from the table question_interval 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==
*[http://moodle.org/mod/data/view.php?d=13&rid=3320 Question type: Music Intervals] in the Modules and plugins database
*[http://moodle.org/mod/data/view.php?d=13&rid=3533 Question type: Key Signatures] in the Modules and plugins database
*[http://moodle.org/mod/data/view.php?d=13&rid=3996 Question type: Musical Scales] in the Modules and plugins database
*Please post comments or questions about this question type to the following [http://moodle.org/mod/forum/discuss.php?d=142706 discussion thread]
[[Category:Contributed code]]
[[Category:Questions]]
[[Category:Questions]]
[[Category:Contributed code]]
[[Category:Music]]
 
[[es:Tipo de pregunta intervalo musical]]

Latest revision as of 16:16, 27 August 2014

Overview

This question type deals with music intervals and may be useful for instruction at the high school or college level.. The respondent is given a note and is prompted to enter a second note at a given interval. Answers are entered in a graphical user interface.

Note: The author of this add-on (Jay Huber) no longer works in higher education and will not be able to support this plugin. A new version of the plugin by Dr Eric Brisson from Winona State University will be available soon.

Current Features

  • 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 interval identification as an alternate question
  • Use the Flash interface to enter question options when creating or editing a question
  • Generate a question bank or add a randomization feature in the question options
  • 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

  • Download the Zip file from the Moodle Plugins database.
  • Copy the "interval" 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 "Intervals" in the "Create new question" dropdown menu

Troubleshooting

  • Failed to load question options from the table question_interval 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