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 inline question marking for content summaries #630

Merged
merged 1 commit into from
Aug 20, 2024

Commits on Aug 20, 2024

  1. Fix inline question marking for content summaries

    We (still) have two different ways of working out whether a question has
    been answered correctly. This removes some of the duplication, to fix an
    issue where inline regions were overlooked when marking a question using
    the content summary way of marking.
    
    The gameboard-based methods had already been updated to include inline
    regions, but collateQuestionPartIds(...) did not include them in its
    collation.
    jsharkey13 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    378fe94 View commit details
    Browse the repository at this point in the history