canvas-lms/vendor/plugins/qti_exporter
Bracken Mosbacker 12ec269bba qti 2 conformance
test plan:
* qti migration regressions

Change-Id: I53587880a591d9ea70e7039d4216770cb1772880
Reviewed-on: https://gerrit.instructure.com/34407
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: James Williams  <jamesw@instructure.com>
2014-05-21 15:57:02 +00:00
..
app/views/plugins change block helpers for rails 3.2 compatibility 2013-10-11 23:09:37 +00:00
lib qti 2 conformance 2014-05-21 15:57:02 +00:00
spec_canvas qti 2 conformance 2014-05-21 15:57:02 +00:00
Readme.txt refactor qti exporter and make all specs run in CI 2011-11-30 15:55:08 -07:00
init.rb migration refactor: account question banks import 2014-05-12 16:30:10 +00:00

Readme.txt

The QTI converter won't work unless you have the Python QTI 1.2 to QTI 2.1 converter installed

The plugin will first check to see if the python app is in
"RAILS_ROOT/vendor/QTIMigrationTool"
We generally have the QTIMigrationTool checked out somewhere on the system and symlink
that to the expected directory

If the QTIMigrationTool isn't in that location the plugin will just try to run the
executable and see if it works. So if you have the QTIMigrationTool in your system
path it will work as well.