[Interactive Graph] Planning document: interactive, unscored IG#3463
[Interactive Graph] Planning document: interactive, unscored IG#3463
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
🗄️ Schema Change: No Changes ✅ |
🛠️ Item Splitting: No Changes ✅ |
|
Size Change: 0 B Total Size: 499 kB ℹ️ View Unchanged
|
npm Snapshot: PublishedGood news!! We've packaged up the latest commit from this PR (42d05a1) and published it to npm. You Example: pnpm add @khanacademy/perseus@PR3463If you are working in Khan Academy's frontend, you can run the below command. ./dev/tools/bump_perseus_version.ts -t PR3463If you are working in Khan Academy's webapp, you can run the below command. ./dev/tools/bump_perseus_version.js -t PR3463 |
ivyolamit
left a comment
There was a problem hiding this comment.
@handeyeco overall looking good, i just have 2 non-blocking comments.
| ## Objectives | ||
|
|
||
| 1. **Editor toggle** — Content creators get a "Graded" switch in the IG widget editor, defaulting to on (graded). The switch is only shown for widgets that opt in. | ||
| 2. **Hide answer fields when ungraded** — When `graded` is off, the answer-configuration sections in the IG editor are hidden. The stored answer data is preserved so toggling back on restores it. |
There was a problem hiding this comment.
Would this include the Start coordinates? i imagine this is only referring to the "Correct answer" section. I wonder if we would still allow Locked figures here?
|
|
||
| ### 9. Tests and stories | ||
|
|
||
| Each change above needs coverage: |
There was a problem hiding this comment.
we would also need the regression story for this especially it will look different from normal IG
Summary:
I took the research from the ticket and used Claude to make a planning document for upcoming work.
Issue: LEMS-3958