-
Notifications
You must be signed in to change notification settings - Fork 360
[Radio] Create a radio widget generator for testdata #3106
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
base: main
Are you sure you want to change the base?
Conversation
… widget generator for testdata
…eric input widget generator for testdata
…meric-input-generator
…et generator for testdata
…meric-input-generator
…meric-input-generator
…tion widget generator for testdata
…n widget generator for testdata
…rator for testdata
🗄️ Schema Change: No Changes ✅ |
|
Size Change: +29 B (+0.01%) Total Size: 499 kB
ℹ️ View Unchanged
|
🛠️ Item Splitting: No Changes ✅ |
npm Snapshot: PublishedGood news!! We've packaged up the latest commit from this PR (a7ecd10) and published it to npm. You Example: pnpm add @khanacademy/perseus@PR3106If you are working in Khan Academy's frontend, you can run the below command. ./dev/tools/bump_perseus_version.ts -t PR3106If you are working in Khan Academy's webapp, you can run the below command. ./dev/tools/bump_perseus_version.js -t PR3106 |
mark-fitzgerald
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Summary:
Create a generator for the Radio widget to make testdata easier to read and write.
NOTE: There is already a radio buidler, but it's not as versatile as the generator.
I will be replacing all the usages of the builder with the generator + removing the builder
in an upcoming PR.
Issue: https://khanacademy.atlassian.net/browse/LEMS-3771
Test plan:
pnpm jest