Following #165, test the backwards compatibility of the proposed OLX tag serialization format to make sure that course exports with this data can still be imported to old releases like Ironwood or Hawthorn without errors. The tag attributes should be ignored on anything pre-Redwood. If this is not the case, propose a new format that is backwards compatible.
Current proposal:
<problem tags-v1="lightcast-skills:Typing,Microsoft Office;open-canada-skills:Typist,MS Office">...</problem>
This uses the Export ID from #183.
See Slack discussion.
Note: you should be able to simply install an old version of tutor using pip and then run it, to launch older images of the Open edX platform.
Following #165, test the backwards compatibility of the proposed OLX tag serialization format to make sure that course exports with this data can still be imported to old releases like Ironwood or Hawthorn without errors. The tag attributes should be ignored on anything pre-Redwood. If this is not the case, propose a new format that is backwards compatible.
Current proposal:
This uses the Export ID from #183.
See Slack discussion.
Note: you should be able to simply install an old version of tutor using
pipand then run it, to launch older images of the Open edX platform.