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 #900 - Don't update mc/fr dictionaries directly #905

Merged
merged 2 commits into from
Mar 20, 2025

Conversation

johnarban
Copy link
Collaborator

This PR fixes #900. The issue was that despite copying the free response and multiple choice dictionaries, they were still tied to their original objects. It seems likely that this was due to it being a shallow copy which still refers back to the original object

@johnarban johnarban requested review from nmearl and Carifio24 March 20, 2025 20:27
Copy link
Collaborator

@nmearl nmearl left a comment

Choose a reason for hiding this comment

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

As @Carifio24 mentioned, we can remove the commented out stuff. It'll be preserved in the history.

@patudom patudom merged commit 648bdc9 into cosmicds:main Mar 20, 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.

Multiple choice & free response questions still overlap across users on deployed main
3 participants