oat-sa / qti-sdk

A QTI (Question & Test Interoperability) Software Development Kit for PHP
http://www.taotesting.com
GNU General Public License v2.0
82 stars 32 forks source link

fix: add `fieldIdentifier` and `baseType` properties to the `Value` class when the value forms part of a record #406

Closed wazelin closed 1 week ago

wazelin commented 1 week ago

TR-5267

This PR adds fieldIdentifier and baseType attributes to the <value> that is part of a record-typed <candidateResponse>

That's exactly what the 1EdTech specs prescribe to do here

How to test

  1. Complete a test with a record-typed response variable
  2. Generate the results.xml

Results

Before After
image image