Moodle Plugins directory: Music Interval: Versions: 1.4 for Moodle 2.3+ & 2.4+ | Moodle.org
Music Interval
Question types ::: qtype_musicinterval
Maintained by
Jay Huber
Part of set Music Questions.
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.
Music Interval 1.4 for Moodle 2.3+ & 2.4+
Moodle 2.3, 2.4
Released: Tuesday, 23 July 2013, 12:39 AM
Readme file for the MUSICAL INTERVAL question type
===============================================
- @package qtype
- @subpackage musicinterval
- @copyright 2013 Jay Huber for Moodle 2.x
- @copyright 2013 Eric Brisson for Moodle 1.x and Flash Component
- @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
PLEASE NOTE - A NEW VERSION OF THIS PLUGIN WILL BE RELEASED VERY SOON.
IT WILL USE VEXFLOW (http://vexflow.com/) HTML5/CANVAS/JQUERY
AND REMOVE THE FLASH PLUGIN
Description
-----------
This question type deals with musical intervals. The respondent is given a note and is prompted to enter a second note at a given interval. The answer is entered with a Flash component.
Import/Export to Moodle XMl format is supported, and a question bank is provided, including all major and minor scales, with and without a key signature.
This plugin is released under the GNU General Public License V3.
Maintainer: Eric Brisson (ebrisson at winona.edu), Moodle 1.x & Flash Component
Maintainer: Jay Huber (jhuber@colum.edu), Moodle 2.x
Installation
------------
Requirements:
1) Moodle 2.3.x
The plug-in might work with previous versions of 2, but has only been tested with this version.
2) PHP 5: the plug-in was coded with version 5.2.9. It hasn't been tested with earlier versions of PHP.
3) Javascript is used to for communication with the Flash input component, and must be enabled for the question type to work.
How to install:
1) Copy the "musicinterval" folder into the following folder: moodle/question/type.
2) Load the "Notifications" page on the Moodle home page - this will create database tables used by the question type.
Code Location
-------------
You can always find the latest version at: https://github.com/jayhuber/musicinterval
Moodle plugins will notify you as I update the code on Moodle.org
Bug Reports
-----------
Report all bugs on https://github.com/jayhuber/musicinterval/issues
Changelog
---------
v2013072000 - release v1.4 Stable
- Fixed Backup/Restore capability
- Aligned code to more closely match 2.x template and removed much unused code
- Cleaned up copyright tags
v2013071700 - release v1.3 Stable
- Updated this readme file
- Removed import/export overrides which should fix the issue of importing/exporting data
===============================================
- @package qtype
- @subpackage musicinterval
- @copyright 2013 Jay Huber for Moodle 2.x
- @copyright 2013 Eric Brisson for Moodle 1.x and Flash Component
- @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
PLEASE NOTE - A NEW VERSION OF THIS PLUGIN WILL BE RELEASED VERY SOON.
IT WILL USE VEXFLOW (http://vexflow.com/) HTML5/CANVAS/JQUERY
AND REMOVE THE FLASH PLUGIN
Description
-----------
This question type deals with musical intervals. The respondent is given a note and is prompted to enter a second note at a given interval. The answer is entered with a Flash component.
Import/Export to Moodle XMl format is supported, and a question bank is provided, including all major and minor scales, with and without a key signature.
This plugin is released under the GNU General Public License V3.
Maintainer: Eric Brisson (ebrisson at winona.edu), Moodle 1.x & Flash Component
Maintainer: Jay Huber (jhuber@colum.edu), Moodle 2.x
Installation
------------
Requirements:
1) Moodle 2.3.x
The plug-in might work with previous versions of 2, but has only been tested with this version.
2) PHP 5: the plug-in was coded with version 5.2.9. It hasn't been tested with earlier versions of PHP.
3) Javascript is used to for communication with the Flash input component, and must be enabled for the question type to work.
How to install:
1) Copy the "musicinterval" folder into the following folder: moodle/question/type.
2) Load the "Notifications" page on the Moodle home page - this will create database tables used by the question type.
Code Location
-------------
You can always find the latest version at: https://github.com/jayhuber/musicinterval
Moodle plugins will notify you as I update the code on Moodle.org
Bug Reports
-----------
Report all bugs on https://github.com/jayhuber/musicinterval/issues
Changelog
---------
v2013072000 - release v1.4 Stable
- Fixed Backup/Restore capability
- Aligned code to more closely match 2.x template and removed much unused code
- Cleaned up copyright tags
v2013071700 - release v1.3 Stable
- Updated this readme file
- Removed import/export overrides which should fix the issue of importing/exporting data
Version information
- Version build number
- 2013072000
- Version release name
- 1.4 for Moodle 2.3+ & 2.4+
- Maturity
- Stable version
- MD5 Sum
- bd1fe307b1c9e74b81397c6da5a9c9f7
- Supported software
- Moodle 2.3, Moodle 2.4
- Latest release for Moodle 2.3
- Latest release for Moodle 2.4
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Question types
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myquestiontype") in the "question/type" subdirectory.
- Visit http://yoursite.com/admin to finish the installation