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

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

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 👍

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

Successfully merging this pull request may close these issues.

Add migration scripts to the repo
2 participants