@khanacademy/perseus 71.4.1 → 71.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/image-loader.d.ts +2 -0
- package/dist/components/svg-image.d.ts +5 -0
- package/dist/es/index.css +2 -2
- package/dist/es/index.css.map +1 -1
- package/dist/es/index.js +11 -11
- package/dist/es/index.js.map +1 -1
- package/dist/es/strings.js +1 -1
- package/dist/es/strings.js.map +1 -1
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/strings.d.ts +4 -0
- package/dist/strings.js +1 -1
- package/dist/strings.js.map +1 -1
- package/dist/widgets/interactive-graphs/locked-figures/utils.d.ts +1 -1
- package/package.json +8 -8
package/dist/es/strings.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"strings.js","sources":["../../src/strings.ts"],"sourcesContent":["/* eslint-disable max-lines */\nimport type {ErrorCodes} from \"@khanacademy/perseus-core\";\n\n/**\n * The translated strings that are used to render Perseus.\n */\nexport type PerseusStrings = {\n // `num` is a special variable name that is used to determine the plurality\n // of the translated string.\n characterCount: ({used, num}: {used: number; num: number}) => string;\n closeKeypad: string;\n openKeypad: string;\n mathInputBox: string;\n removeHighlight: string;\n addHighlight: string;\n hintPos: ({pos}: {pos: number}) => string;\n errorRendering: ({error}: {error: string}) => string;\n APPROXIMATED_PI_ERROR: string;\n EXTRA_SYMBOLS_ERROR: string;\n NEEDS_TO_BE_SIMPLFIED_ERROR: string;\n MISSING_PERCENT_ERROR: string;\n MULTIPLICATION_SIGN_ERROR: string;\n WRONG_CASE_ERROR: string;\n WRONG_LETTER_ERROR: string;\n invalidSelection: string;\n INVALID_CHOICE_SELECTION: string;\n ERROR_TITLE: string;\n ERROR_MESSAGE: string;\n USER_INPUT_EMPTY: string;\n USER_INPUT_TOO_LONG: string;\n hints: string;\n getAnotherHint: string;\n deprecatedStandin: string;\n keepTrying: string;\n tryAgain: string;\n check: string;\n correctExcited: string;\n nextQuestion: string;\n skipToTitle: ({title}: {title: string}) => string;\n current: string;\n correct: string;\n correctSelected: string;\n incorrect: string;\n incorrectSelected: string;\n hideExplanation: string;\n explain: string;\n INVALID_MESSAGE_PREFIX: string;\n DEFAULT_INVALID_MESSAGE_1: string;\n DEFAULT_INVALID_MESSAGE_2: string;\n integerExample: string;\n properExample: string;\n simplifiedProperExample: string;\n improperExample: string;\n simplifiedImproperExample: string;\n mixedExample: string;\n decimalExample: string;\n percentExample: string;\n piExample: string;\n yourAnswer: string;\n yourAnswerLabel: string;\n addPoints: string;\n addVertices: string;\n tapMultiple: string;\n tapSingle: string;\n clickMultiple: string;\n clickSingle: string;\n choices: string;\n answers: ({num}: {num: number}) => string;\n hideAnswersToggleLabel: string;\n moves: ({num}: {num: number}) => string;\n clickTiles: string;\n turnOffLights: string;\n fillAllCells: string;\n molecularDrawing: ({content}: {content: string}) => string;\n switchDirection: string;\n circleOpen: string;\n circleFilled: string;\n numDivisions: string;\n divisions: ({divRangeString}: {divRangeString: string}) => string;\n lineRange: ({lineRange}: {lineRange: string}) => string;\n lineNumber: ({lineNumber}: {lineNumber: string}) => string;\n symbolPassage: ({\n questionSymbol,\n questionNumber,\n }: {\n questionSymbol: string;\n questionNumber: string;\n }) => string;\n symbolQuestion: ({sentenceSymbol}: {sentenceSymbol: string}) => string;\n lineLabel: string;\n beginningPassage: string;\n beginningFootnotes: string;\n endPassage: string;\n questionMarker: ({number}: {number: string}) => string;\n circleMarker: ({number}: {number: string}) => string;\n sentenceMarker: ({number}: {number: string}) => string;\n dragHandles: string;\n tapAddPoints: string;\n false: string;\n true: string;\n no: string;\n yes: string;\n chooseCorrectNum: string;\n notNoneOfTheAbove: string;\n noneOfTheAbove: string;\n chooseNumAnswers: ({numCorrect}: {numCorrect: string}) => string;\n chooseAllAnswers: string;\n chooseOneAnswer: string;\n choiceCheckedCorrect: ({letter}: {letter: string}) => string;\n choiceCorrect: ({letter}: {letter: string}) => string;\n choiceCheckedIncorrect: ({letter}: {letter: string}) => string;\n choiceIncorrect: ({letter}: {letter: string}) => string;\n choiceChecked: ({letter}: {letter: string}) => string;\n choice: ({letter}: {letter: string}) => string;\n notSelected: string;\n choicesSelected: ({num}: {num: number}) => string;\n bringBack: string;\n openMenuForChoice: ({letter}: {letter: string}) => string;\n letters: string;\n scrollAnswers: string;\n scrollStart: string;\n scrollEnd: string;\n rightArrow: string;\n dontUnderstandUnits: string;\n checkSigFigs: string;\n answerNumericallyIncorrect: string;\n checkUnits: string;\n dontUnderstand: string;\n loading: string;\n videoTranscript: string;\n somethingWrong: string;\n videoWrapper: string;\n mathInputTitle: string;\n mathInputDescription: string;\n sin: string;\n cos: string;\n tan: string;\n simulationLoadFail: string;\n simulationLocaleWarning: string;\n selectAnAnswer: string;\n srGraphInstructions: string;\n srUnlimitedGraphInstructions: string;\n addPoint: string;\n removePoint: string;\n graphKeyboardPrompt: string;\n closePolygon: string;\n openPolygon: string;\n srPointAtCoordinates: ({\n num,\n x,\n y,\n }: {\n num: number;\n x: string;\n y: string;\n }) => string;\n srInteractiveElements: ({elements}: {elements: string}) => string;\n srNoInteractiveElements: string;\n srCircleGraph: string;\n srCircleShape: ({\n centerX,\n centerY,\n }: {\n centerX: string;\n centerY: string;\n }) => string;\n srCircleRadiusPointRight: ({\n radiusPointX,\n radiusPointY,\n }: {\n radiusPointX: string;\n radiusPointY: string;\n }) => string;\n srCircleRadiusPointLeft: ({\n radiusPointX,\n radiusPointY,\n }: {\n radiusPointX: string;\n radiusPointY: string;\n }) => string;\n srCircleRadius: ({radius}: {radius: number}) => string;\n srCircleOuterPoints: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n point3X,\n point3Y,\n point4X,\n point4Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n point3X: string;\n point3Y: string;\n point4X: string;\n point4Y: string;\n }) => string;\n srLinearGraph: string;\n srLinearGraphPoints: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srLinearGraphSlopeIncreasing: string;\n srLinearGraphSlopeDecreasing: string;\n srLinearGraphSlopeHorizontal: string;\n srLinearGraphSlopeVertical: string;\n srLinearGraphXOnlyIntercept: ({xIntercept}: {xIntercept: string}) => string;\n srLinearGraphYOnlyIntercept: ({yIntercept}: {yIntercept: string}) => string;\n srLinearGraphBothIntercepts: ({\n xIntercept,\n yIntercept,\n }: {\n xIntercept: string;\n yIntercept: string;\n }) => string;\n srLinearGraphOriginIntercept: string;\n srLinearGrabHandle: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srAngleStartingSide: ({x, y}: {x: string; y: string}) => string;\n srAngleEndingSide: ({x, y}: {x: string; y: string}) => string;\n srAngleVertexWithAngleMeasure: ({\n x,\n y,\n angleMeasure,\n }: {\n x: string;\n y: string;\n angleMeasure: string;\n }) => string;\n srAngleGraphAriaLabel: string;\n srAngleGraphAriaDescription: ({\n angleMeasure,\n vertexX,\n vertexY,\n startingSideX,\n startingSideY,\n endingSideX,\n endingSideY,\n }: {\n angleMeasure: string;\n vertexX: string;\n vertexY: string;\n startingSideX: string;\n startingSideY: string;\n endingSideX: string;\n endingSideY: string;\n }) => string;\n srAngleInteractiveElements: ({\n vertexX,\n vertexY,\n startingSideX,\n startingSideY,\n endingSideX,\n endingSideY,\n }: {\n vertexX: string;\n vertexY: string;\n startingSideX: string;\n startingSideY: string;\n endingSideX: string;\n endingSideY: string;\n }) => string;\n srSingleSegmentGraphAriaLabel: string;\n srMultipleSegmentGraphAriaLabel: ({\n countOfSegments,\n }: {\n countOfSegments: number;\n }) => string;\n srMultipleSegmentIndividualLabel: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n indexOfSegment,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n indexOfSegment: number;\n }) => string;\n srSingleSegmentLabel: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srSegmentLength: ({length}: {length: string}) => string;\n srSingleSegmentGraphEndpointAriaLabel: ({\n endpointNumber,\n x,\n y,\n }: {\n endpointNumber: number;\n x: string;\n y: string;\n }) => string;\n srMultipleSegmentGraphEndpointAriaLabel: ({\n endpointNumber,\n x,\n y,\n indexOfSegment,\n }: {\n endpointNumber: number;\n x: string;\n y: string;\n indexOfSegment: number;\n }) => string;\n srSegmentGrabHandle: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srLinearSystemGraph: string;\n srLinearSystemPoints: ({\n lineNumber,\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n lineNumber: number;\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srLinearSystemPoint({\n lineNumber,\n pointSequence,\n x,\n y,\n }: {\n lineNumber: number;\n pointSequence: number;\n x: string;\n y: string;\n }): string;\n srLinearSystemGrabHandle({\n lineNumber,\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n lineNumber: number;\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }): string;\n srLinearSystemIntersection({x, y}: {x: string; y: string}): string;\n srLinearSystemParallel: string;\n srRayGraph: string;\n srRayPoints: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srRayEndpoint: ({x, y}: {x: string; y: string}) => string;\n srRayTerminalPoint: ({x, y}: {x: string; y: string}) => string;\n srRayGrabHandle: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srQuadraticGraph: string;\n srQuadraticFaceUp: string;\n srQuadraticFaceDown: string;\n srQuadraticGraphVertexOrigin: string;\n srQuadraticGraphVertexXAxis: string;\n srQuadraticGraphVertexYAxis: string;\n srQuadraticGraphVertexQuadrant: ({quadrant}: {quadrant: number}) => string;\n srQuadraticTwoXIntercepts: ({\n intercept1,\n intercept2,\n }: {\n intercept1: string;\n intercept2: string;\n }) => string;\n srQuadraticOneXIntercept: ({intercept}: {intercept: string}) => string;\n srQuadraticYIntercept: ({intercept}: {intercept: string}) => string;\n srQuadraticPointOrigin: ({pointNumber}: {pointNumber: number}) => string;\n srQuadraticPointAxis: ({\n pointNumber,\n x,\n y,\n }: {\n pointNumber: number;\n x: string;\n y: string;\n }) => string;\n srQuadraticPointQuadrant: ({\n pointNumber,\n x,\n y,\n quadrant,\n }: {\n pointNumber: number;\n x: string;\n y: string;\n quadrant: number;\n }) => string;\n srQuadraticInteractiveElements: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n point3X,\n point3Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n point3X: string;\n point3Y: string;\n }) => string;\n srPolygonGraph: string;\n srPolygonGraphCoordinatePlane: string;\n srPolygonGraphPointsNum: ({num}: {num: number}) => string;\n srPolygonGraphPointsOne: string;\n srPolygonElementsNum: ({num}: {num: number}) => string;\n srPolygonElementsOne: string;\n srPolygonPointAngleApprox: ({angle}: {angle: string}) => string;\n srPolygonPointAngle: ({angle}: {angle: number}) => string;\n srPolygonSideLength: ({\n pointNum,\n length,\n }: {\n pointNum: number;\n length: string;\n }) => string;\n srPolygonSideLengthApprox: ({\n pointNum,\n length,\n }: {\n pointNum: number;\n length: string;\n }) => string;\n srUnlimitedPolygonEmpty: string;\n srSinusoidGraph: string;\n srSinusoidRootPoint: ({x, y}: {x: string; y: string}) => string;\n srSinusoidMaxPoint: ({x, y}: {x: string; y: string}) => string;\n srSinusoidMinPoint: ({x, y}: {x: string; y: string}) => string;\n srSinusoidFlatPoint: ({x, y}: {x: string; y: string}) => string;\n srSinusoidDescription: ({\n minValue,\n maxValue,\n cycleStart,\n cycleEnd,\n }: {\n minValue: string;\n maxValue: string;\n cycleStart: string;\n cycleEnd: string;\n }) => string;\n srSinusoidInteractiveElements: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n imageExploreButton: string;\n imageAlternativeTitle: string;\n imageDescriptionLabel: string;\n};\n\n/**\n * Untranslated strings used in Perseus. To be used by an external\n * translator to produce translated strings, passed in as `PerseusStrings`.\n * !! Note: Ensure that all escape sequences are double-escaped. (e.g. `\\\\text` -> `\\\\\\\\text`)\n */\nexport const strings = {\n // `num` is a special variable name that is used to determine the plurality\n // of the translated string.\n characterCount: {\n one: \"%(used)s / %(num)s Character\",\n other: \"%(used)s / %(num)s Characters\",\n },\n closeKeypad: \"close math keypad\",\n openKeypad: \"open math keypad\",\n mathInputBox: \"Math input box\",\n removeHighlight: \"Remove highlight\",\n addHighlight: \"Add highlight\",\n hintPos: \"Hint #%(pos)s\",\n errorRendering: \"Error rendering: %(error)s\",\n APPROXIMATED_PI_ERROR:\n \"Your answer is close, but you may \" +\n \"have approximated pi. Enter your \" +\n \"answer as a multiple of pi, like \" +\n \"12 pi or \" +\n \"2/3 pi\",\n EXTRA_SYMBOLS_ERROR:\n \"We could not understand your \" +\n \"answer. Please check your answer for extra \" +\n \"text or symbols.\",\n NEEDS_TO_BE_SIMPLFIED_ERROR:\n \"Your answer is almost correct, \" + \"but it needs to be simplified.\",\n MISSING_PERCENT_ERROR:\n \"Your answer is almost correct, \" +\n \"but it is missing a \" +\n \"<code>\\\\\\\\%</code> at the end.\",\n MULTIPLICATION_SIGN_ERROR:\n \"I'm a computer. I only understand \" +\n \"multiplication if you use an asterisk \" +\n \"(*) as the multiplication sign.\",\n USER_INPUT_EMPTY: \"Your answer is empty.\",\n USER_INPUT_TOO_LONG: \"Please shorten your response.\",\n WRONG_CASE_ERROR:\n \"Your answer includes use of a variable with the wrong case.\",\n WRONG_LETTER_ERROR: \"Your answer includes a wrong variable letter.\",\n invalidSelection: \"Make sure you select something for every row.\",\n INVALID_CHOICE_SELECTION: \"Invalid choice selection\",\n ERROR_TITLE: \"Oops!\",\n ERROR_MESSAGE: \"Sorry, I don't understand that!\",\n hints: \"Hints\",\n getAnotherHint: \"Get another hint\",\n deprecatedStandin:\n \"Sorry, this part of the question is no longer available. 😅 Don't worry, you won't be graded on this part. Keep going!\",\n keepTrying: \"Keep trying\",\n tryAgain: \"Try again\",\n check: \"Check\",\n correctExcited: \"Correct!\",\n nextQuestion: \"Next question\",\n skipToTitle: \"Skip to %(title)s\",\n current: \"Current\",\n correct: \"Correct\",\n correctSelected: \"Correct (selected)\",\n incorrect: \"Incorrect\",\n incorrectSelected: \"Incorrect (selected)\",\n hideExplanation: \"Hide explanation\",\n explain: \"Explain\",\n INVALID_MESSAGE_PREFIX: \"We couldn't grade your answer.\",\n DEFAULT_INVALID_MESSAGE_1: \"It looks like you left something blank or \",\n DEFAULT_INVALID_MESSAGE_2: \"entered in an invalid answer.\",\n integerExample: \"an integer, like $6$\",\n properExample: \"a *proper* fraction, like $1/2$ or $6/10$\",\n simplifiedProperExample: \"a *simplified proper* fraction, like $3/5$\",\n improperExample: \"an *improper* fraction, like $10/7$ or $14/8$\",\n simplifiedImproperExample: \"a *simplified improper* fraction, like $7/4$\",\n mixedExample: \"a mixed number, like $1\\\\\\\\ 3/4$\",\n decimalExample: \"an *exact* decimal, like $0.75$\",\n percentExample: \"a percent, like $12.34\\\\\\\\%$\",\n piExample: \"a multiple of pi, like $12$ pi or $2/3$ pi\",\n yourAnswer: \"**Your answer should be** \",\n yourAnswerLabel: \"Your answer:\",\n addPoints: \"Click to add points\",\n addVertices: \"Click to add vertices\",\n tapMultiple: \"Tap each dot on the image to select all answers that apply.\",\n tapSingle: \"Tap each dot on the image to select an answer.\",\n clickMultiple:\n \"Click each dot on the image to select all answers that apply.\",\n clickSingle: \"Click each dot on the image to select an answer.\",\n choices: \"Choices:\",\n answers: {\n one: \"%(num)s answer\",\n other: \"%(num)s answers\",\n },\n hideAnswersToggleLabel: \"Hide answer choices\",\n moves: {\n one: \"Moves: %(num)s\",\n other: \"Moves: %(num)s\",\n },\n clickTiles: \"Click on the tiles to change the lights.\",\n turnOffLights: \"You must turn on all of the lights to continue.\",\n fillAllCells: \"Make sure you fill in all cells in the matrix.\",\n molecularDrawing:\n \"A molecular structure drawing. SMILES notation: %(content)s\",\n switchDirection: \"Switch direction\",\n circleOpen: \"Make circle open\",\n circleFilled: \"Make circle filled\",\n numDivisions: \"Number of divisions:\",\n divisions:\n \"Please make sure the number of divisions is in the range %(divRangeString)s.\",\n lineRange: \"lines %(lineRange)s\",\n lineNumber: \"line %(lineNumber)s\",\n symbolPassage:\n \"The symbol %(questionSymbol)s indicates that question %(questionNumber)s references this portion of the passage.\",\n symbolQuestion:\n \" The symbol %(sentenceSymbol)s indicates that the following sentence is referenced in a question.\",\n lineLabel: {\n context: \"a label next to a reading passage to denote the line number\",\n message: \"Line\",\n },\n beginningPassage: \"Beginning of reading passage.\",\n beginningFootnotes: \"Beginning of reading passage footnotes.\",\n endPassage: \"End of reading passage.\",\n questionMarker: \"[Marker for question %(number)s]\",\n circleMarker: \"[Circle marker %(number)s]\",\n sentenceMarker: \"[Sentence %(number)s]\",\n dragHandles: \"Drag handles to make graph\",\n tapAddPoints: \"Tap to add points\",\n false: \"False\",\n true: \"True\",\n no: \"No\",\n yes: \"Yes\",\n chooseCorrectNum: \"Please choose the correct number of answers.\",\n notNoneOfTheAbove:\n \"'None of the above' may not be selected when other answers are selected.\",\n noneOfTheAbove: \"None of the above\",\n chooseNumAnswers: \"Choose %(numCorrect)s answers:\",\n chooseAllAnswers: \"Choose all answers that apply:\",\n chooseOneAnswer: \"Choose 1 answer:\",\n choiceCheckedCorrect: \"(Choice %(letter)s, Checked, Correct)\",\n choiceCorrect: \"(Choice %(letter)s, Correct)\",\n choiceCheckedIncorrect: \"(Choice %(letter)s, Checked, Incorrect)\",\n choiceIncorrect: \"(Choice %(letter)s, Incorrect)\",\n choiceChecked: \"(Choice %(letter)s, Checked)\",\n choice: \"(Choice %(letter)s)\",\n notSelected: {\n context: \"Screen reader announcement for a choice that is not selected\",\n message: \"not selected\",\n },\n choicesSelected: {\n one: \"%(num)s choice selected\",\n other: \"%(num)s choices selected\",\n },\n bringBack: \"Bring back\",\n openMenuForChoice: \"Open menu for Choice %(letter)s\",\n letters: {\n context:\n \"This is a list of single-character labels that will appear in front of multiple-choice options. For instance, a multiple-choice question with three options would display (A) first option (B) second option (C) third option. There must be spaces between each of the different characters. The characters will show up next to options in the order that they are listed here. Most multiple choice questions have 5 or fewer options.\",\n message: \"A B C D E F G H I J K L M N O P Q R S T U V W X Y Z\",\n },\n scrollAnswers: \"Scroll Answers\",\n scrollStart: \"Scroll to view start of the content\",\n scrollEnd: \"Scroll to view the end of the content\",\n rightArrow: \"Reaction arrow pointing to the right.\",\n dontUnderstandUnits: \"I couldn't understand those units.\",\n checkSigFigs: \"Check your significant figures.\",\n answerNumericallyIncorrect: \"That answer is numerically incorrect.\",\n checkUnits: \"Check your units.\",\n dontUnderstand: \"I don't understand that\",\n loading: \"Loading...\",\n videoTranscript: \"See video transcript\",\n somethingWrong: \"Something went wrong.\",\n videoWrapper: \"Khan Academy video wrapper\",\n mathInputTitle: \"mathematics keyboard\",\n mathInputDescription:\n \"Use keyboard/mouse to interact with math-based input fields\",\n sin: \"sin\",\n cos: \"cos\",\n tan: \"tan\",\n simulationLoadFail: \"Sorry, this simulation cannot load.\",\n simulationLocaleWarning:\n \"Sorry, this simulation isn't available in your language.\",\n selectAnAnswer: \"Select an answer\",\n addPoint: \"Add Point\",\n removePoint: \"Remove Point\",\n graphKeyboardPrompt: \"Press Shift + Enter to interact with the graph\",\n srInteractiveElements: \"Interactive elements: %(elements)s\",\n srNoInteractiveElements: \"No interactive elements\",\n closePolygon: {\n context:\n \"Button label for the button that closes an incomplete polygon created by the user in the interactive graph widget.\",\n message: \"Close shape\",\n },\n openPolygon: {\n context:\n \"Button label for the button that opens a closed polygon created by the user in the interactive graph widget.\",\n message: \"Re-open shape\",\n },\n srGraphInstructions: {\n context:\n \"Screen reader-only instructions for using the keyboard to move through the interactive elements in the interactive graph widget.\",\n message:\n \"Use the Tab key to move through the interactive elements in the graph. When an interactive element has focus, use Control + Shift + Arrows to move it.\",\n },\n srUnlimitedGraphInstructions: {\n context:\n \"Screen reader-only instructions for using the keyboard to move through the 'unlimited' (addable/deletable by the user) interactive elements in the interactive graph widget.\",\n message:\n \"Press Shift + Enter to interact with the graph. Use the Tab key to move through the interactive elements in the graph and access the graph Action Bar. When an interactive element has focus, use Control + Shift + Arrows to move it or use the Delete key to remove it from the graph. Use the buttons in the Action Bar to add or adjust elements within the graph.\",\n },\n srPointAtCoordinates: {\n context:\n \"Aria label for an interactive Point element in the interactive graph widget, including the count for its order in the points (e.g. 'Point 1 at 0 comma 0'). Coordinate (x, y) is written out as 'x comma y'.\",\n message: \"Point %(num)s at %(x)s comma %(y)s.\",\n },\n srCircleGraph: {\n context:\n \"Aria label for the container containing the Circle and its interactive elements in the interactive graph widget.\",\n message: \"A circle on a coordinate plane.\",\n },\n srCircleShape: {\n context:\n \"Aria label for the interactive Circle element in the interactive graph widget.\",\n message:\n \"Circle. The center point is at %(centerX)s comma %(centerY)s.\",\n },\n srCircleRadiusPointRight: {\n context:\n \"Aria label for the interactive Point element that represents the radius endpoint when it's on the right side of the Circle in the interactive graph widget.\",\n message:\n \"Right radius endpoint at %(radiusPointX)s comma %(radiusPointY)s.\",\n },\n srCircleRadiusPointLeft: {\n context:\n \"Aria label for the interactive Point element that represents the radius endpoint when it's on the left side of the Circle in the interactive graph widget.\",\n message:\n \"Left radius endpoint at %(radiusPointX)s comma %(radiusPointY)s.\",\n },\n srCircleRadius: {\n context:\n \"Screen reader description for the radius of the Circle in the interactive graph widget.\",\n message: \"Circle radius is %(radius)s.\",\n },\n srCircleOuterPoints: {\n context:\n \"Screen reader description for four key points on the Circle in the interactive graph widget.\",\n message:\n \"Points on the circle at %(point1X)s comma %(point1Y)s, %(point2X)s comma %(point2Y)s, %(point3X)s comma %(point3Y)s, %(point4X)s comma %(point4Y)s.\",\n },\n srLinearGraph: {\n context:\n \"Aria label for the container containing the Line and its interactive elements in the interactive graph widget.\",\n message: \"A line on a coordinate plane.\",\n },\n srLinearGraphPoints: {\n context:\n \"Screen reader description for the two points defining the Line in the interactive graph widget.\",\n message:\n \"The line has two points, point 1 at %(point1X)s comma %(point1Y)s and point 2 at %(point2X)s comma %(point2Y)s.\",\n },\n srLinearGraphSlopeIncreasing: {\n context:\n \"Screen reader description for the upward slope of the Line in the interactive graph widget.\",\n message: \"Its slope increases from left to right.\",\n },\n srLinearGraphSlopeDecreasing: {\n context:\n \"Screen reader description for the downward slope of the Line in the interactive graph widget.\",\n message: \"Its slope decreases from left to right.\",\n },\n srLinearGraphSlopeHorizontal: {\n context:\n \"Screen reader description for the slope of a horizontal Line in the interactive graph widget.\",\n message: \"Its slope is zero.\",\n },\n srLinearGraphSlopeVertical: {\n context:\n \"Screen reader description for the slope of a vertical Line in the interactive graph widget.\",\n message: \"Its slope is undefined.\",\n },\n srLinearGraphXOnlyIntercept: {\n context:\n \"Screen reader description for the intercept of the Line in the interactive graph widget when it only intersects the X-axis.\",\n message: \"The line crosses the X-axis at %(xIntercept)s comma 0.\",\n },\n srLinearGraphYOnlyIntercept: {\n context:\n \"Screen reader description for the intercept of the Line in the interactive graph widget when it only intersects the Y-axis.\",\n message: \"The line crosses the Y-axis at 0 comma %(yIntercept)s.\",\n },\n srLinearGraphBothIntercepts: {\n context:\n \"Screen reader description for the intercepts of the Line in the interactive graph widget when it intersects both the X-axis and Y-axis.\",\n message:\n \"The line crosses the X-axis at %(xIntercept)s comma 0 and the Y-axis at 0 comma %(yIntercept)s.\",\n },\n srLinearGraphOriginIntercept: {\n context:\n \"Screen reader description for the intercept of the Line in the interactive graph widget when it intersects both the X-axis and Y-axis at the origin.\",\n message: \"The line crosses the X and Y axes at the graph's origin.\",\n },\n srLinearGrabHandle: {\n context:\n \"Aria label for the interactive segment that allows the user to move the whole Line in the interactive graph widget.\",\n message:\n \"Line going through point %(point1X)s comma %(point1Y)s and point %(point2X)s comma %(point2Y)s.\",\n },\n srAngleStartingSide: {\n context:\n \"Aria label for interactive Point 3 of the Angle in the interactive graph widget, explaining it's on the starting side of the Angle.\",\n message: \"Point 3, starting side at %(x)s comma %(y)s.\",\n },\n srAngleEndingSide: {\n context:\n \"Aria label for interactive Point 2 of the Angle in the interactive graph widget, explaining it's on the ending side of the Angle.\",\n message: \"Point 2, ending side at %(x)s comma %(y)s.\",\n },\n srAngleVertexWithAngleMeasure: {\n context:\n \"Aria label for interactive Point 1 of the Angle in the interactive graph widget, explaining it's the vertex of the Angle.\",\n message:\n \"Point 1, vertex at %(x)s comma %(y)s. Angle %(angleMeasure)s degrees.\",\n },\n srAngleGraphAriaLabel: {\n context:\n \"Aria label for the container containing the Angle and its interactive elements in the interactive graph widget.\",\n message: \"An angle on a coordinate plane.\",\n },\n srAngleGraphAriaDescription: {\n context:\n \"Screen reader description for the measure of the Angle in the interactive graph widget.\",\n message:\n \"The angle measure is %(angleMeasure)s degrees with a vertex at %(vertexX)s comma %(vertexY)s, a point on the starting side at %(startingSideX)s comma %(startingSideY)s and a point on the ending side at %(endingSideX)s comma %(endingSideY)s\",\n },\n srAngleInteractiveElements: {\n context:\n \"Screen reader description of all the elements available to interact with within the Angle graph in the interactive graph widget.\",\n message:\n \"An angle formed by 3 points. The vertex is at %(vertexX)s comma %(vertexY)s. The starting side point is at %(startingSideX)s comma %(startingSideY)s. The ending side point is at %(endingSideX)s comma %(endingSideY)s.\",\n },\n srSingleSegmentGraphAriaLabel: {\n context:\n \"Aria label for the container containing one Line Segment in the interactive graph widget.\",\n message: \"A line segment on a coordinate plane.\",\n },\n srMultipleSegmentGraphAriaLabel: {\n context:\n \"Aria label for the container containing multiple Line Segments in the interactive graph widget.\",\n message: \"%(countOfSegments)s line segments on a coordinate plane.\",\n },\n srMultipleSegmentIndividualLabel: {\n context:\n \"Screen reader description for one individual Line Segment in the interactive graph widget, including the count for its order in the segments (e.g. 'Segment 1', 'Segment 2', etc.)\",\n message:\n \"Segment %(indexOfSegment)s: Endpoint 1 at %(point1X)s comma %(point1Y)s. Endpoint 2 at %(point2X)s comma %(point2Y)s.\",\n },\n srSingleSegmentLabel: {\n context:\n \"Screen reader description for one individual Line Segment in the interactive graph widget.\",\n message:\n \"Endpoint 1 at %(point1X)s comma %(point1Y)s. Endpoint 2 at %(point2X)s comma %(point2Y)s.\",\n },\n srSegmentLength: {\n context:\n \"Screen reader description for the length of a Line Segment in the interactive graph widget.\",\n message: \"Segment length %(length)s units.\",\n },\n srSingleSegmentGraphEndpointAriaLabel: {\n context:\n \"Screen reader description for the endpoint of a Line Segment in the interactive graph widget when there is only one segment.\",\n message: \"Endpoint %(endpointNumber)s at %(x)s comma %(y)s.\",\n },\n srMultipleSegmentGraphEndpointAriaLabel: {\n context:\n \"Screen reader description for the endpoint of a Line Segment in the interactive graph widget when there are multiple segments. Includes the count for the segment's order (e.g. 'Segment 1', 'Segment 2', etc.)\",\n message:\n \"Endpoint %(endpointNumber)s on segment %(indexOfSegment)s at %(x)s comma %(y)s.\",\n },\n srSegmentGrabHandle: {\n context:\n \"Aria label for the interactive segment that allows the user to move the whole Line Segment in the interactive graph widget.\",\n message:\n \"Segment from %(point1X)s comma %(point1Y)s to %(point2X)s comma %(point2Y)s.\",\n },\n srLinearSystemGraph: {\n context:\n \"Aria label for the container containing two lines as part of a Linear System in the interactive graph widget.\",\n message: \"Two lines on a coordinate plane.\",\n },\n srLinearSystemPoints: {\n context:\n \"Screen reader description for the points of a line in the Linear System in the interactive graph widget.\",\n message:\n \"Line %(lineNumber)s has two points, point 1 at %(point1X)s comma %(point1Y)s and point 2 at %(point2X)s comma %(point2Y)s.\",\n },\n srLinearSystemPoint: {\n context:\n \"Screen reader description for a point on a line in the Linear System in the interactive graph widget.\",\n message:\n \"Point %(pointSequence)s on line %(lineNumber)s at %(x)s comma %(y)s.\",\n },\n srLinearSystemGrabHandle: {\n context:\n \"Aria label for the interactive segment that allows the user to move a whole line in the Linear System in the interactive graph widget.\",\n message:\n \"Line %(lineNumber)s going through point %(point1X)s comma %(point1Y)s and point %(point2X)s comma %(point2Y)s.\",\n },\n srLinearSystemIntersection: {\n context:\n \"Screen reader description for the intersection of two lines in the Linear System in the interactive graph widget.\",\n message: \"Line 1 and line 2 intersect at point %(x)s comma %(y)s.\",\n },\n srLinearSystemParallel: {\n context:\n \"Screen reader description when two lines are parallel in the Linear System in the interactive graph widget.\",\n message: \"Line 1 and line 2 are parallel.\",\n },\n srRayGraph: {\n context:\n \"Screen reader description for the container containing a Ray in the interactive graph widget.\",\n message: \"A ray on a coordinate plane.\",\n },\n srRayPoints: {\n context:\n \"Screen reader description for the points of a ray in the interactive graph widget.\",\n message:\n \"The endpoint is at %(point1X)s comma %(point1Y)s and the ray goes through point %(point2X)s comma %(point2Y)s.\",\n },\n srRayGrabHandle: {\n context:\n \"Aria label for the interactive segment that allows the user to move the whole Ray in the interactive graph widget.\",\n message:\n \"Ray with endpoint %(point1X)s comma %(point1Y)s going through point %(point2X)s comma %(point2Y)s.\",\n },\n srRayEndpoint: {\n context:\n \"Aria label for the initial point of a Ray (the point at which the ray starts) in the interactive graph widget.\",\n message: \"Endpoint at %(x)s comma %(y)s.\",\n },\n srRayTerminalPoint: {\n context:\n \"Aria label for the point that determines the direction of the Ray in the interactive graph widget. The ray passes through this point.\",\n message: \"Through point at %(x)s comma %(y)s.\",\n },\n srQuadraticGraph: {\n context:\n \"Aria label for the container containing a Quadratic function in the interactive graph widget.\",\n message: \"A parabola on a 4-quadrant coordinate plane.\",\n },\n srQuadraticFaceUp: {\n context:\n \"Screen reader description for the direction of the Quadratic function in the interactive graph widget when it opens upward.\",\n message: \"The parabola opens upward.\",\n },\n srQuadraticFaceDown: {\n context:\n \"Screen reader description for the direction of the Quadratic function in the interactive graph widget when it opens downward.\",\n message: \"The parabola opens downward.\",\n },\n srQuadraticGraphVertexOrigin: {\n context:\n \"Screen reader description for the Quadratic function in the interactive graph widget when its vertex is at the origin.\",\n message: \"Vertex is at the origin.\",\n },\n srQuadraticGraphVertexXAxis: {\n context:\n \"Screen reader description for the Quadratic function in the interactive graph widget when its vertex is on the X-axis.\",\n message: \"Vertex is on the X-axis.\",\n },\n srQuadraticGraphVertexYAxis: {\n context:\n \"Screen reader description for the Quadratic function in the interactive graph widget when its vertex is on the Y-axis.\",\n message: \"Vertex is on the Y-axis.\",\n },\n srQuadraticGraphVertexQuadrant: {\n context:\n \"Screen reader description for the Quadratic function in the interactive graph widget when its vertex is in a specific quadrant (quadrant 1, 2, 3, or 4).\",\n message: \"Vertex is in quadrant %(quadrant)s.\",\n },\n srQuadraticTwoXIntercepts: {\n context:\n \"Screen reader description for the X-intercepts of the Quadratic function in the interactive graph widget when there are two X-intercepts.\",\n message:\n \"The X-intercepts are at %(intercept1)s comma 0 and %(intercept2)s comma 0.\",\n },\n srQuadraticOneXIntercept: {\n context:\n \"Screen reader description for the X-intercept of the Quadratic function in the interactive graph widget when there is only one X-intercept.\",\n message: \"The X-intercept is at %(intercept)s comma 0.\",\n },\n srQuadraticYIntercept: {\n context:\n \"Screen reader description for the Y-intercept of the Quadratic function in the interactive graph widget.\",\n message: \"The Y-intercept is at 0 comma %(intercept)s.\",\n },\n srQuadraticPointOrigin: {\n context:\n \"Aria label for an interactive Point on the Quadratic function in the interactive graph widget when the Point is at the origin.\",\n message: \"Point %(pointNumber)s on parabola at the origin.\",\n },\n srQuadraticPointAxis: {\n context:\n \"Aria label for an interactive Point on the Quadratic function in the interactive graph widget when the Point is on the X-axis or Y-axis.\",\n message: \"Point %(pointNumber)s on parabola at %(x)s comma %(y)s.\",\n },\n srQuadraticPointQuadrant: {\n context:\n \"Aria label for an interactive Point on the Quadratic function in the interactive graph widget when the Point is in a specific quadrant.\",\n message:\n \"Point %(pointNumber)s on parabola in quadrant %(quadrant)s at %(x)s comma %(y)s.\",\n },\n srQuadraticInteractiveElements: {\n context:\n \"Screen reader description of all the elements available to interact with within the Quadratic function in the interactive graph widget.\",\n message:\n \"Parabola with points at %(point1X)s comma %(point1Y)s, %(point2X)s comma %(point2Y)s, and %(point3X)s comma %(point3Y)s.\",\n },\n srPolygonGraph: {\n context:\n \"Aria label for the container containing a Polygon in the interactive graph widget when it's on a plane/grid without axes.\",\n message: \"A polygon.\",\n },\n srPolygonGraphCoordinatePlane: {\n context:\n \"Aria label for the container containing a Polygon in the interactive graph widget when it's on a coordinate plane.\",\n message: \"A polygon on a coordinate plane.\",\n },\n srPolygonGraphPointsNum: {\n context:\n \"Screen reader description for the number of points in the Polygon in the interactive graph widget.\",\n message: \"The polygon has %(num)s points.\",\n },\n srPolygonGraphPointsOne: {\n context:\n \"Screen reader description for the number of points in the Polygon in the interactive graph widget when there is only one point.\",\n message: \"The polygon has 1 point.\",\n },\n srPolygonElementsNum: {\n context:\n \"Screen reader description for the Polygon in the interactive graph widget explaining that it has a certain number of points.\",\n message: \"A polygon with %(num)s points.\",\n },\n srPolygonElementsOne: {\n context:\n \"Screen reader description for the Polygon in the interactive graph widget explaining that it has one point.\",\n message: \"A polygon with 1 point.\",\n },\n srPolygonPointAngleApprox: {\n context:\n \"Screen reader description for the angle of a point in the Polygon in the interactive graph widget when it's not an exact integer.\",\n message: \"Angle approximately equal to %(angle)s degrees.\",\n },\n srPolygonPointAngle: {\n context:\n \"Screen reader description for the angle of a point in the Polygon in the interactive graph widget when it's an integer.\",\n message: \"Angle equal to %(angle)s degrees.\",\n },\n srPolygonSideLength: {\n context:\n \"Screen reader description for the side of the Polygon in the interactive graph widget when its length is an exact integer.\",\n message:\n \"A line segment, length equal to %(length)s units, connects to point %(pointNum)s.\",\n },\n srPolygonSideLengthApprox: {\n context:\n \"Screen reader description for the side of the Polygon in the interactive graph widget when its length is not an exact integer.\",\n message:\n \"A line segment, length approximately equal to %(length)s units, connects to point %(pointNum)s.\",\n },\n srUnlimitedPolygonEmpty: {\n context:\n \"Screen reader description for the empty container that will eventually contain a Polygon in the interactive graph widget after the user has added points.\",\n message: \"An empty coordinate plane.\",\n },\n srSinusoidGraph: {\n context:\n \"Aria label for the container containing a Sinusoid function in the interactive graph widget.\",\n message: \"A sinusoid function on a coordinate plane.\",\n },\n srSinusoidRootPoint: {\n context:\n \"Aria label for the Point defining the midline intersection of the Sinusoid function in the interactive graph widget.\",\n message: \"Midline intersection at %(x)s comma %(y)s.\",\n },\n srSinusoidMaxPoint: {\n context:\n \"Aria label for the Point defining the maximum of the Sinusoid function in the interactive graph widget.\",\n message: \"Maximum point at %(x)s comma %(y)s.\",\n },\n srSinusoidMinPoint: {\n context:\n \"Aria label for the Point defining the minimum of the Sinusoid function in the interactive graph widget.\",\n message: \"Minimum point at %(x)s comma %(y)s.\",\n },\n srSinusoidFlatPoint: {\n context:\n \"Aria label for the Point defining the amplitude of the Sinusoid function in the interactive graph widget when the amplitude is 0.\",\n message: \"Line through point at %(x)s comma %(y)s.\",\n },\n srSinusoidDescription: {\n context:\n \"Screen reader description of the Sinusoid function in the interactive graph widget.\",\n message:\n \"The graph shows a wave with a minimum value of %(minValue)s and a maximum value of %(maxValue)s. The wave completes a full cycle from %(cycleStart)s to %(cycleEnd)s.\",\n },\n srSinusoidInteractiveElements: {\n context:\n \"Screen reader description of all the elements available to interact with within the Sinusoid function in the interactive graph widget.\",\n message:\n \"Sinusoid graph with midline intersection point at %(point1X)s comma %(point1Y)s and extremum point at %(point2X)s comma %(point2Y)s.\",\n },\n imageExploreButton: \"Explore image\",\n imageAlternativeTitle: \"Explore image and description\",\n imageDescriptionLabel: \"Description\",\n} satisfies {\n [key in keyof PerseusStrings]:\n | string\n | {context?: string; message: string}\n | {context?: string; one: string; other: string};\n};\n\n/**\n * Mock strings for the Perseus package, to be used for tests and Storybook.\n */\nexport const mockStrings: PerseusStrings = {\n characterCount: ({used, num}) =>\n num === 1\n ? `${used} / ${num} Character`\n : `${used} / ${num} Characters`,\n closeKeypad: \"close math keypad\",\n openKeypad: \"open math keypad\",\n mathInputBox: \"Math input box\",\n removeHighlight: \"Remove highlight\",\n addHighlight: \"Add highlight\",\n hintPos: ({pos}) => `Hint #${pos}`,\n errorRendering: ({error}) => `Error rendering: ${error}`,\n APPROXIMATED_PI_ERROR:\n \"Your answer is close, but you may \" +\n \"have approximated pi. Enter your \" +\n \"answer as a multiple of pi, like \" +\n \"<code>12\\\\ \\\\text{pi}</code> or \" +\n \"<code>2/3\\\\ \\\\text{pi}</code>\",\n EXTRA_SYMBOLS_ERROR:\n \"We could not understand your \" +\n \"answer. Please check your answer for extra \" +\n \"text or symbols.\",\n NEEDS_TO_BE_SIMPLFIED_ERROR:\n \"Your answer is almost correct, \" + \"but it needs to be simplified.\",\n MISSING_PERCENT_ERROR:\n \"Your answer is almost correct, \" +\n \"but it is missing a \" +\n \"<code>\\\\%</code> at the end.\",\n MULTIPLICATION_SIGN_ERROR:\n \"I'm a computer. I only understand \" +\n \"multiplication if you use an asterisk \" +\n \"(*) as the multiplication sign.\",\n USER_INPUT_EMPTY: \"Your answer is empty.\",\n USER_INPUT_TOO_LONG: \"Please shorten your response.\",\n WRONG_CASE_ERROR:\n \"Your answer includes use of a variable with the wrong case.\",\n WRONG_LETTER_ERROR: \"Your answer includes a wrong variable letter.\",\n invalidSelection: \"Make sure you select something for every row.\",\n INVALID_CHOICE_SELECTION: \"Invalid choice selection\",\n ERROR_TITLE: \"Oops!\",\n ERROR_MESSAGE: \"Sorry, I don't understand that!\",\n hints: \"Hints\",\n getAnotherHint: \"Get another hint\",\n deprecatedStandin:\n \"Sorry, this part of the question is no longer available. 😅 Don't worry, you won't be graded on this part. Keep going!\",\n keepTrying: \"Keep trying\",\n tryAgain: \"Try again\",\n check: \"Check\",\n correctExcited: \"Correct!\",\n nextQuestion: \"Next question\",\n skipToTitle: ({title}) => `Skip to ${title}`,\n current: \"Current\",\n correct: \"Correct\",\n correctSelected: \"Correct (selected)\",\n incorrect: \"Incorrect\",\n incorrectSelected: \"Incorrect (selected)\",\n hideExplanation: \"Hide explanation\",\n explain: \"Explain\",\n INVALID_MESSAGE_PREFIX: \"We couldn't grade your answer.\",\n DEFAULT_INVALID_MESSAGE_1: \"It looks like you left something blank or \",\n DEFAULT_INVALID_MESSAGE_2: \"entered in an invalid answer.\",\n integerExample: \"an integer, like $6$\",\n properExample: \"a *proper* fraction, like $1/2$ or $6/10$\",\n simplifiedProperExample: \"a *simplified proper* fraction, like $3/5$\",\n improperExample: \"an *improper* fraction, like $10/7$ or $14/8$\",\n simplifiedImproperExample: \"a *simplified improper* fraction, like $7/4$\",\n mixedExample: \"a mixed number, like $1\\\\ 3/4$\",\n decimalExample: \"an *exact* decimal, like $0.75$\",\n percentExample: \"a percent, like $12.34\\\\%$\",\n piExample: \"a multiple of pi, like $12\\\\ \\\\text{pi}$ or $2/3\\\\ \\\\text{pi}$\",\n yourAnswer: \"**Your answer should be** \",\n yourAnswerLabel: \"Your answer:\",\n addPoints: \"Click to add points\",\n addVertices: \"Click to add vertices\",\n tapMultiple: \"Tap each dot on the image to select all answers that apply.\",\n tapSingle: \"Tap each dot on the image to select an answer.\",\n clickMultiple:\n \"Click each dot on the image to select all answers that apply.\",\n clickSingle: \"Click each dot on the image to select an answer.\",\n choices: \"Choices:\",\n answers: ({num}) => (num === 1 ? `${num} answer` : `${num} answers`),\n hideAnswersToggleLabel: \"Hide answer choices\",\n moves: ({num}) => (num === 1 ? `Moves: ${num}` : `Moves: ${num}`),\n clickTiles: \"Click on the tiles to change the lights.\",\n turnOffLights: \"You must turn on all of the lights to continue.\",\n fillAllCells: \"Make sure you fill in all cells in the matrix.\",\n molecularDrawing: ({content}) =>\n `A molecular structure drawing. SMILES notation: ${content}`,\n switchDirection: \"Switch direction\",\n circleOpen: \"Make circle open\",\n circleFilled: \"Make circle filled\",\n numDivisions: \"Number of divisions:\",\n divisions: ({divRangeString}) =>\n `Please make sure the number of divisions is in the range ${divRangeString}.`,\n lineRange: ({lineRange}: {lineRange: string}) => `lines ${lineRange}`,\n lineNumber: ({lineNumber}: {lineNumber: string}) => `line ${lineNumber}`,\n symbolPassage: ({questionSymbol, questionNumber}) =>\n `The symbol ${questionSymbol} indicates that question ${questionNumber} references this portion of the passage.`,\n symbolQuestion: ({sentenceSymbol}) =>\n ` The symbol ${sentenceSymbol} indicates that the following sentence is referenced in a question.`,\n lineLabel: \"Line\",\n beginningPassage: \"Beginning of reading passage.\",\n beginningFootnotes: \"Beginning of reading passage footnotes.\",\n endPassage: \"End of reading passage.\",\n questionMarker: ({number}) => `[Marker for question ${number}]`,\n circleMarker: ({number}) => `[Circle marker ${number}]`,\n sentenceMarker: ({number}) => `[Sentence ${number}]`,\n dragHandles: \"Drag handles to make graph\",\n tapAddPoints: \"Tap to add points\",\n false: \"False\",\n true: \"True\",\n no: \"No\",\n yes: \"Yes\",\n chooseCorrectNum: \"Please choose the correct number of answers.\",\n notNoneOfTheAbove:\n \"'None of the above' may not be selected when other answers are selected.\",\n noneOfTheAbove: \"None of the above\",\n chooseNumAnswers: ({numCorrect}) => `Choose ${numCorrect} answers:`,\n chooseAllAnswers: \"Choose all answers that apply:\",\n chooseOneAnswer: \"Choose 1 answer:\",\n choiceCheckedCorrect: ({letter}) => `(Choice ${letter}, Checked, Correct)`,\n choiceCorrect: ({letter}) => `(Choice ${letter}, Correct)`,\n choiceCheckedIncorrect: ({letter}) =>\n `(Choice ${letter}, Checked, Incorrect)`,\n choiceIncorrect: ({letter}) => `(Choice ${letter}, Incorrect)`,\n choiceChecked: ({letter}) => `(Choice ${letter}, Checked)`,\n choice: ({letter}) => `(Choice ${letter})`,\n notSelected: \"not selected\",\n choicesSelected: ({num}) =>\n num === 1 ? `${num} choice selected` : `${num} choices selected`,\n bringBack: \"Bring back\",\n openMenuForChoice: ({letter}) => `Open menu for Choice ${letter}`,\n letters: \"A B C D E F G H I J K L M N O P Q R S T U V W X Y Z\",\n scrollAnswers: \"Scroll Answers\",\n scrollStart: \"Scroll to view start of the content\",\n scrollEnd: \"Scroll to view the end of the content\",\n rightArrow: \"Reaction arrow pointing to the right.\",\n dontUnderstandUnits: \"I couldn't understand those units.\",\n checkSigFigs: \"Check your significant figures.\",\n answerNumericallyIncorrect: \"That answer is numerically incorrect.\",\n checkUnits: \"Check your units.\",\n dontUnderstand: \"I don't understand that\",\n loading: \"Loading...\",\n videoTranscript: \"See video transcript\",\n somethingWrong: \"Something went wrong.\",\n videoWrapper: \"Khan Academy video wrapper\",\n mathInputTitle: \"mathematics keyboard\",\n mathInputDescription:\n \"Use keyboard/mouse to interact with math-based input fields\",\n sin: \"sin\",\n cos: \"cos\",\n tan: \"tan\",\n simulationLoadFail: \"Sorry, this simulation cannot load.\",\n simulationLocaleWarning:\n \"Sorry, this simulation isn't available in your language.\",\n selectAnAnswer: \"Select an answer\",\n srGraphInstructions:\n \"Use the Tab key to move through the interactive elements in the graph. When an interactive element has focus, use Control + Shift + Arrows to move it.\",\n srUnlimitedGraphInstructions:\n \"Press Shift + Enter to interact with the graph. Use the Tab key to move through the interactive elements in the graph and access the graph Action Bar. When an interactive element has focus, use Control + Shift + Arrows to move it or use the Delete key to remove it from the graph. Use the buttons in the Action Bar to add or adjust elements within the graph.\",\n graphKeyboardPrompt: \"Press Shift + Enter to interact with the graph\",\n addPoint: \"Add Point\",\n removePoint: \"Remove Point\",\n closePolygon: \"Close shape\",\n openPolygon: \"Re-open shape\",\n srPointAtCoordinates: ({num, x, y}) => `Point ${num} at ${x} comma ${y}.`,\n srInteractiveElements: ({elements}) => `Interactive elements: ${elements}`,\n srNoInteractiveElements: \"No interactive elements\",\n srCircleGraph: \"A circle on a coordinate plane.\",\n srCircleShape: ({centerX, centerY}) =>\n `Circle. The center point is at ${centerX} comma ${centerY}.`,\n srCircleRadiusPointRight: ({radiusPointX, radiusPointY}) =>\n `Right radius endpoint at ${radiusPointX} comma ${radiusPointY}.`,\n srCircleRadiusPointLeft: ({radiusPointX, radiusPointY}) =>\n `Left radius endpoint at ${radiusPointX} comma ${radiusPointY}.`,\n srCircleRadius: ({radius}) => `Circle radius is ${radius}.`,\n srCircleOuterPoints: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n point3X,\n point3Y,\n point4X,\n point4Y,\n }) =>\n `Points on the circle at ${point1X} comma ${point1Y}, ${point2X} comma ${point2Y}, ${point3X} comma ${point3Y}, ${point4X} comma ${point4Y}.`,\n srLinearGraph: \"A line on a coordinate plane.\",\n srLinearGraphPoints: ({point1X, point1Y, point2X, point2Y}) =>\n `The line has two points, point 1 at ${point1X} comma ${point1Y} and point 2 at ${point2X} comma ${point2Y}.`,\n srLinearGraphSlopeIncreasing: \"Its slope increases from left to right.\",\n srLinearGraphSlopeDecreasing: \"Its slope decreases from left to right.\",\n srLinearGraphSlopeHorizontal: \"Its slope is zero.\",\n srLinearGraphSlopeVertical: \"Its slope is undefined.\",\n srLinearGraphXOnlyIntercept: ({xIntercept}) =>\n `The line crosses the X-axis at ${xIntercept} comma 0.`,\n srLinearGraphYOnlyIntercept: ({yIntercept}) =>\n `The line crosses the Y-axis at 0 comma ${yIntercept}.`,\n srLinearGraphBothIntercepts: ({xIntercept, yIntercept}) =>\n `The line crosses the X-axis at ${xIntercept} comma 0 and the Y-axis at 0 comma ${yIntercept}.`,\n srLinearGraphOriginIntercept:\n \"The line crosses the X and Y axes at the graph's origin.\",\n srLinearGrabHandle: ({point1X, point1Y, point2X, point2Y}) =>\n `Line going through point ${point1X} comma ${point1Y} and point ${point2X} comma ${point2Y}.`,\n srAngleStartingSide: ({x, y}) =>\n `Point 3, starting side at ${x} comma ${y}.`,\n srAngleEndingSide: ({x, y}) => `Point 2, ending side at ${x} comma ${y}.`,\n srAngleVertexWithAngleMeasure: ({x, y, angleMeasure}) =>\n `Point 1, vertex at ${x} comma ${y}. Angle ${angleMeasure} degrees.`,\n srAngleGraphAriaLabel: \"An angle on a coordinate plane.\",\n srAngleGraphAriaDescription: ({\n angleMeasure,\n vertexX,\n vertexY,\n startingSideX,\n startingSideY,\n endingSideX,\n endingSideY,\n }) =>\n `The angle measure is ${angleMeasure} degrees with a vertex at ${vertexX} comma ${vertexY}, a point on the starting side at ${startingSideX} comma ${startingSideY} and a point on the ending side at ${endingSideX} comma ${endingSideY}.`,\n srAngleInteractiveElements: ({\n vertexX,\n vertexY,\n startingSideX,\n startingSideY,\n endingSideX,\n endingSideY,\n }) =>\n `An angle formed by 3 points. The vertex is at ${vertexX} comma ${vertexY}. The starting side point is at ${startingSideX} comma ${startingSideY}. The ending side point is at ${endingSideX} comma ${endingSideY}.`,\n srSingleSegmentGraphAriaLabel: \"A line segment on a coordinate plane.\",\n srMultipleSegmentGraphAriaLabel: ({countOfSegments}) =>\n `${countOfSegments} segments on a coordinate plane.`,\n srMultipleSegmentIndividualLabel: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n indexOfSegment,\n }) =>\n `Segment ${indexOfSegment}: Endpoint 1 at ${point1X} comma ${point1Y}. Endpoint 2 at ${point2X} comma ${point2Y}.`,\n srSingleSegmentLabel: ({point1X, point1Y, point2X, point2Y}) =>\n `Endpoint 1 at ${point1X} comma ${point1Y}. Endpoint 2 at ${point2X} comma ${point2Y}.`,\n srSegmentLength: ({length}) => `Segment length ${length} units.`,\n srSingleSegmentGraphEndpointAriaLabel: ({endpointNumber, x, y}) =>\n `Endpoint ${endpointNumber} at ${x} comma ${y}.`,\n srMultipleSegmentGraphEndpointAriaLabel: ({\n endpointNumber,\n x,\n y,\n indexOfSegment,\n }) =>\n `Endpoint ${endpointNumber} on segment ${indexOfSegment} at ${x} comma ${y}.`,\n srSegmentGrabHandle: ({point1X, point1Y, point2X, point2Y}) =>\n `Segment from ${point1X} comma ${point1Y} to ${point2X} comma ${point2Y}.`,\n srLinearSystemGraph: \"Two lines on a coordinate plane.\",\n srLinearSystemPoints: ({lineNumber, point1X, point1Y, point2X, point2Y}) =>\n `Line ${lineNumber} has two points, point 1 at ${point1X} comma ${point1Y} and point 2 at ${point2X} comma ${point2Y}.`,\n srLinearSystemPoint: ({lineNumber, pointSequence, x, y}) =>\n `Point ${pointSequence} on line ${lineNumber} at ${x} comma ${y}.`,\n srLinearSystemGrabHandle: ({\n lineNumber,\n point1X,\n point1Y,\n point2X,\n point2Y,\n }) =>\n `Line ${lineNumber} going through point ${point1X} comma ${point1Y} and point ${point2X} comma ${point2Y}.`,\n srLinearSystemIntersection: ({x, y}) =>\n `Line 1 and line 2 intersect at point ${x} comma ${y}.`,\n srLinearSystemParallel: \"Line 1 and line 2 are parallel.\",\n srRayGraph: \"A ray on a coordinate plane.\",\n srRayPoints: ({point1X, point1Y, point2X, point2Y}) =>\n `The endpoint is at ${point1X} comma ${point1Y} and the ray goes through point ${point2X} comma ${point2Y}.`,\n srRayGrabHandle: ({point1X, point1Y, point2X, point2Y}) =>\n `Ray with endpoint ${point1X} comma ${point1Y} going through point ${point2X} comma ${point2Y}.`,\n srRayEndpoint: ({x, y}) => `Endpoint at ${x} comma ${y}.`,\n srRayTerminalPoint: ({x, y}) => `Through point at ${x} comma ${y}.`,\n srQuadraticGraph: \"A parabola on a 4-quadrant coordinate plane.\",\n srQuadraticFaceUp: \"The parabola opens upward.\",\n srQuadraticFaceDown: \"The parabola opens downward.\",\n srQuadraticGraphVertexOrigin: \"Vertex is at the origin.\",\n srQuadraticGraphVertexXAxis: \"Vertex is on the X-axis.\",\n srQuadraticGraphVertexYAxis: \"Vertex is on the Y-axis.\",\n srQuadraticGraphVertexQuadrant: ({quadrant}) =>\n `Vertex is in quadrant ${quadrant}.`,\n srQuadraticTwoXIntercepts: ({intercept1, intercept2}) =>\n `The X-intercepts are at ${intercept1} comma 0 and ${intercept2} comma 0.`,\n srQuadraticOneXIntercept: ({intercept}) =>\n `The X-intercept is at ${intercept} comma 0.`,\n srQuadraticYIntercept: ({intercept}) =>\n `The Y-intercept is at 0 comma ${intercept}.`,\n srQuadraticPointOrigin: ({pointNumber}) =>\n `Point ${pointNumber} on parabola at the origin.`,\n srQuadraticPointAxis: ({pointNumber, x, y}) =>\n `Point ${pointNumber} on parabola at ${x} comma ${y}.`,\n srQuadraticPointQuadrant: ({pointNumber, x, y, quadrant}) =>\n `Point ${pointNumber} on parabola in quadrant ${quadrant} at ${x} comma ${y}.`,\n srQuadraticInteractiveElements: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n point3X,\n point3Y,\n }) =>\n `Parabola with points at ${point1X} comma ${point1Y}, ${point2X} comma ${point2Y}, and ${point3X} comma ${point3Y}.`,\n srPolygonGraph: \"A polygon.\",\n srPolygonGraphCoordinatePlane: \"A polygon on a coordinate plane.\",\n srPolygonGraphPointsNum: ({num}) => `The polygon has ${num} points.`,\n srPolygonGraphPointsOne: \"The polygon has 1 point.\",\n srPolygonElementsNum: ({num}) => `A polygon with ${num} points.`,\n srPolygonElementsOne: \"A polygon with 1 point.\",\n srPolygonPointAngleApprox: ({angle}) =>\n `Angle approximately equal to ${angle} degrees.`,\n srPolygonPointAngle: ({angle}) => `Angle equal to ${angle} degrees.`,\n srPolygonSideLength: ({pointNum, length}) =>\n `A line segment, length equal to ${length} units, connects to point ${pointNum}.`,\n srPolygonSideLengthApprox: ({pointNum, length}) =>\n `A line segment, length approximately equal to ${length} units, connects to point ${pointNum}.`,\n srUnlimitedPolygonEmpty: \"An empty coordinate plane.\",\n srSinusoidGraph: \"A sinusoid function on a coordinate plane.\",\n srSinusoidRootPoint: ({x, y}) => `Midline intersection at ${x} comma ${y}.`,\n srSinusoidMaxPoint: ({x, y}) => `Maximum point at ${x} comma ${y}.`,\n srSinusoidMinPoint: ({x, y}) => `Minimum point at ${x} comma ${y}.`,\n srSinusoidFlatPoint: ({x, y}) => `Line through point at ${x} comma ${y}.`,\n srSinusoidDescription: ({minValue, maxValue, cycleStart, cycleEnd}) =>\n `The graph shows a wave with a minimum value of ${minValue} and a maximum value of ${maxValue}. The wave completes a full cycle from ${cycleStart} to ${cycleEnd}.`,\n srSinusoidInteractiveElements: ({point1X, point1Y, point2X, point2Y}) =>\n `Sinusoid graph with midline intersection point at ${point1X} comma ${point1Y} and extremum point at ${point2X} comma ${point2Y}.`,\n imageExploreButton: \"Explore image\",\n imageAlternativeTitle: \"Explore image and description\",\n imageDescriptionLabel: \"Description\",\n};\n\n// This type helps us make sure all error codes are mapped to strings\ntype ErrorStringMap = {\n [K in keyof typeof ErrorCodes]: keyof PerseusStrings;\n};\n\n/**\n * Map an error string to a PerseusStrings key\n * that we can use to get the translated error message\n */\nconst errorToString: ErrorStringMap = {\n MISSING_PERCENT_ERROR: \"MISSING_PERCENT_ERROR\",\n NEEDS_TO_BE_SIMPLIFIED_ERROR: \"NEEDS_TO_BE_SIMPLFIED_ERROR\",\n APPROXIMATED_PI_ERROR: \"APPROXIMATED_PI_ERROR\",\n EXTRA_SYMBOLS_ERROR: \"EXTRA_SYMBOLS_ERROR\",\n WRONG_CASE_ERROR: \"WRONG_CASE_ERROR\",\n WRONG_LETTER_ERROR: \"WRONG_LETTER_ERROR\",\n MULTIPLICATION_SIGN_ERROR: \"MULTIPLICATION_SIGN_ERROR\",\n INVALID_CHOICE_SELECTION: \"INVALID_CHOICE_SELECTION\",\n INVALID_SELECTION_ERROR: \"invalidSelection\",\n CHOOSE_CORRECT_NUM_ERROR: \"chooseCorrectNum\",\n NOT_NONE_ABOVE_ERROR: \"notNoneOfTheAbove\",\n FILL_ALL_CELLS_ERROR: \"fillAllCells\",\n USER_INPUT_EMPTY: \"USER_INPUT_EMPTY\",\n USER_INPUT_TOO_LONG: \"USER_INPUT_TOO_LONG\",\n};\n\nexport function mapErrorToString(\n // the string representing an error code\n err: string | null | undefined,\n // the translated Perseus strings\n translatedStrings: PerseusStrings,\n) {\n if (!err) {\n return err;\n }\n\n return translatedStrings[errorToString[err]] || err;\n}\n"],"names":["strings","characterCount","one","other","closeKeypad","openKeypad","mathInputBox","removeHighlight","addHighlight","hintPos","errorRendering","APPROXIMATED_PI_ERROR","EXTRA_SYMBOLS_ERROR","NEEDS_TO_BE_SIMPLFIED_ERROR","MISSING_PERCENT_ERROR","MULTIPLICATION_SIGN_ERROR","USER_INPUT_EMPTY","USER_INPUT_TOO_LONG","WRONG_CASE_ERROR","WRONG_LETTER_ERROR","invalidSelection","INVALID_CHOICE_SELECTION","ERROR_TITLE","ERROR_MESSAGE","hints","getAnotherHint","deprecatedStandin","keepTrying","tryAgain","check","correctExcited","nextQuestion","skipToTitle","current","correct","correctSelected","incorrect","incorrectSelected","hideExplanation","explain","INVALID_MESSAGE_PREFIX","DEFAULT_INVALID_MESSAGE_1","DEFAULT_INVALID_MESSAGE_2","integerExample","properExample","simplifiedProperExample","improperExample","simplifiedImproperExample","mixedExample","decimalExample","percentExample","piExample","yourAnswer","yourAnswerLabel","addPoints","addVertices","tapMultiple","tapSingle","clickMultiple","clickSingle","choices","answers","hideAnswersToggleLabel","moves","clickTiles","turnOffLights","fillAllCells","molecularDrawing","switchDirection","circleOpen","circleFilled","numDivisions","divisions","lineRange","lineNumber","symbolPassage","symbolQuestion","lineLabel","context","message","beginningPassage","beginningFootnotes","endPassage","questionMarker","circleMarker","sentenceMarker","dragHandles","tapAddPoints","false","true","no","yes","chooseCorrectNum","notNoneOfTheAbove","noneOfTheAbove","chooseNumAnswers","chooseAllAnswers","chooseOneAnswer","choiceCheckedCorrect","choiceCorrect","choiceCheckedIncorrect","choiceIncorrect","choiceChecked","choice","notSelected","choicesSelected","bringBack","openMenuForChoice","letters","scrollAnswers","scrollStart","scrollEnd","rightArrow","dontUnderstandUnits","checkSigFigs","answerNumericallyIncorrect","checkUnits","dontUnderstand","loading","videoTranscript","somethingWrong","videoWrapper","mathInputTitle","mathInputDescription","sin","cos","tan","simulationLoadFail","simulationLocaleWarning","selectAnAnswer","addPoint","removePoint","graphKeyboardPrompt","srInteractiveElements","srNoInteractiveElements","closePolygon","openPolygon","srGraphInstructions","srUnlimitedGraphInstructions","srPointAtCoordinates","srCircleGraph","srCircleShape","srCircleRadiusPointRight","srCircleRadiusPointLeft","srCircleRadius","srCircleOuterPoints","srLinearGraph","srLinearGraphPoints","srLinearGraphSlopeIncreasing","srLinearGraphSlopeDecreasing","srLinearGraphSlopeHorizontal","srLinearGraphSlopeVertical","srLinearGraphXOnlyIntercept","srLinearGraphYOnlyIntercept","srLinearGraphBothIntercepts","srLinearGraphOriginIntercept","srLinearGrabHandle","srAngleStartingSide","srAngleEndingSide","srAngleVertexWithAngleMeasure","srAngleGraphAriaLabel","srAngleGraphAriaDescription","srAngleInteractiveElements","srSingleSegmentGraphAriaLabel","srMultipleSegmentGraphAriaLabel","srMultipleSegmentIndividualLabel","srSingleSegmentLabel","srSegmentLength","srSingleSegmentGraphEndpointAriaLabel","srMultipleSegmentGraphEndpointAriaLabel","srSegmentGrabHandle","srLinearSystemGraph","srLinearSystemPoints","srLinearSystemPoint","srLinearSystemGrabHandle","srLinearSystemIntersection","srLinearSystemParallel","srRayGraph","srRayPoints","srRayGrabHandle","srRayEndpoint","srRayTerminalPoint","srQuadraticGraph","srQuadraticFaceUp","srQuadraticFaceDown","srQuadraticGraphVertexOrigin","srQuadraticGraphVertexXAxis","srQuadraticGraphVertexYAxis","srQuadraticGraphVertexQuadrant","srQuadraticTwoXIntercepts","srQuadraticOneXIntercept","srQuadraticYIntercept","srQuadraticPointOrigin","srQuadraticPointAxis","srQuadraticPointQuadrant","srQuadraticInteractiveElements","srPolygonGraph","srPolygonGraphCoordinatePlane","srPolygonGraphPointsNum","srPolygonGraphPointsOne","srPolygonElementsNum","srPolygonElementsOne","srPolygonPointAngleApprox","srPolygonPointAngle","srPolygonSideLength","srPolygonSideLengthApprox","srUnlimitedPolygonEmpty","srSinusoidGraph","srSinusoidRootPoint","srSinusoidMaxPoint","srSinusoidMinPoint","srSinusoidFlatPoint","srSinusoidDescription","srSinusoidInteractiveElements","imageExploreButton","imageAlternativeTitle","imageDescriptionLabel","mockStrings","used","num","pos","error","title","content","divRangeString","questionSymbol","questionNumber","sentenceSymbol","number","numCorrect","letter","x","y","elements","centerX","centerY","radiusPointX","radiusPointY","radius","point1X","point1Y","point2X","point2Y","point3X","point3Y","point4X","point4Y","xIntercept","yIntercept","angleMeasure","vertexX","vertexY","startingSideX","startingSideY","endingSideX","endingSideY","countOfSegments","indexOfSegment","length","endpointNumber","pointSequence","quadrant","intercept1","intercept2","intercept","pointNumber","angle","pointNum","minValue","maxValue","cycleStart","cycleEnd","errorToString","NEEDS_TO_BE_SIMPLIFIED_ERROR","INVALID_SELECTION_ERROR","CHOOSE_CORRECT_NUM_ERROR","NOT_NONE_ABOVE_ERROR","FILL_ALL_CELLS_ERROR","mapErrorToString","err","translatedStrings"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"strings.js","sources":["../../src/strings.ts"],"sourcesContent":["/* eslint-disable max-lines */\nimport type {ErrorCodes} from \"@khanacademy/perseus-core\";\n\n/**\n * The translated strings that are used to render Perseus.\n */\nexport type PerseusStrings = {\n // `num` is a special variable name that is used to determine the plurality\n // of the translated string.\n characterCount: ({used, num}: {used: number; num: number}) => string;\n closeKeypad: string;\n openKeypad: string;\n mathInputBox: string;\n removeHighlight: string;\n addHighlight: string;\n hintPos: ({pos}: {pos: number}) => string;\n errorRendering: ({error}: {error: string}) => string;\n APPROXIMATED_PI_ERROR: string;\n EXTRA_SYMBOLS_ERROR: string;\n NEEDS_TO_BE_SIMPLFIED_ERROR: string;\n MISSING_PERCENT_ERROR: string;\n MULTIPLICATION_SIGN_ERROR: string;\n WRONG_CASE_ERROR: string;\n WRONG_LETTER_ERROR: string;\n invalidSelection: string;\n INVALID_CHOICE_SELECTION: string;\n ERROR_TITLE: string;\n ERROR_MESSAGE: string;\n USER_INPUT_EMPTY: string;\n USER_INPUT_TOO_LONG: string;\n hints: string;\n getAnotherHint: string;\n deprecatedStandin: string;\n keepTrying: string;\n tryAgain: string;\n check: string;\n correctExcited: string;\n nextQuestion: string;\n skipToTitle: ({title}: {title: string}) => string;\n current: string;\n correct: string;\n correctSelected: string;\n incorrect: string;\n incorrectSelected: string;\n hideExplanation: string;\n explain: string;\n INVALID_MESSAGE_PREFIX: string;\n DEFAULT_INVALID_MESSAGE_1: string;\n DEFAULT_INVALID_MESSAGE_2: string;\n integerExample: string;\n properExample: string;\n simplifiedProperExample: string;\n improperExample: string;\n simplifiedImproperExample: string;\n mixedExample: string;\n decimalExample: string;\n percentExample: string;\n piExample: string;\n yourAnswer: string;\n yourAnswerLabel: string;\n addPoints: string;\n addVertices: string;\n tapMultiple: string;\n tapSingle: string;\n clickMultiple: string;\n clickSingle: string;\n choices: string;\n answers: ({num}: {num: number}) => string;\n hideAnswersToggleLabel: string;\n moves: ({num}: {num: number}) => string;\n clickTiles: string;\n turnOffLights: string;\n fillAllCells: string;\n molecularDrawing: ({content}: {content: string}) => string;\n switchDirection: string;\n circleOpen: string;\n circleFilled: string;\n numDivisions: string;\n divisions: ({divRangeString}: {divRangeString: string}) => string;\n lineRange: ({lineRange}: {lineRange: string}) => string;\n lineNumber: ({lineNumber}: {lineNumber: string}) => string;\n symbolPassage: ({\n questionSymbol,\n questionNumber,\n }: {\n questionSymbol: string;\n questionNumber: string;\n }) => string;\n symbolQuestion: ({sentenceSymbol}: {sentenceSymbol: string}) => string;\n lineLabel: string;\n beginningPassage: string;\n beginningFootnotes: string;\n endPassage: string;\n questionMarker: ({number}: {number: string}) => string;\n circleMarker: ({number}: {number: string}) => string;\n sentenceMarker: ({number}: {number: string}) => string;\n dragHandles: string;\n tapAddPoints: string;\n false: string;\n true: string;\n no: string;\n yes: string;\n chooseCorrectNum: string;\n notNoneOfTheAbove: string;\n noneOfTheAbove: string;\n chooseNumAnswers: ({numCorrect}: {numCorrect: string}) => string;\n chooseAllAnswers: string;\n chooseOneAnswer: string;\n choiceCheckedCorrect: ({letter}: {letter: string}) => string;\n choiceCorrect: ({letter}: {letter: string}) => string;\n choiceCheckedIncorrect: ({letter}: {letter: string}) => string;\n choiceIncorrect: ({letter}: {letter: string}) => string;\n choiceChecked: ({letter}: {letter: string}) => string;\n choice: ({letter}: {letter: string}) => string;\n notSelected: string;\n choicesSelected: ({num}: {num: number}) => string;\n bringBack: string;\n openMenuForChoice: ({letter}: {letter: string}) => string;\n letters: string;\n scrollAnswers: string;\n scrollStart: string;\n scrollEnd: string;\n rightArrow: string;\n dontUnderstandUnits: string;\n checkSigFigs: string;\n answerNumericallyIncorrect: string;\n checkUnits: string;\n dontUnderstand: string;\n loading: string;\n videoTranscript: string;\n somethingWrong: string;\n videoWrapper: string;\n mathInputTitle: string;\n mathInputDescription: string;\n sin: string;\n cos: string;\n tan: string;\n simulationLoadFail: string;\n simulationLocaleWarning: string;\n selectAnAnswer: string;\n srGraphInstructions: string;\n srUnlimitedGraphInstructions: string;\n addPoint: string;\n removePoint: string;\n graphKeyboardPrompt: string;\n closePolygon: string;\n openPolygon: string;\n srPointAtCoordinates: ({\n num,\n x,\n y,\n }: {\n num: number;\n x: string;\n y: string;\n }) => string;\n srInteractiveElements: ({elements}: {elements: string}) => string;\n srNoInteractiveElements: string;\n srCircleGraph: string;\n srCircleShape: ({\n centerX,\n centerY,\n }: {\n centerX: string;\n centerY: string;\n }) => string;\n srCircleRadiusPointRight: ({\n radiusPointX,\n radiusPointY,\n }: {\n radiusPointX: string;\n radiusPointY: string;\n }) => string;\n srCircleRadiusPointLeft: ({\n radiusPointX,\n radiusPointY,\n }: {\n radiusPointX: string;\n radiusPointY: string;\n }) => string;\n srCircleRadius: ({radius}: {radius: number}) => string;\n srCircleOuterPoints: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n point3X,\n point3Y,\n point4X,\n point4Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n point3X: string;\n point3Y: string;\n point4X: string;\n point4Y: string;\n }) => string;\n srLinearGraph: string;\n srLinearGraphPoints: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srLinearGraphSlopeIncreasing: string;\n srLinearGraphSlopeDecreasing: string;\n srLinearGraphSlopeHorizontal: string;\n srLinearGraphSlopeVertical: string;\n srLinearGraphXOnlyIntercept: ({xIntercept}: {xIntercept: string}) => string;\n srLinearGraphYOnlyIntercept: ({yIntercept}: {yIntercept: string}) => string;\n srLinearGraphBothIntercepts: ({\n xIntercept,\n yIntercept,\n }: {\n xIntercept: string;\n yIntercept: string;\n }) => string;\n srLinearGraphOriginIntercept: string;\n srLinearGrabHandle: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srAngleStartingSide: ({x, y}: {x: string; y: string}) => string;\n srAngleEndingSide: ({x, y}: {x: string; y: string}) => string;\n srAngleVertexWithAngleMeasure: ({\n x,\n y,\n angleMeasure,\n }: {\n x: string;\n y: string;\n angleMeasure: string;\n }) => string;\n srAngleGraphAriaLabel: string;\n srAngleGraphAriaDescription: ({\n angleMeasure,\n vertexX,\n vertexY,\n startingSideX,\n startingSideY,\n endingSideX,\n endingSideY,\n }: {\n angleMeasure: string;\n vertexX: string;\n vertexY: string;\n startingSideX: string;\n startingSideY: string;\n endingSideX: string;\n endingSideY: string;\n }) => string;\n srAngleInteractiveElements: ({\n vertexX,\n vertexY,\n startingSideX,\n startingSideY,\n endingSideX,\n endingSideY,\n }: {\n vertexX: string;\n vertexY: string;\n startingSideX: string;\n startingSideY: string;\n endingSideX: string;\n endingSideY: string;\n }) => string;\n srSingleSegmentGraphAriaLabel: string;\n srMultipleSegmentGraphAriaLabel: ({\n countOfSegments,\n }: {\n countOfSegments: number;\n }) => string;\n srMultipleSegmentIndividualLabel: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n indexOfSegment,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n indexOfSegment: number;\n }) => string;\n srSingleSegmentLabel: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srSegmentLength: ({length}: {length: string}) => string;\n srSingleSegmentGraphEndpointAriaLabel: ({\n endpointNumber,\n x,\n y,\n }: {\n endpointNumber: number;\n x: string;\n y: string;\n }) => string;\n srMultipleSegmentGraphEndpointAriaLabel: ({\n endpointNumber,\n x,\n y,\n indexOfSegment,\n }: {\n endpointNumber: number;\n x: string;\n y: string;\n indexOfSegment: number;\n }) => string;\n srSegmentGrabHandle: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srLinearSystemGraph: string;\n srLinearSystemPoints: ({\n lineNumber,\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n lineNumber: number;\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srLinearSystemPoint({\n lineNumber,\n pointSequence,\n x,\n y,\n }: {\n lineNumber: number;\n pointSequence: number;\n x: string;\n y: string;\n }): string;\n srLinearSystemGrabHandle({\n lineNumber,\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n lineNumber: number;\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }): string;\n srLinearSystemIntersection({x, y}: {x: string; y: string}): string;\n srLinearSystemParallel: string;\n srRayGraph: string;\n srRayPoints: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srRayEndpoint: ({x, y}: {x: string; y: string}) => string;\n srRayTerminalPoint: ({x, y}: {x: string; y: string}) => string;\n srRayGrabHandle: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n srQuadraticGraph: string;\n srQuadraticFaceUp: string;\n srQuadraticFaceDown: string;\n srQuadraticGraphVertexOrigin: string;\n srQuadraticGraphVertexXAxis: string;\n srQuadraticGraphVertexYAxis: string;\n srQuadraticGraphVertexQuadrant: ({quadrant}: {quadrant: number}) => string;\n srQuadraticTwoXIntercepts: ({\n intercept1,\n intercept2,\n }: {\n intercept1: string;\n intercept2: string;\n }) => string;\n srQuadraticOneXIntercept: ({intercept}: {intercept: string}) => string;\n srQuadraticYIntercept: ({intercept}: {intercept: string}) => string;\n srQuadraticPointOrigin: ({pointNumber}: {pointNumber: number}) => string;\n srQuadraticPointAxis: ({\n pointNumber,\n x,\n y,\n }: {\n pointNumber: number;\n x: string;\n y: string;\n }) => string;\n srQuadraticPointQuadrant: ({\n pointNumber,\n x,\n y,\n quadrant,\n }: {\n pointNumber: number;\n x: string;\n y: string;\n quadrant: number;\n }) => string;\n srQuadraticInteractiveElements: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n point3X,\n point3Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n point3X: string;\n point3Y: string;\n }) => string;\n srPolygonGraph: string;\n srPolygonGraphCoordinatePlane: string;\n srPolygonGraphPointsNum: ({num}: {num: number}) => string;\n srPolygonGraphPointsOne: string;\n srPolygonElementsNum: ({num}: {num: number}) => string;\n srPolygonElementsOne: string;\n srPolygonPointAngleApprox: ({angle}: {angle: string}) => string;\n srPolygonPointAngle: ({angle}: {angle: number}) => string;\n srPolygonSideLength: ({\n pointNum,\n length,\n }: {\n pointNum: number;\n length: string;\n }) => string;\n srPolygonSideLengthApprox: ({\n pointNum,\n length,\n }: {\n pointNum: number;\n length: string;\n }) => string;\n srUnlimitedPolygonEmpty: string;\n srSinusoidGraph: string;\n srSinusoidRootPoint: ({x, y}: {x: string; y: string}) => string;\n srSinusoidMaxPoint: ({x, y}: {x: string; y: string}) => string;\n srSinusoidMinPoint: ({x, y}: {x: string; y: string}) => string;\n srSinusoidFlatPoint: ({x, y}: {x: string; y: string}) => string;\n srSinusoidDescription: ({\n minValue,\n maxValue,\n cycleStart,\n cycleEnd,\n }: {\n minValue: string;\n maxValue: string;\n cycleStart: string;\n cycleEnd: string;\n }) => string;\n srSinusoidInteractiveElements: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n }: {\n point1X: string;\n point1Y: string;\n point2X: string;\n point2Y: string;\n }) => string;\n imageExploreButton: string;\n imageAlternativeTitle: string;\n imageDescriptionLabel: string;\n imageZoomAriaLabel: string;\n imageResetZoomAriaLabel: string;\n};\n\n/**\n * Untranslated strings used in Perseus. To be used by an external\n * translator to produce translated strings, passed in as `PerseusStrings`.\n * !! Note: Ensure that all escape sequences are double-escaped. (e.g. `\\\\text` -> `\\\\\\\\text`)\n */\nexport const strings = {\n // `num` is a special variable name that is used to determine the plurality\n // of the translated string.\n characterCount: {\n one: \"%(used)s / %(num)s Character\",\n other: \"%(used)s / %(num)s Characters\",\n },\n closeKeypad: \"close math keypad\",\n openKeypad: \"open math keypad\",\n mathInputBox: \"Math input box\",\n removeHighlight: \"Remove highlight\",\n addHighlight: \"Add highlight\",\n hintPos: \"Hint #%(pos)s\",\n errorRendering: \"Error rendering: %(error)s\",\n APPROXIMATED_PI_ERROR:\n \"Your answer is close, but you may \" +\n \"have approximated pi. Enter your \" +\n \"answer as a multiple of pi, like \" +\n \"12 pi or \" +\n \"2/3 pi\",\n EXTRA_SYMBOLS_ERROR:\n \"We could not understand your \" +\n \"answer. Please check your answer for extra \" +\n \"text or symbols.\",\n NEEDS_TO_BE_SIMPLFIED_ERROR:\n \"Your answer is almost correct, \" + \"but it needs to be simplified.\",\n MISSING_PERCENT_ERROR:\n \"Your answer is almost correct, \" +\n \"but it is missing a \" +\n \"<code>\\\\\\\\%</code> at the end.\",\n MULTIPLICATION_SIGN_ERROR:\n \"I'm a computer. I only understand \" +\n \"multiplication if you use an asterisk \" +\n \"(*) as the multiplication sign.\",\n USER_INPUT_EMPTY: \"Your answer is empty.\",\n USER_INPUT_TOO_LONG: \"Please shorten your response.\",\n WRONG_CASE_ERROR:\n \"Your answer includes use of a variable with the wrong case.\",\n WRONG_LETTER_ERROR: \"Your answer includes a wrong variable letter.\",\n invalidSelection: \"Make sure you select something for every row.\",\n INVALID_CHOICE_SELECTION: \"Invalid choice selection\",\n ERROR_TITLE: \"Oops!\",\n ERROR_MESSAGE: \"Sorry, I don't understand that!\",\n hints: \"Hints\",\n getAnotherHint: \"Get another hint\",\n deprecatedStandin:\n \"Sorry, this part of the question is no longer available. 😅 Don't worry, you won't be graded on this part. Keep going!\",\n keepTrying: \"Keep trying\",\n tryAgain: \"Try again\",\n check: \"Check\",\n correctExcited: \"Correct!\",\n nextQuestion: \"Next question\",\n skipToTitle: \"Skip to %(title)s\",\n current: \"Current\",\n correct: \"Correct\",\n correctSelected: \"Correct (selected)\",\n incorrect: \"Incorrect\",\n incorrectSelected: \"Incorrect (selected)\",\n hideExplanation: \"Hide explanation\",\n explain: \"Explain\",\n INVALID_MESSAGE_PREFIX: \"We couldn't grade your answer.\",\n DEFAULT_INVALID_MESSAGE_1: \"It looks like you left something blank or \",\n DEFAULT_INVALID_MESSAGE_2: \"entered in an invalid answer.\",\n integerExample: \"an integer, like $6$\",\n properExample: \"a *proper* fraction, like $1/2$ or $6/10$\",\n simplifiedProperExample: \"a *simplified proper* fraction, like $3/5$\",\n improperExample: \"an *improper* fraction, like $10/7$ or $14/8$\",\n simplifiedImproperExample: \"a *simplified improper* fraction, like $7/4$\",\n mixedExample: \"a mixed number, like $1\\\\\\\\ 3/4$\",\n decimalExample: \"an *exact* decimal, like $0.75$\",\n percentExample: \"a percent, like $12.34\\\\\\\\%$\",\n piExample: \"a multiple of pi, like $12$ pi or $2/3$ pi\",\n yourAnswer: \"**Your answer should be** \",\n yourAnswerLabel: \"Your answer:\",\n addPoints: \"Click to add points\",\n addVertices: \"Click to add vertices\",\n tapMultiple: \"Tap each dot on the image to select all answers that apply.\",\n tapSingle: \"Tap each dot on the image to select an answer.\",\n clickMultiple:\n \"Click each dot on the image to select all answers that apply.\",\n clickSingle: \"Click each dot on the image to select an answer.\",\n choices: \"Choices:\",\n answers: {\n one: \"%(num)s answer\",\n other: \"%(num)s answers\",\n },\n hideAnswersToggleLabel: \"Hide answer choices\",\n moves: {\n one: \"Moves: %(num)s\",\n other: \"Moves: %(num)s\",\n },\n clickTiles: \"Click on the tiles to change the lights.\",\n turnOffLights: \"You must turn on all of the lights to continue.\",\n fillAllCells: \"Make sure you fill in all cells in the matrix.\",\n molecularDrawing:\n \"A molecular structure drawing. SMILES notation: %(content)s\",\n switchDirection: \"Switch direction\",\n circleOpen: \"Make circle open\",\n circleFilled: \"Make circle filled\",\n numDivisions: \"Number of divisions:\",\n divisions:\n \"Please make sure the number of divisions is in the range %(divRangeString)s.\",\n lineRange: \"lines %(lineRange)s\",\n lineNumber: \"line %(lineNumber)s\",\n symbolPassage:\n \"The symbol %(questionSymbol)s indicates that question %(questionNumber)s references this portion of the passage.\",\n symbolQuestion:\n \" The symbol %(sentenceSymbol)s indicates that the following sentence is referenced in a question.\",\n lineLabel: {\n context: \"a label next to a reading passage to denote the line number\",\n message: \"Line\",\n },\n beginningPassage: \"Beginning of reading passage.\",\n beginningFootnotes: \"Beginning of reading passage footnotes.\",\n endPassage: \"End of reading passage.\",\n questionMarker: \"[Marker for question %(number)s]\",\n circleMarker: \"[Circle marker %(number)s]\",\n sentenceMarker: \"[Sentence %(number)s]\",\n dragHandles: \"Drag handles to make graph\",\n tapAddPoints: \"Tap to add points\",\n false: \"False\",\n true: \"True\",\n no: \"No\",\n yes: \"Yes\",\n chooseCorrectNum: \"Please choose the correct number of answers.\",\n notNoneOfTheAbove:\n \"'None of the above' may not be selected when other answers are selected.\",\n noneOfTheAbove: \"None of the above\",\n chooseNumAnswers: \"Choose %(numCorrect)s answers:\",\n chooseAllAnswers: \"Choose all answers that apply:\",\n chooseOneAnswer: \"Choose 1 answer:\",\n choiceCheckedCorrect: \"(Choice %(letter)s, Checked, Correct)\",\n choiceCorrect: \"(Choice %(letter)s, Correct)\",\n choiceCheckedIncorrect: \"(Choice %(letter)s, Checked, Incorrect)\",\n choiceIncorrect: \"(Choice %(letter)s, Incorrect)\",\n choiceChecked: \"(Choice %(letter)s, Checked)\",\n choice: \"(Choice %(letter)s)\",\n notSelected: {\n context: \"Screen reader announcement for a choice that is not selected\",\n message: \"not selected\",\n },\n choicesSelected: {\n one: \"%(num)s choice selected\",\n other: \"%(num)s choices selected\",\n },\n bringBack: \"Bring back\",\n openMenuForChoice: \"Open menu for Choice %(letter)s\",\n letters: {\n context:\n \"This is a list of single-character labels that will appear in front of multiple-choice options. For instance, a multiple-choice question with three options would display (A) first option (B) second option (C) third option. There must be spaces between each of the different characters. The characters will show up next to options in the order that they are listed here. Most multiple choice questions have 5 or fewer options.\",\n message: \"A B C D E F G H I J K L M N O P Q R S T U V W X Y Z\",\n },\n scrollAnswers: \"Scroll Answers\",\n scrollStart: \"Scroll to view start of the content\",\n scrollEnd: \"Scroll to view the end of the content\",\n rightArrow: \"Reaction arrow pointing to the right.\",\n dontUnderstandUnits: \"I couldn't understand those units.\",\n checkSigFigs: \"Check your significant figures.\",\n answerNumericallyIncorrect: \"That answer is numerically incorrect.\",\n checkUnits: \"Check your units.\",\n dontUnderstand: \"I don't understand that\",\n loading: \"Loading...\",\n videoTranscript: \"See video transcript\",\n somethingWrong: \"Something went wrong.\",\n videoWrapper: \"Khan Academy video wrapper\",\n mathInputTitle: \"mathematics keyboard\",\n mathInputDescription:\n \"Use keyboard/mouse to interact with math-based input fields\",\n sin: \"sin\",\n cos: \"cos\",\n tan: \"tan\",\n simulationLoadFail: \"Sorry, this simulation cannot load.\",\n simulationLocaleWarning:\n \"Sorry, this simulation isn't available in your language.\",\n selectAnAnswer: \"Select an answer\",\n addPoint: \"Add Point\",\n removePoint: \"Remove Point\",\n graphKeyboardPrompt: \"Press Shift + Enter to interact with the graph\",\n srInteractiveElements: \"Interactive elements: %(elements)s\",\n srNoInteractiveElements: \"No interactive elements\",\n closePolygon: {\n context:\n \"Button label for the button that closes an incomplete polygon created by the user in the interactive graph widget.\",\n message: \"Close shape\",\n },\n openPolygon: {\n context:\n \"Button label for the button that opens a closed polygon created by the user in the interactive graph widget.\",\n message: \"Re-open shape\",\n },\n srGraphInstructions: {\n context:\n \"Screen reader-only instructions for using the keyboard to move through the interactive elements in the interactive graph widget.\",\n message:\n \"Use the Tab key to move through the interactive elements in the graph. When an interactive element has focus, use Control + Shift + Arrows to move it.\",\n },\n srUnlimitedGraphInstructions: {\n context:\n \"Screen reader-only instructions for using the keyboard to move through the 'unlimited' (addable/deletable by the user) interactive elements in the interactive graph widget.\",\n message:\n \"Press Shift + Enter to interact with the graph. Use the Tab key to move through the interactive elements in the graph and access the graph Action Bar. When an interactive element has focus, use Control + Shift + Arrows to move it or use the Delete key to remove it from the graph. Use the buttons in the Action Bar to add or adjust elements within the graph.\",\n },\n srPointAtCoordinates: {\n context:\n \"Aria label for an interactive Point element in the interactive graph widget, including the count for its order in the points (e.g. 'Point 1 at 0 comma 0'). Coordinate (x, y) is written out as 'x comma y'.\",\n message: \"Point %(num)s at %(x)s comma %(y)s.\",\n },\n srCircleGraph: {\n context:\n \"Aria label for the container containing the Circle and its interactive elements in the interactive graph widget.\",\n message: \"A circle on a coordinate plane.\",\n },\n srCircleShape: {\n context:\n \"Aria label for the interactive Circle element in the interactive graph widget.\",\n message:\n \"Circle. The center point is at %(centerX)s comma %(centerY)s.\",\n },\n srCircleRadiusPointRight: {\n context:\n \"Aria label for the interactive Point element that represents the radius endpoint when it's on the right side of the Circle in the interactive graph widget.\",\n message:\n \"Right radius endpoint at %(radiusPointX)s comma %(radiusPointY)s.\",\n },\n srCircleRadiusPointLeft: {\n context:\n \"Aria label for the interactive Point element that represents the radius endpoint when it's on the left side of the Circle in the interactive graph widget.\",\n message:\n \"Left radius endpoint at %(radiusPointX)s comma %(radiusPointY)s.\",\n },\n srCircleRadius: {\n context:\n \"Screen reader description for the radius of the Circle in the interactive graph widget.\",\n message: \"Circle radius is %(radius)s.\",\n },\n srCircleOuterPoints: {\n context:\n \"Screen reader description for four key points on the Circle in the interactive graph widget.\",\n message:\n \"Points on the circle at %(point1X)s comma %(point1Y)s, %(point2X)s comma %(point2Y)s, %(point3X)s comma %(point3Y)s, %(point4X)s comma %(point4Y)s.\",\n },\n srLinearGraph: {\n context:\n \"Aria label for the container containing the Line and its interactive elements in the interactive graph widget.\",\n message: \"A line on a coordinate plane.\",\n },\n srLinearGraphPoints: {\n context:\n \"Screen reader description for the two points defining the Line in the interactive graph widget.\",\n message:\n \"The line has two points, point 1 at %(point1X)s comma %(point1Y)s and point 2 at %(point2X)s comma %(point2Y)s.\",\n },\n srLinearGraphSlopeIncreasing: {\n context:\n \"Screen reader description for the upward slope of the Line in the interactive graph widget.\",\n message: \"Its slope increases from left to right.\",\n },\n srLinearGraphSlopeDecreasing: {\n context:\n \"Screen reader description for the downward slope of the Line in the interactive graph widget.\",\n message: \"Its slope decreases from left to right.\",\n },\n srLinearGraphSlopeHorizontal: {\n context:\n \"Screen reader description for the slope of a horizontal Line in the interactive graph widget.\",\n message: \"Its slope is zero.\",\n },\n srLinearGraphSlopeVertical: {\n context:\n \"Screen reader description for the slope of a vertical Line in the interactive graph widget.\",\n message: \"Its slope is undefined.\",\n },\n srLinearGraphXOnlyIntercept: {\n context:\n \"Screen reader description for the intercept of the Line in the interactive graph widget when it only intersects the X-axis.\",\n message: \"The line crosses the X-axis at %(xIntercept)s comma 0.\",\n },\n srLinearGraphYOnlyIntercept: {\n context:\n \"Screen reader description for the intercept of the Line in the interactive graph widget when it only intersects the Y-axis.\",\n message: \"The line crosses the Y-axis at 0 comma %(yIntercept)s.\",\n },\n srLinearGraphBothIntercepts: {\n context:\n \"Screen reader description for the intercepts of the Line in the interactive graph widget when it intersects both the X-axis and Y-axis.\",\n message:\n \"The line crosses the X-axis at %(xIntercept)s comma 0 and the Y-axis at 0 comma %(yIntercept)s.\",\n },\n srLinearGraphOriginIntercept: {\n context:\n \"Screen reader description for the intercept of the Line in the interactive graph widget when it intersects both the X-axis and Y-axis at the origin.\",\n message: \"The line crosses the X and Y axes at the graph's origin.\",\n },\n srLinearGrabHandle: {\n context:\n \"Aria label for the interactive segment that allows the user to move the whole Line in the interactive graph widget.\",\n message:\n \"Line going through point %(point1X)s comma %(point1Y)s and point %(point2X)s comma %(point2Y)s.\",\n },\n srAngleStartingSide: {\n context:\n \"Aria label for interactive Point 3 of the Angle in the interactive graph widget, explaining it's on the starting side of the Angle.\",\n message: \"Point 3, starting side at %(x)s comma %(y)s.\",\n },\n srAngleEndingSide: {\n context:\n \"Aria label for interactive Point 2 of the Angle in the interactive graph widget, explaining it's on the ending side of the Angle.\",\n message: \"Point 2, ending side at %(x)s comma %(y)s.\",\n },\n srAngleVertexWithAngleMeasure: {\n context:\n \"Aria label for interactive Point 1 of the Angle in the interactive graph widget, explaining it's the vertex of the Angle.\",\n message:\n \"Point 1, vertex at %(x)s comma %(y)s. Angle %(angleMeasure)s degrees.\",\n },\n srAngleGraphAriaLabel: {\n context:\n \"Aria label for the container containing the Angle and its interactive elements in the interactive graph widget.\",\n message: \"An angle on a coordinate plane.\",\n },\n srAngleGraphAriaDescription: {\n context:\n \"Screen reader description for the measure of the Angle in the interactive graph widget.\",\n message:\n \"The angle measure is %(angleMeasure)s degrees with a vertex at %(vertexX)s comma %(vertexY)s, a point on the starting side at %(startingSideX)s comma %(startingSideY)s and a point on the ending side at %(endingSideX)s comma %(endingSideY)s\",\n },\n srAngleInteractiveElements: {\n context:\n \"Screen reader description of all the elements available to interact with within the Angle graph in the interactive graph widget.\",\n message:\n \"An angle formed by 3 points. The vertex is at %(vertexX)s comma %(vertexY)s. The starting side point is at %(startingSideX)s comma %(startingSideY)s. The ending side point is at %(endingSideX)s comma %(endingSideY)s.\",\n },\n srSingleSegmentGraphAriaLabel: {\n context:\n \"Aria label for the container containing one Line Segment in the interactive graph widget.\",\n message: \"A line segment on a coordinate plane.\",\n },\n srMultipleSegmentGraphAriaLabel: {\n context:\n \"Aria label for the container containing multiple Line Segments in the interactive graph widget.\",\n message: \"%(countOfSegments)s line segments on a coordinate plane.\",\n },\n srMultipleSegmentIndividualLabel: {\n context:\n \"Screen reader description for one individual Line Segment in the interactive graph widget, including the count for its order in the segments (e.g. 'Segment 1', 'Segment 2', etc.)\",\n message:\n \"Segment %(indexOfSegment)s: Endpoint 1 at %(point1X)s comma %(point1Y)s. Endpoint 2 at %(point2X)s comma %(point2Y)s.\",\n },\n srSingleSegmentLabel: {\n context:\n \"Screen reader description for one individual Line Segment in the interactive graph widget.\",\n message:\n \"Endpoint 1 at %(point1X)s comma %(point1Y)s. Endpoint 2 at %(point2X)s comma %(point2Y)s.\",\n },\n srSegmentLength: {\n context:\n \"Screen reader description for the length of a Line Segment in the interactive graph widget.\",\n message: \"Segment length %(length)s units.\",\n },\n srSingleSegmentGraphEndpointAriaLabel: {\n context:\n \"Screen reader description for the endpoint of a Line Segment in the interactive graph widget when there is only one segment.\",\n message: \"Endpoint %(endpointNumber)s at %(x)s comma %(y)s.\",\n },\n srMultipleSegmentGraphEndpointAriaLabel: {\n context:\n \"Screen reader description for the endpoint of a Line Segment in the interactive graph widget when there are multiple segments. Includes the count for the segment's order (e.g. 'Segment 1', 'Segment 2', etc.)\",\n message:\n \"Endpoint %(endpointNumber)s on segment %(indexOfSegment)s at %(x)s comma %(y)s.\",\n },\n srSegmentGrabHandle: {\n context:\n \"Aria label for the interactive segment that allows the user to move the whole Line Segment in the interactive graph widget.\",\n message:\n \"Segment from %(point1X)s comma %(point1Y)s to %(point2X)s comma %(point2Y)s.\",\n },\n srLinearSystemGraph: {\n context:\n \"Aria label for the container containing two lines as part of a Linear System in the interactive graph widget.\",\n message: \"Two lines on a coordinate plane.\",\n },\n srLinearSystemPoints: {\n context:\n \"Screen reader description for the points of a line in the Linear System in the interactive graph widget.\",\n message:\n \"Line %(lineNumber)s has two points, point 1 at %(point1X)s comma %(point1Y)s and point 2 at %(point2X)s comma %(point2Y)s.\",\n },\n srLinearSystemPoint: {\n context:\n \"Screen reader description for a point on a line in the Linear System in the interactive graph widget.\",\n message:\n \"Point %(pointSequence)s on line %(lineNumber)s at %(x)s comma %(y)s.\",\n },\n srLinearSystemGrabHandle: {\n context:\n \"Aria label for the interactive segment that allows the user to move a whole line in the Linear System in the interactive graph widget.\",\n message:\n \"Line %(lineNumber)s going through point %(point1X)s comma %(point1Y)s and point %(point2X)s comma %(point2Y)s.\",\n },\n srLinearSystemIntersection: {\n context:\n \"Screen reader description for the intersection of two lines in the Linear System in the interactive graph widget.\",\n message: \"Line 1 and line 2 intersect at point %(x)s comma %(y)s.\",\n },\n srLinearSystemParallel: {\n context:\n \"Screen reader description when two lines are parallel in the Linear System in the interactive graph widget.\",\n message: \"Line 1 and line 2 are parallel.\",\n },\n srRayGraph: {\n context:\n \"Screen reader description for the container containing a Ray in the interactive graph widget.\",\n message: \"A ray on a coordinate plane.\",\n },\n srRayPoints: {\n context:\n \"Screen reader description for the points of a ray in the interactive graph widget.\",\n message:\n \"The endpoint is at %(point1X)s comma %(point1Y)s and the ray goes through point %(point2X)s comma %(point2Y)s.\",\n },\n srRayGrabHandle: {\n context:\n \"Aria label for the interactive segment that allows the user to move the whole Ray in the interactive graph widget.\",\n message:\n \"Ray with endpoint %(point1X)s comma %(point1Y)s going through point %(point2X)s comma %(point2Y)s.\",\n },\n srRayEndpoint: {\n context:\n \"Aria label for the initial point of a Ray (the point at which the ray starts) in the interactive graph widget.\",\n message: \"Endpoint at %(x)s comma %(y)s.\",\n },\n srRayTerminalPoint: {\n context:\n \"Aria label for the point that determines the direction of the Ray in the interactive graph widget. The ray passes through this point.\",\n message: \"Through point at %(x)s comma %(y)s.\",\n },\n srQuadraticGraph: {\n context:\n \"Aria label for the container containing a Quadratic function in the interactive graph widget.\",\n message: \"A parabola on a 4-quadrant coordinate plane.\",\n },\n srQuadraticFaceUp: {\n context:\n \"Screen reader description for the direction of the Quadratic function in the interactive graph widget when it opens upward.\",\n message: \"The parabola opens upward.\",\n },\n srQuadraticFaceDown: {\n context:\n \"Screen reader description for the direction of the Quadratic function in the interactive graph widget when it opens downward.\",\n message: \"The parabola opens downward.\",\n },\n srQuadraticGraphVertexOrigin: {\n context:\n \"Screen reader description for the Quadratic function in the interactive graph widget when its vertex is at the origin.\",\n message: \"Vertex is at the origin.\",\n },\n srQuadraticGraphVertexXAxis: {\n context:\n \"Screen reader description for the Quadratic function in the interactive graph widget when its vertex is on the X-axis.\",\n message: \"Vertex is on the X-axis.\",\n },\n srQuadraticGraphVertexYAxis: {\n context:\n \"Screen reader description for the Quadratic function in the interactive graph widget when its vertex is on the Y-axis.\",\n message: \"Vertex is on the Y-axis.\",\n },\n srQuadraticGraphVertexQuadrant: {\n context:\n \"Screen reader description for the Quadratic function in the interactive graph widget when its vertex is in a specific quadrant (quadrant 1, 2, 3, or 4).\",\n message: \"Vertex is in quadrant %(quadrant)s.\",\n },\n srQuadraticTwoXIntercepts: {\n context:\n \"Screen reader description for the X-intercepts of the Quadratic function in the interactive graph widget when there are two X-intercepts.\",\n message:\n \"The X-intercepts are at %(intercept1)s comma 0 and %(intercept2)s comma 0.\",\n },\n srQuadraticOneXIntercept: {\n context:\n \"Screen reader description for the X-intercept of the Quadratic function in the interactive graph widget when there is only one X-intercept.\",\n message: \"The X-intercept is at %(intercept)s comma 0.\",\n },\n srQuadraticYIntercept: {\n context:\n \"Screen reader description for the Y-intercept of the Quadratic function in the interactive graph widget.\",\n message: \"The Y-intercept is at 0 comma %(intercept)s.\",\n },\n srQuadraticPointOrigin: {\n context:\n \"Aria label for an interactive Point on the Quadratic function in the interactive graph widget when the Point is at the origin.\",\n message: \"Point %(pointNumber)s on parabola at the origin.\",\n },\n srQuadraticPointAxis: {\n context:\n \"Aria label for an interactive Point on the Quadratic function in the interactive graph widget when the Point is on the X-axis or Y-axis.\",\n message: \"Point %(pointNumber)s on parabola at %(x)s comma %(y)s.\",\n },\n srQuadraticPointQuadrant: {\n context:\n \"Aria label for an interactive Point on the Quadratic function in the interactive graph widget when the Point is in a specific quadrant.\",\n message:\n \"Point %(pointNumber)s on parabola in quadrant %(quadrant)s at %(x)s comma %(y)s.\",\n },\n srQuadraticInteractiveElements: {\n context:\n \"Screen reader description of all the elements available to interact with within the Quadratic function in the interactive graph widget.\",\n message:\n \"Parabola with points at %(point1X)s comma %(point1Y)s, %(point2X)s comma %(point2Y)s, and %(point3X)s comma %(point3Y)s.\",\n },\n srPolygonGraph: {\n context:\n \"Aria label for the container containing a Polygon in the interactive graph widget when it's on a plane/grid without axes.\",\n message: \"A polygon.\",\n },\n srPolygonGraphCoordinatePlane: {\n context:\n \"Aria label for the container containing a Polygon in the interactive graph widget when it's on a coordinate plane.\",\n message: \"A polygon on a coordinate plane.\",\n },\n srPolygonGraphPointsNum: {\n context:\n \"Screen reader description for the number of points in the Polygon in the interactive graph widget.\",\n message: \"The polygon has %(num)s points.\",\n },\n srPolygonGraphPointsOne: {\n context:\n \"Screen reader description for the number of points in the Polygon in the interactive graph widget when there is only one point.\",\n message: \"The polygon has 1 point.\",\n },\n srPolygonElementsNum: {\n context:\n \"Screen reader description for the Polygon in the interactive graph widget explaining that it has a certain number of points.\",\n message: \"A polygon with %(num)s points.\",\n },\n srPolygonElementsOne: {\n context:\n \"Screen reader description for the Polygon in the interactive graph widget explaining that it has one point.\",\n message: \"A polygon with 1 point.\",\n },\n srPolygonPointAngleApprox: {\n context:\n \"Screen reader description for the angle of a point in the Polygon in the interactive graph widget when it's not an exact integer.\",\n message: \"Angle approximately equal to %(angle)s degrees.\",\n },\n srPolygonPointAngle: {\n context:\n \"Screen reader description for the angle of a point in the Polygon in the interactive graph widget when it's an integer.\",\n message: \"Angle equal to %(angle)s degrees.\",\n },\n srPolygonSideLength: {\n context:\n \"Screen reader description for the side of the Polygon in the interactive graph widget when its length is an exact integer.\",\n message:\n \"A line segment, length equal to %(length)s units, connects to point %(pointNum)s.\",\n },\n srPolygonSideLengthApprox: {\n context:\n \"Screen reader description for the side of the Polygon in the interactive graph widget when its length is not an exact integer.\",\n message:\n \"A line segment, length approximately equal to %(length)s units, connects to point %(pointNum)s.\",\n },\n srUnlimitedPolygonEmpty: {\n context:\n \"Screen reader description for the empty container that will eventually contain a Polygon in the interactive graph widget after the user has added points.\",\n message: \"An empty coordinate plane.\",\n },\n srSinusoidGraph: {\n context:\n \"Aria label for the container containing a Sinusoid function in the interactive graph widget.\",\n message: \"A sinusoid function on a coordinate plane.\",\n },\n srSinusoidRootPoint: {\n context:\n \"Aria label for the Point defining the midline intersection of the Sinusoid function in the interactive graph widget.\",\n message: \"Midline intersection at %(x)s comma %(y)s.\",\n },\n srSinusoidMaxPoint: {\n context:\n \"Aria label for the Point defining the maximum of the Sinusoid function in the interactive graph widget.\",\n message: \"Maximum point at %(x)s comma %(y)s.\",\n },\n srSinusoidMinPoint: {\n context:\n \"Aria label for the Point defining the minimum of the Sinusoid function in the interactive graph widget.\",\n message: \"Minimum point at %(x)s comma %(y)s.\",\n },\n srSinusoidFlatPoint: {\n context:\n \"Aria label for the Point defining the amplitude of the Sinusoid function in the interactive graph widget when the amplitude is 0.\",\n message: \"Line through point at %(x)s comma %(y)s.\",\n },\n srSinusoidDescription: {\n context:\n \"Screen reader description of the Sinusoid function in the interactive graph widget.\",\n message:\n \"The graph shows a wave with a minimum value of %(minValue)s and a maximum value of %(maxValue)s. The wave completes a full cycle from %(cycleStart)s to %(cycleEnd)s.\",\n },\n srSinusoidInteractiveElements: {\n context:\n \"Screen reader description of all the elements available to interact with within the Sinusoid function in the interactive graph widget.\",\n message:\n \"Sinusoid graph with midline intersection point at %(point1X)s comma %(point1Y)s and extremum point at %(point2X)s comma %(point2Y)s.\",\n },\n imageExploreButton: \"Explore image\",\n imageAlternativeTitle: \"Explore image and description\",\n imageDescriptionLabel: \"Description\",\n imageZoomAriaLabel: \"Zoom image.\",\n imageResetZoomAriaLabel: \"Reset zoom.\",\n} satisfies {\n [key in keyof PerseusStrings]:\n | string\n | {context?: string; message: string}\n | {context?: string; one: string; other: string};\n};\n\n/**\n * Mock strings for the Perseus package, to be used for tests and Storybook.\n */\nexport const mockStrings: PerseusStrings = {\n characterCount: ({used, num}) =>\n num === 1\n ? `${used} / ${num} Character`\n : `${used} / ${num} Characters`,\n closeKeypad: \"close math keypad\",\n openKeypad: \"open math keypad\",\n mathInputBox: \"Math input box\",\n removeHighlight: \"Remove highlight\",\n addHighlight: \"Add highlight\",\n hintPos: ({pos}) => `Hint #${pos}`,\n errorRendering: ({error}) => `Error rendering: ${error}`,\n APPROXIMATED_PI_ERROR:\n \"Your answer is close, but you may \" +\n \"have approximated pi. Enter your \" +\n \"answer as a multiple of pi, like \" +\n \"<code>12\\\\ \\\\text{pi}</code> or \" +\n \"<code>2/3\\\\ \\\\text{pi}</code>\",\n EXTRA_SYMBOLS_ERROR:\n \"We could not understand your \" +\n \"answer. Please check your answer for extra \" +\n \"text or symbols.\",\n NEEDS_TO_BE_SIMPLFIED_ERROR:\n \"Your answer is almost correct, \" + \"but it needs to be simplified.\",\n MISSING_PERCENT_ERROR:\n \"Your answer is almost correct, \" +\n \"but it is missing a \" +\n \"<code>\\\\%</code> at the end.\",\n MULTIPLICATION_SIGN_ERROR:\n \"I'm a computer. I only understand \" +\n \"multiplication if you use an asterisk \" +\n \"(*) as the multiplication sign.\",\n USER_INPUT_EMPTY: \"Your answer is empty.\",\n USER_INPUT_TOO_LONG: \"Please shorten your response.\",\n WRONG_CASE_ERROR:\n \"Your answer includes use of a variable with the wrong case.\",\n WRONG_LETTER_ERROR: \"Your answer includes a wrong variable letter.\",\n invalidSelection: \"Make sure you select something for every row.\",\n INVALID_CHOICE_SELECTION: \"Invalid choice selection\",\n ERROR_TITLE: \"Oops!\",\n ERROR_MESSAGE: \"Sorry, I don't understand that!\",\n hints: \"Hints\",\n getAnotherHint: \"Get another hint\",\n deprecatedStandin:\n \"Sorry, this part of the question is no longer available. 😅 Don't worry, you won't be graded on this part. Keep going!\",\n keepTrying: \"Keep trying\",\n tryAgain: \"Try again\",\n check: \"Check\",\n correctExcited: \"Correct!\",\n nextQuestion: \"Next question\",\n skipToTitle: ({title}) => `Skip to ${title}`,\n current: \"Current\",\n correct: \"Correct\",\n correctSelected: \"Correct (selected)\",\n incorrect: \"Incorrect\",\n incorrectSelected: \"Incorrect (selected)\",\n hideExplanation: \"Hide explanation\",\n explain: \"Explain\",\n INVALID_MESSAGE_PREFIX: \"We couldn't grade your answer.\",\n DEFAULT_INVALID_MESSAGE_1: \"It looks like you left something blank or \",\n DEFAULT_INVALID_MESSAGE_2: \"entered in an invalid answer.\",\n integerExample: \"an integer, like $6$\",\n properExample: \"a *proper* fraction, like $1/2$ or $6/10$\",\n simplifiedProperExample: \"a *simplified proper* fraction, like $3/5$\",\n improperExample: \"an *improper* fraction, like $10/7$ or $14/8$\",\n simplifiedImproperExample: \"a *simplified improper* fraction, like $7/4$\",\n mixedExample: \"a mixed number, like $1\\\\ 3/4$\",\n decimalExample: \"an *exact* decimal, like $0.75$\",\n percentExample: \"a percent, like $12.34\\\\%$\",\n piExample: \"a multiple of pi, like $12\\\\ \\\\text{pi}$ or $2/3\\\\ \\\\text{pi}$\",\n yourAnswer: \"**Your answer should be** \",\n yourAnswerLabel: \"Your answer:\",\n addPoints: \"Click to add points\",\n addVertices: \"Click to add vertices\",\n tapMultiple: \"Tap each dot on the image to select all answers that apply.\",\n tapSingle: \"Tap each dot on the image to select an answer.\",\n clickMultiple:\n \"Click each dot on the image to select all answers that apply.\",\n clickSingle: \"Click each dot on the image to select an answer.\",\n choices: \"Choices:\",\n answers: ({num}) => (num === 1 ? `${num} answer` : `${num} answers`),\n hideAnswersToggleLabel: \"Hide answer choices\",\n moves: ({num}) => (num === 1 ? `Moves: ${num}` : `Moves: ${num}`),\n clickTiles: \"Click on the tiles to change the lights.\",\n turnOffLights: \"You must turn on all of the lights to continue.\",\n fillAllCells: \"Make sure you fill in all cells in the matrix.\",\n molecularDrawing: ({content}) =>\n `A molecular structure drawing. SMILES notation: ${content}`,\n switchDirection: \"Switch direction\",\n circleOpen: \"Make circle open\",\n circleFilled: \"Make circle filled\",\n numDivisions: \"Number of divisions:\",\n divisions: ({divRangeString}) =>\n `Please make sure the number of divisions is in the range ${divRangeString}.`,\n lineRange: ({lineRange}: {lineRange: string}) => `lines ${lineRange}`,\n lineNumber: ({lineNumber}: {lineNumber: string}) => `line ${lineNumber}`,\n symbolPassage: ({questionSymbol, questionNumber}) =>\n `The symbol ${questionSymbol} indicates that question ${questionNumber} references this portion of the passage.`,\n symbolQuestion: ({sentenceSymbol}) =>\n ` The symbol ${sentenceSymbol} indicates that the following sentence is referenced in a question.`,\n lineLabel: \"Line\",\n beginningPassage: \"Beginning of reading passage.\",\n beginningFootnotes: \"Beginning of reading passage footnotes.\",\n endPassage: \"End of reading passage.\",\n questionMarker: ({number}) => `[Marker for question ${number}]`,\n circleMarker: ({number}) => `[Circle marker ${number}]`,\n sentenceMarker: ({number}) => `[Sentence ${number}]`,\n dragHandles: \"Drag handles to make graph\",\n tapAddPoints: \"Tap to add points\",\n false: \"False\",\n true: \"True\",\n no: \"No\",\n yes: \"Yes\",\n chooseCorrectNum: \"Please choose the correct number of answers.\",\n notNoneOfTheAbove:\n \"'None of the above' may not be selected when other answers are selected.\",\n noneOfTheAbove: \"None of the above\",\n chooseNumAnswers: ({numCorrect}) => `Choose ${numCorrect} answers:`,\n chooseAllAnswers: \"Choose all answers that apply:\",\n chooseOneAnswer: \"Choose 1 answer:\",\n choiceCheckedCorrect: ({letter}) => `(Choice ${letter}, Checked, Correct)`,\n choiceCorrect: ({letter}) => `(Choice ${letter}, Correct)`,\n choiceCheckedIncorrect: ({letter}) =>\n `(Choice ${letter}, Checked, Incorrect)`,\n choiceIncorrect: ({letter}) => `(Choice ${letter}, Incorrect)`,\n choiceChecked: ({letter}) => `(Choice ${letter}, Checked)`,\n choice: ({letter}) => `(Choice ${letter})`,\n notSelected: \"not selected\",\n choicesSelected: ({num}) =>\n num === 1 ? `${num} choice selected` : `${num} choices selected`,\n bringBack: \"Bring back\",\n openMenuForChoice: ({letter}) => `Open menu for Choice ${letter}`,\n letters: \"A B C D E F G H I J K L M N O P Q R S T U V W X Y Z\",\n scrollAnswers: \"Scroll Answers\",\n scrollStart: \"Scroll to view start of the content\",\n scrollEnd: \"Scroll to view the end of the content\",\n rightArrow: \"Reaction arrow pointing to the right.\",\n dontUnderstandUnits: \"I couldn't understand those units.\",\n checkSigFigs: \"Check your significant figures.\",\n answerNumericallyIncorrect: \"That answer is numerically incorrect.\",\n checkUnits: \"Check your units.\",\n dontUnderstand: \"I don't understand that\",\n loading: \"Loading...\",\n videoTranscript: \"See video transcript\",\n somethingWrong: \"Something went wrong.\",\n videoWrapper: \"Khan Academy video wrapper\",\n mathInputTitle: \"mathematics keyboard\",\n mathInputDescription:\n \"Use keyboard/mouse to interact with math-based input fields\",\n sin: \"sin\",\n cos: \"cos\",\n tan: \"tan\",\n simulationLoadFail: \"Sorry, this simulation cannot load.\",\n simulationLocaleWarning:\n \"Sorry, this simulation isn't available in your language.\",\n selectAnAnswer: \"Select an answer\",\n srGraphInstructions:\n \"Use the Tab key to move through the interactive elements in the graph. When an interactive element has focus, use Control + Shift + Arrows to move it.\",\n srUnlimitedGraphInstructions:\n \"Press Shift + Enter to interact with the graph. Use the Tab key to move through the interactive elements in the graph and access the graph Action Bar. When an interactive element has focus, use Control + Shift + Arrows to move it or use the Delete key to remove it from the graph. Use the buttons in the Action Bar to add or adjust elements within the graph.\",\n graphKeyboardPrompt: \"Press Shift + Enter to interact with the graph\",\n addPoint: \"Add Point\",\n removePoint: \"Remove Point\",\n closePolygon: \"Close shape\",\n openPolygon: \"Re-open shape\",\n srPointAtCoordinates: ({num, x, y}) => `Point ${num} at ${x} comma ${y}.`,\n srInteractiveElements: ({elements}) => `Interactive elements: ${elements}`,\n srNoInteractiveElements: \"No interactive elements\",\n srCircleGraph: \"A circle on a coordinate plane.\",\n srCircleShape: ({centerX, centerY}) =>\n `Circle. The center point is at ${centerX} comma ${centerY}.`,\n srCircleRadiusPointRight: ({radiusPointX, radiusPointY}) =>\n `Right radius endpoint at ${radiusPointX} comma ${radiusPointY}.`,\n srCircleRadiusPointLeft: ({radiusPointX, radiusPointY}) =>\n `Left radius endpoint at ${radiusPointX} comma ${radiusPointY}.`,\n srCircleRadius: ({radius}) => `Circle radius is ${radius}.`,\n srCircleOuterPoints: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n point3X,\n point3Y,\n point4X,\n point4Y,\n }) =>\n `Points on the circle at ${point1X} comma ${point1Y}, ${point2X} comma ${point2Y}, ${point3X} comma ${point3Y}, ${point4X} comma ${point4Y}.`,\n srLinearGraph: \"A line on a coordinate plane.\",\n srLinearGraphPoints: ({point1X, point1Y, point2X, point2Y}) =>\n `The line has two points, point 1 at ${point1X} comma ${point1Y} and point 2 at ${point2X} comma ${point2Y}.`,\n srLinearGraphSlopeIncreasing: \"Its slope increases from left to right.\",\n srLinearGraphSlopeDecreasing: \"Its slope decreases from left to right.\",\n srLinearGraphSlopeHorizontal: \"Its slope is zero.\",\n srLinearGraphSlopeVertical: \"Its slope is undefined.\",\n srLinearGraphXOnlyIntercept: ({xIntercept}) =>\n `The line crosses the X-axis at ${xIntercept} comma 0.`,\n srLinearGraphYOnlyIntercept: ({yIntercept}) =>\n `The line crosses the Y-axis at 0 comma ${yIntercept}.`,\n srLinearGraphBothIntercepts: ({xIntercept, yIntercept}) =>\n `The line crosses the X-axis at ${xIntercept} comma 0 and the Y-axis at 0 comma ${yIntercept}.`,\n srLinearGraphOriginIntercept:\n \"The line crosses the X and Y axes at the graph's origin.\",\n srLinearGrabHandle: ({point1X, point1Y, point2X, point2Y}) =>\n `Line going through point ${point1X} comma ${point1Y} and point ${point2X} comma ${point2Y}.`,\n srAngleStartingSide: ({x, y}) =>\n `Point 3, starting side at ${x} comma ${y}.`,\n srAngleEndingSide: ({x, y}) => `Point 2, ending side at ${x} comma ${y}.`,\n srAngleVertexWithAngleMeasure: ({x, y, angleMeasure}) =>\n `Point 1, vertex at ${x} comma ${y}. Angle ${angleMeasure} degrees.`,\n srAngleGraphAriaLabel: \"An angle on a coordinate plane.\",\n srAngleGraphAriaDescription: ({\n angleMeasure,\n vertexX,\n vertexY,\n startingSideX,\n startingSideY,\n endingSideX,\n endingSideY,\n }) =>\n `The angle measure is ${angleMeasure} degrees with a vertex at ${vertexX} comma ${vertexY}, a point on the starting side at ${startingSideX} comma ${startingSideY} and a point on the ending side at ${endingSideX} comma ${endingSideY}.`,\n srAngleInteractiveElements: ({\n vertexX,\n vertexY,\n startingSideX,\n startingSideY,\n endingSideX,\n endingSideY,\n }) =>\n `An angle formed by 3 points. The vertex is at ${vertexX} comma ${vertexY}. The starting side point is at ${startingSideX} comma ${startingSideY}. The ending side point is at ${endingSideX} comma ${endingSideY}.`,\n srSingleSegmentGraphAriaLabel: \"A line segment on a coordinate plane.\",\n srMultipleSegmentGraphAriaLabel: ({countOfSegments}) =>\n `${countOfSegments} segments on a coordinate plane.`,\n srMultipleSegmentIndividualLabel: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n indexOfSegment,\n }) =>\n `Segment ${indexOfSegment}: Endpoint 1 at ${point1X} comma ${point1Y}. Endpoint 2 at ${point2X} comma ${point2Y}.`,\n srSingleSegmentLabel: ({point1X, point1Y, point2X, point2Y}) =>\n `Endpoint 1 at ${point1X} comma ${point1Y}. Endpoint 2 at ${point2X} comma ${point2Y}.`,\n srSegmentLength: ({length}) => `Segment length ${length} units.`,\n srSingleSegmentGraphEndpointAriaLabel: ({endpointNumber, x, y}) =>\n `Endpoint ${endpointNumber} at ${x} comma ${y}.`,\n srMultipleSegmentGraphEndpointAriaLabel: ({\n endpointNumber,\n x,\n y,\n indexOfSegment,\n }) =>\n `Endpoint ${endpointNumber} on segment ${indexOfSegment} at ${x} comma ${y}.`,\n srSegmentGrabHandle: ({point1X, point1Y, point2X, point2Y}) =>\n `Segment from ${point1X} comma ${point1Y} to ${point2X} comma ${point2Y}.`,\n srLinearSystemGraph: \"Two lines on a coordinate plane.\",\n srLinearSystemPoints: ({lineNumber, point1X, point1Y, point2X, point2Y}) =>\n `Line ${lineNumber} has two points, point 1 at ${point1X} comma ${point1Y} and point 2 at ${point2X} comma ${point2Y}.`,\n srLinearSystemPoint: ({lineNumber, pointSequence, x, y}) =>\n `Point ${pointSequence} on line ${lineNumber} at ${x} comma ${y}.`,\n srLinearSystemGrabHandle: ({\n lineNumber,\n point1X,\n point1Y,\n point2X,\n point2Y,\n }) =>\n `Line ${lineNumber} going through point ${point1X} comma ${point1Y} and point ${point2X} comma ${point2Y}.`,\n srLinearSystemIntersection: ({x, y}) =>\n `Line 1 and line 2 intersect at point ${x} comma ${y}.`,\n srLinearSystemParallel: \"Line 1 and line 2 are parallel.\",\n srRayGraph: \"A ray on a coordinate plane.\",\n srRayPoints: ({point1X, point1Y, point2X, point2Y}) =>\n `The endpoint is at ${point1X} comma ${point1Y} and the ray goes through point ${point2X} comma ${point2Y}.`,\n srRayGrabHandle: ({point1X, point1Y, point2X, point2Y}) =>\n `Ray with endpoint ${point1X} comma ${point1Y} going through point ${point2X} comma ${point2Y}.`,\n srRayEndpoint: ({x, y}) => `Endpoint at ${x} comma ${y}.`,\n srRayTerminalPoint: ({x, y}) => `Through point at ${x} comma ${y}.`,\n srQuadraticGraph: \"A parabola on a 4-quadrant coordinate plane.\",\n srQuadraticFaceUp: \"The parabola opens upward.\",\n srQuadraticFaceDown: \"The parabola opens downward.\",\n srQuadraticGraphVertexOrigin: \"Vertex is at the origin.\",\n srQuadraticGraphVertexXAxis: \"Vertex is on the X-axis.\",\n srQuadraticGraphVertexYAxis: \"Vertex is on the Y-axis.\",\n srQuadraticGraphVertexQuadrant: ({quadrant}) =>\n `Vertex is in quadrant ${quadrant}.`,\n srQuadraticTwoXIntercepts: ({intercept1, intercept2}) =>\n `The X-intercepts are at ${intercept1} comma 0 and ${intercept2} comma 0.`,\n srQuadraticOneXIntercept: ({intercept}) =>\n `The X-intercept is at ${intercept} comma 0.`,\n srQuadraticYIntercept: ({intercept}) =>\n `The Y-intercept is at 0 comma ${intercept}.`,\n srQuadraticPointOrigin: ({pointNumber}) =>\n `Point ${pointNumber} on parabola at the origin.`,\n srQuadraticPointAxis: ({pointNumber, x, y}) =>\n `Point ${pointNumber} on parabola at ${x} comma ${y}.`,\n srQuadraticPointQuadrant: ({pointNumber, x, y, quadrant}) =>\n `Point ${pointNumber} on parabola in quadrant ${quadrant} at ${x} comma ${y}.`,\n srQuadraticInteractiveElements: ({\n point1X,\n point1Y,\n point2X,\n point2Y,\n point3X,\n point3Y,\n }) =>\n `Parabola with points at ${point1X} comma ${point1Y}, ${point2X} comma ${point2Y}, and ${point3X} comma ${point3Y}.`,\n srPolygonGraph: \"A polygon.\",\n srPolygonGraphCoordinatePlane: \"A polygon on a coordinate plane.\",\n srPolygonGraphPointsNum: ({num}) => `The polygon has ${num} points.`,\n srPolygonGraphPointsOne: \"The polygon has 1 point.\",\n srPolygonElementsNum: ({num}) => `A polygon with ${num} points.`,\n srPolygonElementsOne: \"A polygon with 1 point.\",\n srPolygonPointAngleApprox: ({angle}) =>\n `Angle approximately equal to ${angle} degrees.`,\n srPolygonPointAngle: ({angle}) => `Angle equal to ${angle} degrees.`,\n srPolygonSideLength: ({pointNum, length}) =>\n `A line segment, length equal to ${length} units, connects to point ${pointNum}.`,\n srPolygonSideLengthApprox: ({pointNum, length}) =>\n `A line segment, length approximately equal to ${length} units, connects to point ${pointNum}.`,\n srUnlimitedPolygonEmpty: \"An empty coordinate plane.\",\n srSinusoidGraph: \"A sinusoid function on a coordinate plane.\",\n srSinusoidRootPoint: ({x, y}) => `Midline intersection at ${x} comma ${y}.`,\n srSinusoidMaxPoint: ({x, y}) => `Maximum point at ${x} comma ${y}.`,\n srSinusoidMinPoint: ({x, y}) => `Minimum point at ${x} comma ${y}.`,\n srSinusoidFlatPoint: ({x, y}) => `Line through point at ${x} comma ${y}.`,\n srSinusoidDescription: ({minValue, maxValue, cycleStart, cycleEnd}) =>\n `The graph shows a wave with a minimum value of ${minValue} and a maximum value of ${maxValue}. The wave completes a full cycle from ${cycleStart} to ${cycleEnd}.`,\n srSinusoidInteractiveElements: ({point1X, point1Y, point2X, point2Y}) =>\n `Sinusoid graph with midline intersection point at ${point1X} comma ${point1Y} and extremum point at ${point2X} comma ${point2Y}.`,\n imageExploreButton: \"Explore image\",\n imageAlternativeTitle: \"Explore image and description\",\n imageDescriptionLabel: \"Description\",\n imageZoomAriaLabel: \"Zoom image.\",\n imageResetZoomAriaLabel: \"Reset zoom.\",\n};\n\n// This type helps us make sure all error codes are mapped to strings\ntype ErrorStringMap = {\n [K in keyof typeof ErrorCodes]: keyof PerseusStrings;\n};\n\n/**\n * Map an error string to a PerseusStrings key\n * that we can use to get the translated error message\n */\nconst errorToString: ErrorStringMap = {\n MISSING_PERCENT_ERROR: \"MISSING_PERCENT_ERROR\",\n NEEDS_TO_BE_SIMPLIFIED_ERROR: \"NEEDS_TO_BE_SIMPLFIED_ERROR\",\n APPROXIMATED_PI_ERROR: \"APPROXIMATED_PI_ERROR\",\n EXTRA_SYMBOLS_ERROR: \"EXTRA_SYMBOLS_ERROR\",\n WRONG_CASE_ERROR: \"WRONG_CASE_ERROR\",\n WRONG_LETTER_ERROR: \"WRONG_LETTER_ERROR\",\n MULTIPLICATION_SIGN_ERROR: \"MULTIPLICATION_SIGN_ERROR\",\n INVALID_CHOICE_SELECTION: \"INVALID_CHOICE_SELECTION\",\n INVALID_SELECTION_ERROR: \"invalidSelection\",\n CHOOSE_CORRECT_NUM_ERROR: \"chooseCorrectNum\",\n NOT_NONE_ABOVE_ERROR: \"notNoneOfTheAbove\",\n FILL_ALL_CELLS_ERROR: \"fillAllCells\",\n USER_INPUT_EMPTY: \"USER_INPUT_EMPTY\",\n USER_INPUT_TOO_LONG: \"USER_INPUT_TOO_LONG\",\n};\n\nexport function mapErrorToString(\n // the string representing an error code\n err: string | null | undefined,\n // the translated Perseus strings\n translatedStrings: PerseusStrings,\n) {\n if (!err) {\n return err;\n }\n\n return translatedStrings[errorToString[err]] || err;\n}\n"],"names":["strings","characterCount","one","other","closeKeypad","openKeypad","mathInputBox","removeHighlight","addHighlight","hintPos","errorRendering","APPROXIMATED_PI_ERROR","EXTRA_SYMBOLS_ERROR","NEEDS_TO_BE_SIMPLFIED_ERROR","MISSING_PERCENT_ERROR","MULTIPLICATION_SIGN_ERROR","USER_INPUT_EMPTY","USER_INPUT_TOO_LONG","WRONG_CASE_ERROR","WRONG_LETTER_ERROR","invalidSelection","INVALID_CHOICE_SELECTION","ERROR_TITLE","ERROR_MESSAGE","hints","getAnotherHint","deprecatedStandin","keepTrying","tryAgain","check","correctExcited","nextQuestion","skipToTitle","current","correct","correctSelected","incorrect","incorrectSelected","hideExplanation","explain","INVALID_MESSAGE_PREFIX","DEFAULT_INVALID_MESSAGE_1","DEFAULT_INVALID_MESSAGE_2","integerExample","properExample","simplifiedProperExample","improperExample","simplifiedImproperExample","mixedExample","decimalExample","percentExample","piExample","yourAnswer","yourAnswerLabel","addPoints","addVertices","tapMultiple","tapSingle","clickMultiple","clickSingle","choices","answers","hideAnswersToggleLabel","moves","clickTiles","turnOffLights","fillAllCells","molecularDrawing","switchDirection","circleOpen","circleFilled","numDivisions","divisions","lineRange","lineNumber","symbolPassage","symbolQuestion","lineLabel","context","message","beginningPassage","beginningFootnotes","endPassage","questionMarker","circleMarker","sentenceMarker","dragHandles","tapAddPoints","false","true","no","yes","chooseCorrectNum","notNoneOfTheAbove","noneOfTheAbove","chooseNumAnswers","chooseAllAnswers","chooseOneAnswer","choiceCheckedCorrect","choiceCorrect","choiceCheckedIncorrect","choiceIncorrect","choiceChecked","choice","notSelected","choicesSelected","bringBack","openMenuForChoice","letters","scrollAnswers","scrollStart","scrollEnd","rightArrow","dontUnderstandUnits","checkSigFigs","answerNumericallyIncorrect","checkUnits","dontUnderstand","loading","videoTranscript","somethingWrong","videoWrapper","mathInputTitle","mathInputDescription","sin","cos","tan","simulationLoadFail","simulationLocaleWarning","selectAnAnswer","addPoint","removePoint","graphKeyboardPrompt","srInteractiveElements","srNoInteractiveElements","closePolygon","openPolygon","srGraphInstructions","srUnlimitedGraphInstructions","srPointAtCoordinates","srCircleGraph","srCircleShape","srCircleRadiusPointRight","srCircleRadiusPointLeft","srCircleRadius","srCircleOuterPoints","srLinearGraph","srLinearGraphPoints","srLinearGraphSlopeIncreasing","srLinearGraphSlopeDecreasing","srLinearGraphSlopeHorizontal","srLinearGraphSlopeVertical","srLinearGraphXOnlyIntercept","srLinearGraphYOnlyIntercept","srLinearGraphBothIntercepts","srLinearGraphOriginIntercept","srLinearGrabHandle","srAngleStartingSide","srAngleEndingSide","srAngleVertexWithAngleMeasure","srAngleGraphAriaLabel","srAngleGraphAriaDescription","srAngleInteractiveElements","srSingleSegmentGraphAriaLabel","srMultipleSegmentGraphAriaLabel","srMultipleSegmentIndividualLabel","srSingleSegmentLabel","srSegmentLength","srSingleSegmentGraphEndpointAriaLabel","srMultipleSegmentGraphEndpointAriaLabel","srSegmentGrabHandle","srLinearSystemGraph","srLinearSystemPoints","srLinearSystemPoint","srLinearSystemGrabHandle","srLinearSystemIntersection","srLinearSystemParallel","srRayGraph","srRayPoints","srRayGrabHandle","srRayEndpoint","srRayTerminalPoint","srQuadraticGraph","srQuadraticFaceUp","srQuadraticFaceDown","srQuadraticGraphVertexOrigin","srQuadraticGraphVertexXAxis","srQuadraticGraphVertexYAxis","srQuadraticGraphVertexQuadrant","srQuadraticTwoXIntercepts","srQuadraticOneXIntercept","srQuadraticYIntercept","srQuadraticPointOrigin","srQuadraticPointAxis","srQuadraticPointQuadrant","srQuadraticInteractiveElements","srPolygonGraph","srPolygonGraphCoordinatePlane","srPolygonGraphPointsNum","srPolygonGraphPointsOne","srPolygonElementsNum","srPolygonElementsOne","srPolygonPointAngleApprox","srPolygonPointAngle","srPolygonSideLength","srPolygonSideLengthApprox","srUnlimitedPolygonEmpty","srSinusoidGraph","srSinusoidRootPoint","srSinusoidMaxPoint","srSinusoidMinPoint","srSinusoidFlatPoint","srSinusoidDescription","srSinusoidInteractiveElements","imageExploreButton","imageAlternativeTitle","imageDescriptionLabel","imageZoomAriaLabel","imageResetZoomAriaLabel","mockStrings","used","num","pos","error","title","content","divRangeString","questionSymbol","questionNumber","sentenceSymbol","number","numCorrect","letter","x","y","elements","centerX","centerY","radiusPointX","radiusPointY","radius","point1X","point1Y","point2X","point2Y","point3X","point3Y","point4X","point4Y","xIntercept","yIntercept","angleMeasure","vertexX","vertexY","startingSideX","startingSideY","endingSideX","endingSideY","countOfSegments","indexOfSegment","length","endpointNumber","pointSequence","quadrant","intercept1","intercept2","intercept","pointNumber","angle","pointNum","minValue","maxValue","cycleStart","cycleEnd","errorToString","NEEDS_TO_BE_SIMPLIFIED_ERROR","INVALID_SELECTION_ERROR","CHOOSE_CORRECT_NUM_ERROR","NOT_NONE_ABOVE_ERROR","FILL_ALL_CELLS_ERROR","mapErrorToString","err","translatedStrings"],"mappings":"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"}
|