Releases: oat-sa/extension-tao-itemqti-pci
v7.16.2
v8.0.2
v7.15.2
v8.0.1
v8.0.0
Release notes :
BREAKING CHANGE ( MathEntry PCI v2.0.0):
Reason: <mapEntry>
structure was used in order to create correct answer options for automated scoring. This all makes sense for normal processing (without gaps). Test author could add any math expression and it was saved under mapKey
attribute as a plain text. However, in a gap response mode, due to the fact that mapKey
attribute can only keep string values and the fact that we had to keep gap values in a specific order and each gap can only have one (1) correct value for each combination - the array of gap values had to be converted to a string with a comma as the separator (Ex.: <mapEntry mapKey="x,y,z" mappedValue="1" caseSensitive="false"/>
for three gaps).
Impact: response cardinality will be kept as single for both response modes (normal, gaps) as opposed to the previous implementation where gap response mode returned an array of strings. This will result in inability to provide backward combability. All previously answered questions will not be compatible with this version of math entry PCI.
v7.16.1
v7.16.0
Release notes :
- Feature TR-3446 : Add Japanese symbols and response management in MathEntry PCI #269 ( by AndreySirotkin - validated by krampstudio )