canvas-lms/gems/plugins/qti_exporter
James Williams f87a231c39 escape html in text/plain qti nodes
test plan:
* import the package referenced in the ticket
* the second question should not bold the
 word but have the html explicit in the text

closes #LA-992

Change-Id: I524dd9e84c977c925d3f5ed9e832a063416c2bd0
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/236740
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Anju Reddy <areddy@instructure.com>
Product-Review: James Williams <jamesw@instructure.com>
2020-05-12 21:10:47 +00:00
..
app/views/plugins gemify qti_exporter 2015-01-15 01:10:47 +00:00
lib escape html in text/plain qti nodes 2020-05-12 21:10:47 +00:00
spec_canvas fix importing question groups that pick 0 questions 2019-06-14 22:49:38 +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 rails 5.2 2018-04-25 19:15:20 +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.