Canvas

Question formats ::: qformat_canvas
Maintained by Jean-Michel Védrine
Question import format to import questions saved as an XML file from the Canvas LMS into Moodle.

Canvas 1.02

Moodle 2.5, 2.6, 2.7, 2.8, 2.9, 3.0
Released: Thursday, 13 November 2014, 3:50 PM

Canvas XML question import format

This Moodle question import format can import questions exported from the Canvas LMS as an XML file into Moodle.

It was created by Jean-Michel Vedrine.

Installation

To install, either download the zip file, unzip it, and place it in the moodle/question/format directory. (You will need to rename the directory from "moodle-qformat_canvas" to just "canvas".)

Alternatively, get the code using git by running the following command in the top level folder of your Moodle install:

git clone git://github.com/jmvedrine/moodle-qformat_canvas.git question/format/canvas

You must visit Site administration and install it like any other Moodle plugin.

It will then add a new choice when you import questions in the question bank.

Support

Please report bugs and improvements ideas using this forum thread: https://moodle.org/mod/forum/discuss.php?d=269499

This work was made possible by comments, ideas and test files provided by Moodle users on the Moodle quiz forum: https://moodle.org/mod/forum/view.php?id=737

Jean-Michel Védrine vedrine@univ-st-etienne.fr

Version information

Version build number
2014110301
Version release name
1.02
Maturity
Alpha
MD5 Sum
0bc318152c2cb5da851c4f51a6532b94
Supported software
Moodle 2.5, Moodle 2.6, Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0
  • Latest release for Moodle 2.5
  • Latest release for Moodle 2.6
  • Latest release for Moodle 2.7
  • Latest release for Moodle 2.8
  • Latest release for Moodle 2.9
  • Latest release for Moodle 3.0

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Question formats

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myformat") in the "question/format" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation