Skip to content

refactor(MatchChoiceItem): Convert to standalone (2nd try)#2073

Merged
hirokiterashima merged 6 commits intodevelopfrom
issue-2051-MatchChoiceItem-Standalone-3
Jan 29, 2025
Merged

refactor(MatchChoiceItem): Convert to standalone (2nd try)#2073
hirokiterashima merged 6 commits intodevelopfrom
issue-2051-MatchChoiceItem-Standalone-3

Conversation

@Aaron-Detre
Copy link
Copy Markdown
Contributor

Changes

  • Converted MatchChoiceItem to standalone.

Test

  • Items appear with the correct text.
  • When answers are submitted, items are marked with the appropriate feedback text.
  • When answers are submitted, correct answers are marked with a checkmark and a green background, and incorrect answers are marked with an X and a red background.
  • Student-generated items have a delete choice button and can be deleted.

Closes #2051

@Aaron-Detre Aaron-Detre self-assigned this Jan 29, 2025
@Aaron-Detre Aaron-Detre added this to the Standalone Components milestone Jan 29, 2025
@Aaron-Detre Aaron-Detre marked this pull request as ready for review January 29, 2025 19:30
Copy link
Copy Markdown
Member

@hirokiterashima hirokiterashima left a comment

Choose a reason for hiding this comment

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

LGTM. I removed DeleteChoiceButtonComponent import from MatchCommonModule. It is only used in MatchChoiceItemComponent and is already imported there.

@hirokiterashima hirokiterashima merged commit f1402d1 into develop Jan 29, 2025
2 checks passed
@hirokiterashima hirokiterashima deleted the issue-2051-MatchChoiceItem-Standalone-3 branch January 29, 2025 22:23
@hirokiterashima
Copy link
Copy Markdown
Member

🎉 This issue has been resolved in version 5.168.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

None yet

Development

Successfully merging this pull request may close these issues.

refactor(MatchChoiceItem): Convert to standalone

2 participants