Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

wazelin
Copy link
Member

@wazelin wazelin commented Nov 7, 2024

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

…lass when the value forms part of a record
@wazelin wazelin requested review from gabrielfs7, a team, kilatib and poyuki November 7, 2024 16:40
Copy link
Contributor

@kilatib kilatib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • New code is covered by tests (if applicable)
  • Tests are running successfully (old and new ones) on my local machine (if applicable)
  • New code is respecting code style rules
  • New code is respecting best practices
  • New code is not subject to concurrency issues (if applicable)
  • Feature is working correctly on my local machine (if applicable)
  • Acceptance criteria are respected
  • Pull request title and description are meaningful
  • Pull request's target is not master
  • Commits are following conventional commits
  • Changelog is updated according to changes (if applicable)
  • Documentation is updated according to changes (if applicable)

@wazelin wazelin merged commit 6285144 into develop Nov 8, 2024
5 of 6 checks passed
@wazelin wazelin deleted the fix/TR-5267/record-value-field-id-and-base-type branch November 8, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants