Skip to content

Conversation

@ZMcWilliam
Copy link
Contributor

@ZMcWilliam ZMcWilliam commented May 27, 2025

With the new input/display mark types in 25.0:

  • normalisedMark is now deprecated in the evidenceFeed API to prevent student's from viewing more granularity of grades than the display mark type would otherwise allow them to view
  • gradientMark has been added to account for the one location we internally used the other field

image

The normalised mark is still available under GET /api/assessment/{id}

gradientMark can be:

  • string: If the grade gradient config is enabled and a mark exists (at the moment, this is from 0 to 10)
  • null: If there's no corresponding colour visualisation, including when it's disabled via admin.

gradientMark:
type: string
nullable: true
description: The gradient colour equivalent of the mark. "none" if gradient marks are disabled.
Copy link
Contributor

@Brahmah Brahmah May 27, 2025

Choose a reason for hiding this comment

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

It could be helpful to include that this is usually a string value from 0-10?

I'd also suggest that the difference between null and "none" is ambiguous here.

@stevechan stevechan merged commit da50c96 into alaress:develop Jun 2, 2025
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.

3 participants