-
Notifications
You must be signed in to change notification settings - Fork 359
[Numeric Input] Create numeric input widget generator for testdata #3093
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
Conversation
… widget generator for testdata
…eric input widget generator for testdata
🗄️ Schema Change: No Changes ✅ |
|
Size Change: +33 B (+0.01%) Total Size: 498 kB
ℹ️ View Unchanged
|
🛠️ Item Splitting: No Changes ✅ |
npm Snapshot: PublishedGood news!! We've packaged up the latest commit from this PR (df88f31) and published it to npm. You Example: pnpm add @khanacademy/perseus@PR3093If you are working in Khan Academy's frontend, you can run the below command. ./dev/tools/bump_perseus_version.ts -t PR3093If you are working in Khan Academy's webapp, you can run the below command. ./dev/tools/bump_perseus_version.js -t PR3093 |
| content: | ||
| "Enter the number $$-42$$ in the box: [[\u2603 numeric-input 1]]", | ||
| images: {}, | ||
| "Enter the number $$42$$ in the box: [[\u2603 numeric-input 1]]", |
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.
Should there be a minus sign in front of the 42 (negative 42)?
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! Great to have the test data all in a central location and easily accessible!!
…meric-input-generator
…meric-input-generator
…meric-input-generator
Summary:
Create a generator for the Numeric Input widget to make testdata easier to read and write.
Issue: https://khanacademy.atlassian.net/browse/LEMS-3771
Test plan:
pnpm jest