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

New: Migration scripts added to repo (fixes #201) #202

Merged
merged 28 commits into from
Mar 28, 2025
Merged

Conversation

swashbuck
Copy link
Contributor

@swashbuck swashbuck commented Feb 6, 2025

Fix #201

Part of adaptlearning/adapt_framework#3631

New

  • Migration scripts added to repo

Migration milestones

2.0.1

  • Add _recordInteraction

2.0.3

  • Add _canShowModelAnswer

2.1.0

  • Add _canShowMarking

2.1.2

  • Add _canShowFeedback

2.2.0

  • Add feedback title
  • Add _shouldResetAllAnswers in different commit

3.0.0

Lots of schema changes, but mostly just moving things around

  • Update globals ariaRegion default

4.0.0

  • Update _isRandom default to false

4.2.0

  • Add globals ariaCorrectAnswer
  • Add globals ariaUserAnswer

6.0.0

  • Add _hasItemScoring
  • Add _allowOnlyUniqueAnswers

7.2.0

  • Update default instruction text

7.2.1

  • Add ariaQuestion (component)

7.3.0

  • Add _isRandomQuestionOrder

7.4.1

  • Add _hasItemScoring (v1 schema only)
  • Add _allowOnlyUniqueAnswers (v1 schema only)

7.5.0

  • Add globals correctAnswerPrefix
  • Add globals correctAnswersPrefix
  • Add _canShowCorrectness

@swashbuck swashbuck self-assigned this Feb 6, 2025
@swashbuck
Copy link
Contributor Author

Ready for review.

@swashbuck swashbuck marked this pull request as ready for review February 10, 2025 19:38
Copy link
Contributor

@chris-steele chris-steele left a comment

Choose a reason for hiding this comment

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

Thorough job @swashbuck, just added a few comments; nothing major 👍

@joe-allen-89 joe-allen-89 requested a review from joe-replin March 26, 2025 15:34
@joe-allen-89 joe-allen-89 merged commit d54d6f2 into master Mar 28, 2025
@joe-allen-89 joe-allen-89 deleted the issue/201 branch March 28, 2025 12:36
@github-project-automation github-project-automation bot moved this from Needs Reviewing to Recently Released in adapt_framework: The TODO Board Mar 28, 2025
github-actions bot pushed a commit that referenced this pull request Mar 28, 2025
# [7.7.0](v7.6.1...v7.7.0) (2025-03-28)

### Chore

* Add support for new issue experience (fixes #200) (#203) ([aca1669](aca1669)), closes [#200](#200) [#203](#203)

### New

* Migration scripts added to repo (fixes #201) (#202) ([d54d6f2](d54d6f2)), closes [#201](#201) [#202](#202)
Copy link

🎉 This PR is included in version 7.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Recently Released
Development

Successfully merging this pull request may close these issues.

Add migration scripts to the repo
3 participants