Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 28 Mar 10:57
· 39 commits to main since this release

v0.2.2 (2025-03-28)

Fix

  • fix(WeightedAssessmentSurvey): Add secure survey mode with data filtering
  • Introduced a new survey_mode option to limit data sent to JavaScript, enhancing security.
  • Implemented _filter_survey_data_for_js method to filter sensitive information from survey data.
  • Updated toggle_edit_mode to manage data visibility based on the survey mode.
  • Ensured complete survey data is saved and loaded correctly, regardless of the mode.
  • Enhanced get_results method to merge submitted results with complete data in survey mode. (6761163)