Skip to content

Zyten/moodle-qformat_canvas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 echo '/question/format/canvas/' >> .git/info/exclude

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

WARNING : I am now retired and I stopped all Moodle related activities. This repository is here just for history and this work is not maintained any more. Feel free to fork it and modify it to suit your needs or improve compatibility with recent Moodle versions. Additionally you can consider contacting the Moodle team and become the new maintainer of this plugin. Thanks

About

Moodle question import format to import questions saved as XML files from the Canvas LMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.7%
  • Gherkin 2.3%