Skip to content

Conversation

@sayomaki
Copy link
Contributor

Description

The assessment template code and autograder test cases do not load on first entering the assessment (affects all missions, paths and quests). It appears that this is due to a regression that happened in 0d9d5dc in the leaderboard PR while implementing code loading when navigating to the assessment from the contest leaderboard (which is not in use at the moment).

Resolves #3300 and #3301.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Code quality improvements

How to test

Upon adding a new assessment and entering it the first time, programming question templates and test cases should show up right away.

Checklist

  • I have tested this code
  • I have updated the documentation

@sayomaki sayomaki requested a review from RichDom2185 August 13, 2025 16:02
@sayomaki sayomaki self-assigned this Aug 13, 2025
@sayomaki sayomaki added the critical Fixing this is mission-critical label Aug 13, 2025
@coveralls
Copy link

coveralls commented Aug 13, 2025

Pull Request Test Coverage Report for Build 16942851937

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.002%) to 43.452%

Totals Coverage Status
Change from base Build 16931123815: -0.002%
Covered Lines: 20626
Relevant Lines: 49673

💛 - Coveralls

Copy link
Member

@RichDom2185 RichDom2185 left a comment

Choose a reason for hiding this comment

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

LGTM, didn't test, thanks!

@RichDom2185 RichDom2185 enabled auto-merge (squash) August 13, 2025 16:07
@RichDom2185 RichDom2185 merged commit 9101d2e into master Aug 13, 2025
9 checks passed
@RichDom2185 RichDom2185 deleted the assessment-hotfix branch August 13, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

critical Fixing this is mission-critical

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assessment editor: template initially not being displayed

4 participants