canvas-lms/gems/plugins/qti_exporter
Jeremy Stanley dff35f3b9b fix blank essay question prompt on import
test plan:
 - import the package attached to the ticket
 - the essay questions should have prompts

fixes CNVS-22435

Change-Id: I2e623f7f73609c06be2b3f4b8202885d787d3255
Reviewed-on: https://gerrit.instructure.com/62426
Reviewed-by: James Williams  <jamesw@instructure.com>
Tested-by: Jenkins
QA-Review: Charles Kimball <ckimball@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
2015-09-04 21:28:29 +00:00
..
app/views/plugins gemify qti_exporter 2015-01-15 01:10:47 +00:00
lib fix blank essay question prompt on import 2015-09-04 21:28:29 +00:00
spec_canvas fix blank essay question prompt on import 2015-09-04 21:28:29 +00:00
Gemfile gemify qti_exporter 2015-01-15 01:10:47 +00:00
Readme.txt gemify qti_exporter 2015-01-15 01:10:47 +00:00
qti_exporter.gemspec gemify qti_exporter 2015-01-15 01:10:47 +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.