canvas-lms/vendor/plugins/qti_exporter
Zach Pendleton b2ab192780 gracefully handle imports w/o ident on response_label.
some malformed imports are missing an indent on response_label
tags. we should just ignore these instead of failing on import.

test plan:
  * run specs

Change-Id: I82914f1ff279b921ae5668c38b80ac4616595a29
Reviewed-on: https://gerrit.instructure.com/12950
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Simon Williams <simon@instructure.com>
2012-08-16 09:25:23 -06:00
..
app/views AMD Conversion 2012-02-06 16:41:40 -07:00
lib correctly find quiz file references in webct data 2012-07-25 16:40:30 -06:00
spec_canvas gracefully handle imports w/o ident on response_label. 2012-08-16 09:25:23 -06:00
Readme.txt refactor qti exporter and make all specs run in CI 2011-11-30 15:55:08 -07:00
init.rb refactor qti exporter and make all specs run in CI 2011-11-30 15:55:08 -07: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.