{"schemaVersion":1,"packageId":"incept-skill-pack","name":"Incept Skill Pack","version":"0.1.0","description":"Installable interface for generating Incept content through the production API.","websiteUrl":"https://incept-skill-pack.vercel.app","manifestUrl":"https://incept-skill-pack.vercel.app/api/skill-pack","quickstartUrl":"https://incept-skill-pack.vercel.app/quickstart","tokenUrl":"https://incept-skill-pack.vercel.app/tokens","downloads":{"universal":"https://incept-skill-pack.vercel.app/downloads/incept-skill-pack.zip","codex":"https://incept-skill-pack.vercel.app/downloads/incept-skill-pack-codex.zip","claude":"https://incept-skill-pack.vercel.app/downloads/incept-skill-pack-claude.zip","clot":"https://incept-skill-pack.vercel.app/downloads/incept-skill-pack-claude.zip","perplexityComputer":"https://incept-skill-pack.vercel.app/downloads/incept-skill-pack-perplexity-computer.zip","manifest":"https://incept-skill-pack.vercel.app/downloads/incept-skill-pack.json","index":"https://incept-skill-pack.vercel.app/downloads/index.json"},"install":{"defaultBundleUrl":"https://incept-skill-pack.vercel.app/downloads/incept-skill-pack.zip","directDownloadUrl":"https://incept-skill-pack.vercel.app/download","quickstartUrl":"https://incept-skill-pack.vercel.app/quickstart","tokenRequiredAtUseTime":true,"tokenIncludedInBundle":false},"support":{"issueTracker":"https://github.com/andymontgomery-byte/platform/issues","changelog":"https://github.com/andymontgomery-byte/incept-skill-pack/blob/main/CHANGELOG.md","changePolicy":"Contract changes and deprecations are announced in the changelog (https://github.com/andymontgomery-byte/incept-skill-pack/blob/main/CHANGELOG.md); a breaking change to any public surface is announced there at least 7 days before the old behavior stops working (safety/correctness fixes that cannot wait are announced the day they ship).","contentFeedback":"https://incept-skill-pack.vercel.app/api/content-feedback","qc":"https://incept-skill-pack.vercel.app/api/qc","quickstart":"https://incept-skill-pack.vercel.app/quickstart"},"auth":{"type":"bearer","header":"Authorization","credentialConfigured":true,"scheme":"Bearer <INCEPT_SKILL_PACK_TOKEN>"},"endpoints":{"createToken":{"method":"POST","url":"https://incept-skill-pack.vercel.app/api/skill-pack-token","authRequired":false},"generate":{"method":"POST","url":"https://incept-skill-pack.vercel.app/api/skill-pack-generate","authRequired":true},"contentFeedback":{"method":"POST","url":"https://incept-skill-pack.vercel.app/api/content-feedback","authRequired":true},"normalizeGenerationInput":{"method":"POST","url":"https://incept-skill-pack.vercel.app/api/normalize-generation-input","authRequired":false},"qualityControl":{"method":"POST","url":"https://incept-skill-pack.vercel.app/api/qc","authRequired":false},"customerGenerate":{"method":"POST","url":"https://incept-skill-pack.vercel.app/api/generate","authRequired":false}},"requestSchema":{"type":"object","required":[],"acceptedModes":[{"mode":"natural","description":"Preferred mode. Send skillId plus naturalInput.prompt; subject, grade, target, sources, context, and skill-specific content or curriculum parameters are inferred unless explicitly supplied.","typicalFields":["skillId","naturalInput.prompt","naturalInput.urls","parameters.mode","sourceDocuments"]},{"mode":"structured","description":"Advanced mode. Send explicit skillId, subject, grade, parameters.target, parameters.sources, parameters.context, and skill-specific content or curriculum parameters.","typicalFields":["skillId","subject","grade","parameters"]}],"properties":[{"id":"persona","type":"string","required":false,"description":"Audience context label such as Student, Teacher, Parent, School, District, or Edtech Vendor."},{"id":"skillId","type":"string","required":true,"description":"Canonical generation skill id from this manifest."},{"id":"subject","type":"string","required":true,"description":"Subject for the request. Served subjects are not pinned here; they derive from the live Platform 3 contract and are listed per skill in supportedSubjects."},{"id":"grade","type":"string","required":true,"description":"Grade for the request. Served grades derive from the live contract and are listed per skill in gradeLevels."},{"id":"parameters.mode","type":"enum","required":true,"values":["basic","brainlift"]},{"id":"parameters.target","type":"string","required":true,"description":"Standard, knowledge component, learning objective, or content target."},{"id":"parameters.sources","type":"string","required":false,"description":"Short source note. Larger grounding text goes in sourceDocuments."},{"id":"parameters.context","type":"string","required":false,"description":"Prior generated artifacts or neighboring content to carry forward."},{"id":"intent","type":"object","required":false,"description":"Declared instructional intent { assesses?, purpose? } — the same block /api/qc accepts. purpose is one of retrieval-practice | instruction-check | assessment; the matching per-purpose profile is composed into the author's instructions and the serving judge's verdict prompt, so the item is written to the bar it is judged by. Question and question-bank requests only (honest 422 elsewhere); a bank authors every item to the declared bar."},{"id":"sourceDocuments","type":"array","required":false,"description":"Optional attached source documents with id, name, type, size, and text (content is accepted as a documented alias for text; an entry with no text-bearing field is a typed 400)."},{"id":"naturalInput.prompt","type":"string","required":false,"description":"Agent-window-style customer request. The server infers subject, grade, target, sources, context, and skill-specific parameters from it."},{"id":"naturalInput.urls","type":"array","required":false,"description":"Optional public http(s) URLs to fetch as grounding sources before generation."}]},"responseSchema":{"ok":"boolean","outcome":"\"artifact\" when generation succeeded; \"blocked\" when no artifact can be returned.","reason":"Plain-language explanation for a blocked outcome.","generationRunId":"string","artifact":"Generated artifact when outcome is artifact; otherwise null.","artifactOmitted":"boolean present when a blocked response withholds an artifact."},"skills":[{"id":"image","title":"Image Skill","contentType":"image","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"ImageGenerationResult","parameters":{"skillSpecific":[{"id":"imageSubtype","type":"enum","values":["auto","poster","diagram","chart","graph","mathematical-diagram","mind-map","photo","illustration","drawing","painting"]},{"id":"imagePurpose","type":"enum","values":["stimulus","explanatory visual","thumbnail","worked example visual","decorative-free illustration"]},{"id":"imageStyle","type":"enum","values":["clean instructional","photo-real","flat illustration","primary source","screenshot-like"]},{"id":"aspectRatio","type":"enum","values":["1:1","4:3","16:9","3:2","portrait"]},{"id":"mustInclude","type":"string"},{"id":"diagramType","type":"enum","values":["labeled model","process flow","comparison","graph","timeline","map","system diagram"]},{"id":"labeledParts","type":"string"},{"id":"relationshipToShow","type":"string"},{"id":"layoutConstraints","type":"string"},{"id":"altTextPolicy","type":"enum","values":["required","brief","detailed","not needed"]}]},"outputSchema":["altText","asset","assetMimeType","assetUrl","caption","checksForUnderstanding","generationProviderError","generationProviderStatus","gradeLevel","imageAsset","imagePurpose","imageSubtype","misconceptionWarnings","mustInclude","renderedAsset","sections","summary","target","title","visualScene","vocabularySupport"],"subtypeContract":{"subtypes":["auto","poster","diagram","chart","graph","mathematical-diagram","mind-map","photo","illustration","drawing","painting"],"subtypeParameter":"parameters.imageSubtype","note":"Diagram is not a top-level skill. Request diagrams by using skillId image with parameters.imageSubtype set to diagram, chart, graph, mathematical-diagram, or mind-map."},"currentQualityBar":{"currentScore":0.9225,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"image@1","description":"The single-image lane's authored plan (manifest §1 image row): every student-facing text field for ONE instructional image plus the complete render brief (renderPrompt) the image provider receives VERBATIM — the model is the only author of the served asset.prompt strings (#2768), and the render fails closed by name (image_render_brief_missing) when the brief is absent instead of composing one. After a generative raster render, the sanctioned grounded-descriptive-rewrite (sub-schema image.grounded-rewrite@1) may replace ONLY the descriptive fields (altText, caption, whatToNotice) with the grounding model's own validated words; it fails OPEN to this authored draft — any grounding failure serves the draft unchanged.","fields":[{"field":"studentTarget","type":"string","description":"ONE short sentence naming exactly what the image must show, in concrete student language with any needed specific numbers or labels. Leads the render brief and serves as the artifact's visualScene."},{"field":"renderPrompt","type":"string","description":"The complete render brief the image generator receives verbatim; the model is the only author of the provider prompt."},{"field":"title","type":"string","description":"Short student-facing image title."},{"field":"summary","type":"string","description":"One-to-two sentence student-facing summary of what the image teaches."},{"field":"altText","type":"string","description":"Describes what will be visible in the image so a screen-reader user learns the same thing a sighted student learns."},{"field":"caption","type":"string","description":"One optional student-facing line served under the image."},{"field":"whatToNotice","type":"array","description":"Concrete things for the student to look for in the image; served under the What to Notice heading. The floor and the ceiling are both enforced by name (image-author-validation-rejected) into the bounded author retry — the validated list serves in full, never code-sliced (wave-3 law audit)."},{"field":"whatToNotice[]","type":"string","description":"One concrete thing visible in the image — never a restatement of the topic."},{"field":"vocabulary","type":"array","description":"The terms a learner needs for the artifact's content."},{"field":"vocabulary[]","type":"object","description":"One vocabulary entry."},{"field":"vocabulary[].term","type":"string","description":"The specific term as it appears in the artifact."},{"field":"vocabulary[].definition","type":"string","description":"A real grade-level definition in student language, never a circular restatement of the term."},{"field":"misconception","type":"object","description":"One misconception the artifact anticipates and corrects."},{"field":"misconception.misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconception.correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."},{"field":"check","type":"object","description":"The lane's one self-verifiable check: all three sides are REQUIRED (a lone student must be able to confirm or revise an answer), and the expected answer must never be answerable by copying a rendered label (#2922)."},{"field":"check.question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"check.expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"check.feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."}]}},{"id":"image-series","title":"Image Series Skill","contentType":"image-series","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"ImageSeriesGenerationResult","parameters":{"skillSpecific":[{"id":"seriesSize","type":"enum","values":["3","5","8","10"]},{"id":"seriesArc","type":"enum","values":["concept build-up","story continuity","increasing difficulty","style-matched set"]},{"id":"continuityRules","type":"string"},{"id":"imageSubtype","type":"enum","values":["auto","poster","diagram","chart","graph","mathematical-diagram","mind-map","photo","illustration","drawing","painting"]},{"id":"imagePurpose","type":"enum","values":["stimulus","explanatory visual","thumbnail","worked example visual","decorative-free illustration"]},{"id":"imageStyle","type":"enum","values":["clean instructional","photo-real","flat illustration","primary source","screenshot-like"]},{"id":"diagramType","type":"enum","values":["labeled model","process flow","comparison","graph","timeline","map","system diagram"]},{"id":"labeledParts","type":"string"},{"id":"relationshipToShow","type":"string"},{"id":"layoutConstraints","type":"string"}]},"outputSchema":["altText","checksForUnderstanding","imageStyle","imageSubtype","linkedArtifacts","misconceptionWarnings","requestedSubskills","sections","seriesArc","seriesFrames","subskillPolicy","summary","title","vocabularySupport"],"subtypeContract":{"subtypes":["auto","poster","diagram","chart","graph","mathematical-diagram","mind-map","photo","illustration","drawing","painting"],"subtypeParameter":"parameters.imageSubtype","note":"Diagram series is not a top-level skill. Request a diagram series by using skillId image-series with parameters.imageSubtype set to diagram, chart, graph, mathematical-diagram, or mind-map."},"currentQualityBar":{"currentScore":0.7591,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"image-series@1","fields":[{"field":"studentTarget","type":"string","description":"ONE short sentence naming what the series shows, in concrete student language; it leads each frame's image-generation prompt."},{"field":"title","type":"string","description":"Short student-facing series title."},{"field":"summary","type":"string","description":"One-to-two sentence student-facing summary of what the series teaches."},{"field":"altText","type":"string","description":"Describes the visible series content so a screen-reader user learns the same thing; never references production frame numbers or promises exact visual sameness across independently rendered frames."},{"field":"whatToLearn","type":"array","description":"Student-facing sentences that teach the idea from the frames; served under the What to Learn heading. The floor and the ceiling are both enforced by name (image-author-validation-rejected) into the bounded author retry — the validated list serves in full, never code-sliced (wave-3 law audit)."},{"field":"whatToLearn[]","type":"string","description":"One student-facing sentence that teaches the idea from the frames — never a re-treatment of the Common Mix-Up correction."},{"field":"frames","type":"array","description":"The authored frame specs, in served order — the request's exact frame count (1-12) is enforced by the author as a named rejection; this floor is the structural minimum for any series."},{"field":"frames[]","type":"object","description":"One authored series frame."},{"field":"frames[].label","type":"string","description":"The frame's 2-5 word student-visible label, drawn onto the frame as-authored."},{"field":"frames[].target","type":"string","description":"One sentence naming what this frame shows."},{"field":"frames[].changingEvidence","type":"string","description":"What this frame shows or changes, concretely, relative to the rest of the series."},{"field":"frames[].relationshipToShow","type":"string","description":"The relationship this frame makes visible."},{"field":"frames[].mustInclude","type":"string","description":"The exact visible elements, with concrete correct numbers and labels, this frame must carry."},{"field":"frames[].altText","type":"string","description":"The frame's accessible description, served VERBATIM as the rendered child image's alt text — authored here because the child render has no author of its own (D6 item 20 deleted the mechanical target+evidence join that used to fabricate it; a missing frame altText is the named defect image-series-frame-missing-alt-text)."},{"field":"frames[].renderPrompt","type":"string","description":"The complete render brief the image generator receives verbatim for this frame."},{"field":"vocabulary","type":"array","description":"The terms a learner needs for the artifact's content."},{"field":"vocabulary[]","type":"object","description":"One vocabulary entry."},{"field":"vocabulary[].term","type":"string","description":"The specific term as it appears in the artifact."},{"field":"vocabulary[].definition","type":"string","description":"A real grade-level definition in student language, never a circular restatement of the term."},{"field":"misconception","type":"object","description":"The ONE place the mix-up is treated (#3489 single-treatment rule): it serves under its own Common Mix-Up heading, and any other student surface re-raising its distinctive phrasing or copying its correction is rejected by name."},{"field":"misconception.misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconception.correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."},{"field":"check","type":"object","description":"The lane's one self-verifiable check: all three sides are REQUIRED (a lone student must be able to confirm or revise an answer), and the expected answer must never be answerable by copying a rendered frame label (#2922)."},{"field":"check.question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"check.expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"check.feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."}]}},{"id":"article","title":"Science Article Skill","contentType":"article","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"ArticleGenerationResult","parameters":{"skillSpecific":[{"id":"articleLength","type":"enum","values":["short","medium","long"]},{"id":"articlePurpose","type":"enum","values":["explain","introduce","review","extend","source reading"]},{"id":"readingSupport","type":"enum","values":["none","vocabulary support","section summaries","embedded checks","worked examples"]},{"id":"includeChecks","type":"enum","values":["yes","no"]},{"id":"embeddedImageCount","type":"enum","values":["auto","0 images","1 image","2 images","3 images"]},{"id":"embeddedDiagramCount","type":"enum","values":["auto","0 diagrams","1 diagram","2 diagrams","3 diagrams"]},{"id":"visualPlacementPolicy","type":"string"}]},"outputSchema":["articleMetadata","checksForUnderstanding","misconceptionWarnings","requestedSubskills","requestedVisuals","sections","summary","title","vocabularySupport"],"currentQualityBar":{"currentScore":0.9371,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"article@1","description":"A complete student-facing instructional article: real prose addressed directly to the student at the requested grade's reading level, grounded in the planned embedded visuals. Answer keys are returned separately (answerKey) so grader material never leaks into the student-readable body.","fields":[{"field":"title","type":"string","description":"The artifact's name exactly as the learner sees it."},{"field":"summary","type":"string","description":"One student-facing sentence saying what the artifact teaches; any count it states must match the arrays it describes exactly."},{"field":"sections","type":"array","description":"Student-facing sections the platform serves as authored; a lane may re-derive them verbatim from its authored fields. No code cap: any bound is entry-declared with a named defect (reject-by-name, manifest §3h)."},{"field":"sections[]","type":"object","description":"One served section."},{"field":"sections[].heading","type":"string","description":"The section heading the learner sees."},{"field":"sections[].paragraphs","type":"array","description":"Student-facing paragraphs, served as authored."},{"field":"sections[].paragraphs[]","type":"string","description":"One real student-facing paragraph — never an outline line or a directive to the writer."},{"field":"vocabulary","type":"array","description":"The terms a learner needs for the artifact's content."},{"field":"vocabulary[]","type":"object","description":"One vocabulary entry."},{"field":"vocabulary[].term","type":"string","description":"The specific term as it appears in the artifact."},{"field":"vocabulary[].definition","type":"string","description":"A real grade-level definition in student language, never a circular restatement of the term."},{"field":"checksForUnderstanding","type":"array","description":"Checks posed TO the student at the end of the article; the expected answers live in answerKey, never beside the question."},{"field":"checksForUnderstanding[]","type":"object","description":"One check the learner can answer from the taught content."},{"field":"checksForUnderstanding[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"answerKey","type":"array","description":"The machine-readable answer side of the checks: served to graders only, never rendered in the student-readable body (a check without a real authored answer fails the article-checks-realized gate closed)."},{"field":"answerKey[]","type":"object","description":"One check the learner can answer from the taught content."},{"field":"answerKey[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"answerKey[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"misconception","type":"object","description":"One misconception the artifact anticipates and corrects."},{"field":"misconception.misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconception.correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."}]}},{"id":"question","title":"Science Question Skill","contentType":"question","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"runtimeSupport":{"requiredCapability":"qtiAssessmentItem","verified":true,"renderingState":"verified_partial","evidence":{"source":"https://platform3-andymontgomery-9773s-projects.vercel.app/player/renderer-capabilities.json","status":"loaded","asOf":"2026-08-07","fetchedAt":"2026-08-12T07:41:41.062Z"}},"qualityCleared":false,"returnType":"QuestionGenerationResult","parameters":{"skillSpecific":[{"id":"interactionType","type":"enum","values":["free response","multiple choice","text entry","inline choice","order","matching"]},{"id":"responseCount","type":"enum","values":["2 responses","3 responses","4 responses","5 responses","6 responses"]},{"id":"dok","type":"enum","values":["1","2","3"]},{"id":"questionPurpose","type":"enum","values":["diagnostic","practice","mastery check","transfer","review"]},{"id":"difficulty","type":"enum","values":["easy","medium","hard","diagnostic boundary","stretch"]},{"id":"stimulusType","type":"enum","values":["auto","none","short passage","diagram","data table","primary source","image","figure-required"]},{"id":"scoringModel","type":"enum","values":["single correct","multiple correct","partial credit","rubric scored","machine scored"]},{"id":"answerFormat","type":"enum","values":["option id","short text","number","equation","evidence sentence","ordered list"]},{"id":"responseConstraints","type":"string"},{"id":"feedbackDepth","type":"enum","values":["answer only","corrective explanation","hint then explanation"]}]},"outputSchema":["answerKey","choices","contentType","correctAnswer","dok","feedback","grade","gradeLevel","misconceptionTags","optionRationales","qtiTeiContract","sections","skillId","stem","stimulus","stimulusType","subject","summary","target","title"],"currentQualityBar":{"currentScore":0.6024,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"question@1","description":"One authored QTI assessment item. The interaction discriminator selects which of the 7 interaction contracts the author fills; the variant keys are the Platform3/QTI interaction ids EXACT (qtiTeiContract.interaction carries the selected id on the served artifact). Schemas key on structure only — content type, interaction, grain — never subject or grade.","fields":[{"field":"<choiceInteraction>","type":"object","description":"A selected-response (multiple choice) item: the item's default interaction — choices with one keyed answer, a worked explanation, and a per-option rationale for every choice id."},{"field":"<choiceInteraction>.title","type":"string","description":"The student-facing item title; it renders as plain text in the player, so no markup or notation tokens (a missing title is the named defect authored-question-missing-title)."},{"field":"<choiceInteraction>.summary","type":"string","description":"One student-facing sentence describing the item; it surfaces in catalogs (a missing summary is the named defect authored-question-missing-summary)."},{"field":"<choiceInteraction>.stimulusType","type":"string","description":"Which kind of stimulus the item carries; the modality normalizer routes figure work from this declaration."},{"field":"<choiceInteraction>.figureSpec","type":"object","description":"The figure-spec@1 contract, present ONLY when stimulusType is figure-required: exactly what the figure must show for the stem to be answerable. The part is validate-only — an over-length field is a named defect, never truncated."},{"field":"<choiceInteraction>.figureSpec.figureClass","type":"string","description":"Which kind of figure the item requires; figure routing picks the renderer champion by this class."},{"field":"<choiceInteraction>.figureSpec.caption","type":"string","description":"The student-facing figure caption served beside the rendered figure."},{"field":"<choiceInteraction>.figureSpec.mustShow","type":"string","description":"Exactly what the figure must show for the stem to be answerable; the figure-fidelity contract checks the render against it."},{"field":"<choiceInteraction>.figureSpec.altText","type":"string","description":"An accessible description of the figure for learners who cannot see it."},{"field":"<choiceInteraction>.figureSpec.legend","type":"string","description":"The student-facing legend sentence drawn VERBATIM under a counted-groups figure (the D6 altText pattern: the author writes it, the deterministic counting renderer draws it and composes nothing). REQUIRED when mustShow pins two or more named sets with exact object counts on a math item — missing is the named defect authored-figure-counting-legend-missing; omitted on every other figure."},{"field":"<choiceInteraction>.figureSpec.panels","type":"string","description":"Prompt-side stand-in for the plotted-options case: the AUTHORED value is the figure-spec@1 part's panels array (one labeled panel per option, keyed true on exactly the correct one); this exemplar field carries the author instruction because panels are omitted on every non-plotted item."},{"field":"<choiceInteraction>.stimulus","type":"string","description":"The concrete source or scenario; when stimulusType is figure-required it directs the student to the attached figure and never describes the figure's contents in prose (figure agreement is gated by the figure-routing and figure-fidelity contracts keyed on figureSpec)."},{"field":"<choiceInteraction>.stem","type":"string","description":"The question the student answers (a missing stem is the named defect authored-question-missing-stem); objective echoes and authoring meta-commentary in it reject by name."},{"field":"<choiceInteraction>.choices","type":"array","description":"Every option the item offers; fewer than the floor is the named defect authored-question-too-few-choices, and every incorrect choice must carry a distinct misconceptionTag (misconception-tags-missing-or-duplicate)."},{"field":"<choiceInteraction>.choices[]","type":"object","description":"One answer option."},{"field":"<choiceInteraction>.choices[].id","type":"string","description":"The option's letter identity (A, B, C, ...); filled from the option's position when omitted — the position-letter default."},{"field":"<choiceInteraction>.choices[].text","type":"string","description":"The student-facing option text, served verbatim; never rewritten, completed, or truncated by code."},{"field":"<choiceInteraction>.choices[].misconceptionTag","type":"string","description":"On incorrect options only: a short kebab-case name (2-6 words) for the specific misconception or error a student who picks this option made — the same error its rationale corrects. Diagnostic metadata, never student-visible."},{"field":"<choiceInteraction>.correctAnswer","type":"string","description":"The keyed choice id; it must name a real choice and agree with the feedback's claimed key or the item rejects by name (authored-answer-key-inconsistent-with-choices)."},{"field":"<choiceInteraction>.feedback","type":"string","description":"A short corrective explanation, written to the student in second person, that names the correct option; item-construction register and single-choice conditional openers reject by name."},{"field":"<choiceInteraction>.explanation","type":"string","description":"A worked, student-facing explanation that derives the answer step by step using the item's own numbers and terms — it teaches how to get there, never just restates which option is correct."},{"field":"<choiceInteraction>.optionRationales","type":"array","description":"One rationale entry per choice id, required for EVERY choice id: why-correct for the keyed option, second-person error-specific feedback for every other; incomplete coverage is the named defect rationale-coverage-incomplete. Served as the uppercase-choice-id map projection (the part's sanctioned structural transform)."},{"field":"<choiceInteraction>.optionRationales[]","type":"object","description":"One option's student-facing rationale, attached by choice id."},{"field":"<choiceInteraction>.optionRationales[].choiceId","type":"string","description":"The choice id this rationale belongs to (A, B, C, ...)."},{"field":"<choiceInteraction>.optionRationales[].rationale","type":"string","description":"That option's student-facing rationale."},{"field":"<choiceInteraction>.sections","type":"array","description":"The student-facing prompt as sections; runtime recomposes this view structurally from the authored stimulus, stem, and served choices, never from new text."},{"field":"<choiceInteraction>.sections[]","type":"object","description":"One student-facing section."},{"field":"<choiceInteraction>.sections[].heading","type":"string","description":"The section heading the student sees."},{"field":"<choiceInteraction>.sections[].body","type":"string","description":"The section's student-facing prompt text."},{"field":"<choiceInteraction>.sections[].items","type":"array","description":"The lettered option lines exactly as the student sees them."},{"field":"<choiceInteraction>.sections[].items[]","type":"string","description":"One lettered option line."},{"field":"<textEntryInteraction>","type":"object","description":"A text-entry (typed response) item: the student types a short answer graded by exact match against the accepted forms — no choices exist by design."},{"field":"<textEntryInteraction>.title","type":"string","description":"The student-facing item title; it renders as plain text in the player, so no markup or notation tokens (a missing title is the named defect authored-question-missing-title)."},{"field":"<textEntryInteraction>.summary","type":"string","description":"One student-facing sentence describing the item; it surfaces in catalogs (a missing summary is the named defect authored-question-missing-summary)."},{"field":"<textEntryInteraction>.stimulusType","type":"string","description":"Which kind of stimulus the item carries; the modality normalizer routes figure work from this declaration."},{"field":"<textEntryInteraction>.stimulus","type":"string","description":"The concrete source or scenario the typed answer is derived from; it may be empty when the stem stands alone and must never state any acceptable answer verbatim (the named defect authored-text-entry-answer-leak)."},{"field":"<textEntryInteraction>.stem","type":"string","description":"The question the student answers by typing a word, number, or short phrase (a missing stem is the named defect authored-text-entry-missing-stem)."},{"field":"<textEntryInteraction>.correctAnswer","type":"string","description":"The single canonical correct typed answer; when omitted it defaults to the first accepted answer — the sanctioned positional-identity fill."},{"field":"<textEntryInteraction>.acceptedAnswers","type":"array","description":"Every acceptable typed form of the answer including the canonical one; the coercer dedupes case-insensitively (whitespace-trim only) and an empty key is the named defect authored-text-entry-empty-key."},{"field":"<textEntryInteraction>.acceptedAnswers[]","type":"string","description":"One acceptable typed form of the answer."},{"field":"<textEntryInteraction>.feedback","type":"string","description":"A short corrective explanation that names the correct answer and corrects one likely mistake (a missing feedback is the named defect authored-text-entry-missing-feedback)."},{"field":"<textEntryInteraction>.sections","type":"array","description":"The student-facing prompt as sections; runtime recomposes this view structurally from the authored stimulus and stem, never from new text."},{"field":"<textEntryInteraction>.sections[]","type":"object","description":"One student-facing section."},{"field":"<textEntryInteraction>.sections[].heading","type":"string","description":"The section heading the student sees."},{"field":"<textEntryInteraction>.sections[].body","type":"string","description":"The section's student-facing prompt text."},{"field":"<matchInteraction>","type":"object","description":"A match (pairing) item: the student pairs each left-column entry with its one correct right-column match — no choices exist by design."},{"field":"<matchInteraction>.title","type":"string","description":"The student-facing item title; it renders as plain text in the player, so no markup or notation tokens (a missing title is the named defect authored-question-missing-title)."},{"field":"<matchInteraction>.summary","type":"string","description":"One student-facing sentence describing the item; it surfaces in catalogs (a missing summary is the named defect authored-question-missing-summary)."},{"field":"<matchInteraction>.stimulusType","type":"string","description":"Which kind of stimulus the item carries; the modality normalizer routes figure work from this declaration."},{"field":"<matchInteraction>.stimulus","type":"string","description":"The concrete source or scenario the pairings draw on; it may be empty when the stem stands alone and must never state a pairing outright."},{"field":"<matchInteraction>.stem","type":"string","description":"The instruction telling the student to pair each left-column entry with its right-column match (a missing stem is the named defect authored-match-missing-stem)."},{"field":"<matchInteraction>.correctPairs","type":"array","description":"The complete answer key: each left entry with its one correct right match; fewer than the floor is the named defect authored-match-too-few-pairs, and self-pairs, duplicate lefts, and distractor collisions reject by name."},{"field":"<matchInteraction>.correctPairs[]","type":"object","description":"One left/right pairing of the answer key."},{"field":"<matchInteraction>.correctPairs[].left","type":"string","description":"A left-column entry the student pairs."},{"field":"<matchInteraction>.correctPairs[].right","type":"string","description":"The one correct right-column match for this left entry."},{"field":"<matchInteraction>.distractors","type":"array","description":"Extra right-column entries that correctly match none of the left entries; may be empty, and a distractor equal to a correct match is the named defect authored-match-distractor-collision."},{"field":"<matchInteraction>.distractors[]","type":"string","description":"One unmatched right-column distractor entry."},{"field":"<matchInteraction>.feedback","type":"string","description":"A short explanation of why each pairing holds — not a restatement of the table (a missing feedback is the named defect authored-match-missing-feedback)."},{"field":"<matchInteraction>.sections","type":"array","description":"The student-facing prompt as sections; runtime recomposes this view structurally from the authored stimulus, stem, pairs, and distractors, never from new text."},{"field":"<matchInteraction>.sections[]","type":"object","description":"One student-facing section."},{"field":"<matchInteraction>.sections[].heading","type":"string","description":"The section heading the student sees."},{"field":"<matchInteraction>.sections[].body","type":"string","description":"The section's student-facing prompt text."},{"field":"<orderInteraction>","type":"object","description":"An ordering (sequencing) item: the student arranges the given steps into their one correct sequence — no choices exist by design."},{"field":"<orderInteraction>.title","type":"string","description":"The student-facing item title; it renders as plain text in the player, so no markup or notation tokens (a missing title is the named defect authored-question-missing-title)."},{"field":"<orderInteraction>.summary","type":"string","description":"One student-facing sentence describing the item; it surfaces in catalogs (a missing summary is the named defect authored-question-missing-summary)."},{"field":"<orderInteraction>.stimulusType","type":"string","description":"Which kind of stimulus the item carries; the modality normalizer routes figure work from this declaration."},{"field":"<orderInteraction>.stimulus","type":"string","description":"The concrete source or scenario the sequence draws on; it may be empty when the stem stands alone and must never state the full correct order outright."},{"field":"<orderInteraction>.stem","type":"string","description":"The instruction telling the student to arrange the given steps into their correct sequence (a missing stem is the named defect authored-order-missing-stem)."},{"field":"<orderInteraction>.correctOrder","type":"array","description":"The complete answer key: each step's student-facing text listed in the correct sequence; fewer than the floor is the named defect authored-order-too-few-steps, and duplicate steps or position-label leaks (\"Step 3:\", \"First,\") reject by name."},{"field":"<orderInteraction>.correctOrder[]","type":"string","description":"One step's student-facing text, in answer-key position."},{"field":"<orderInteraction>.feedback","type":"string","description":"An explanation of why the sequence holds — what each step needs from the one before it — not a restatement of the list (a missing feedback is the named defect authored-order-missing-feedback)."},{"field":"<orderInteraction>.sections","type":"array","description":"The student-facing prompt as sections; runtime recomposes this view structurally from the authored stimulus, stem, and shuffled steps, never from new text."},{"field":"<orderInteraction>.sections[]","type":"object","description":"One student-facing section."},{"field":"<orderInteraction>.sections[].heading","type":"string","description":"The section heading the student sees."},{"field":"<orderInteraction>.sections[].body","type":"string","description":"The section's student-facing prompt text."},{"field":"<inlineChoiceInteraction>","type":"object","description":"An inline-choice (dropdown) item: the student opens a dropdown embedded in the sentence and selects the one option that correctly completes it — no top-level choices exist by design."},{"field":"<inlineChoiceInteraction>.title","type":"string","description":"The student-facing item title; it renders as plain text in the player, so no markup or notation tokens (a missing title is the named defect authored-question-missing-title)."},{"field":"<inlineChoiceInteraction>.summary","type":"string","description":"One student-facing sentence describing the item; it surfaces in catalogs (a missing summary is the named defect authored-question-missing-summary)."},{"field":"<inlineChoiceInteraction>.stimulusType","type":"string","description":"Which kind of stimulus the item carries; the modality normalizer routes figure work from this declaration."},{"field":"<inlineChoiceInteraction>.stimulus","type":"string","description":"The concrete source or scenario the sentence draws on; it may be empty when the sentence stands alone."},{"field":"<inlineChoiceInteraction>.stem","type":"string","description":"The student-facing sentence containing exactly one blank written as ___ that the dropdown fills; a stem without the blank is the named defect authored-inline-choice-missing-blank, and the stem must never state or hint at the keyed option."},{"field":"<inlineChoiceInteraction>.inlineChoices","type":"array","description":"Every option the dropdown offers, including the one correct option; fewer than the floor is the named defect authored-inline-choice-too-few-options, and duplicate options reject by name."},{"field":"<inlineChoiceInteraction>.inlineChoices[]","type":"string","description":"One option the dropdown offers."},{"field":"<inlineChoiceInteraction>.correctAnswer","type":"string","description":"The one option that correctly completes the sentence; it must appear verbatim among inlineChoices or the item rejects by name (authored-inline-choice-key-not-offered)."},{"field":"<inlineChoiceInteraction>.feedback","type":"string","description":"A short explanation of why the keyed option completes the sentence and why each other option fails (a missing feedback is the named defect authored-inline-choice-missing-feedback)."},{"field":"<inlineChoiceInteraction>.sections","type":"array","description":"The student-facing prompt as sections; runtime recomposes this view structurally from the authored stimulus, stem, and neutrally sorted options (display order is a declared anti-cueing sort, numeric-aware; authored order still serves verbatim on inlineChoices and qtiTeiContract.inlineChoices), never from new text."},{"field":"<inlineChoiceInteraction>.sections[]","type":"object","description":"One student-facing section."},{"field":"<inlineChoiceInteraction>.sections[].heading","type":"string","description":"The section heading the student sees."},{"field":"<inlineChoiceInteraction>.sections[].body","type":"string","description":"The section's student-facing prompt text."},{"field":"<hottextInteraction>","type":"object","description":"A hottext (select-in-passage) item: the student reads the passage in the stem, in which certain spans are selectable, and selects the keyed span or spans — no choices exist by design."},{"field":"<hottextInteraction>.title","type":"string","description":"The student-facing item title; it renders as plain text in the player, so no markup or notation tokens (a missing title is the named defect authored-question-missing-title)."},{"field":"<hottextInteraction>.summary","type":"string","description":"One student-facing sentence describing the item; it surfaces in catalogs (a missing summary is the named defect authored-question-missing-summary)."},{"field":"<hottextInteraction>.stimulusType","type":"string","description":"Which kind of stimulus the item carries; the modality normalizer routes figure work from this declaration."},{"field":"<hottextInteraction>.stimulus","type":"string","description":"The concrete source or scenario the passage draws on; it may be empty when the passage stands alone."},{"field":"<hottextInteraction>.stem","type":"string","description":"The student-facing prompt followed by the passage containing the selectable spans; every hottexts entry must appear verbatim in it or the item rejects by name (authored-hottext-span-not-in-passage), and the prompt must never quote or hint at the keyed span."},{"field":"<hottextInteraction>.hottexts","type":"array","description":"Every word or phrase the student may select, each appearing verbatim in the stem's passage; fewer than the floor is the named defect authored-hottext-too-few-spans, duplicates reject by name, and at least one span must not be keyed (authored-hottext-all-tokens-keyed)."},{"field":"<hottextInteraction>.hottexts[]","type":"string","description":"One selectable span, verbatim from the stem's passage."},{"field":"<hottextInteraction>.correctResponse","type":"array","description":"The keyed span or spans that answer the prompt; each must be offered verbatim among hottexts (authored-hottext-key-not-offered), an empty key rejects by name, and a multi-span key requires the prompt to say how many to select."},{"field":"<hottextInteraction>.correctResponse[]","type":"string","description":"One keyed span, verbatim from hottexts."},{"field":"<hottextInteraction>.feedback","type":"string","description":"A short explanation of why the keyed span answers the prompt and why each other selectable span fails (a missing feedback is the named defect authored-hottext-missing-feedback)."},{"field":"<hottextInteraction>.sections","type":"array","description":"The student-facing prompt as sections; runtime recomposes this view structurally from the authored stimulus and stem, never from new text."},{"field":"<hottextInteraction>.sections[]","type":"object","description":"One student-facing section."},{"field":"<hottextInteraction>.sections[].heading","type":"string","description":"The section heading the student sees."},{"field":"<hottextInteraction>.sections[].body","type":"string","description":"The section's student-facing prompt text."},{"field":"<extendedTextInteraction>","type":"object","description":"A free-response (constructed response) item scored against an analytic rubric: the student writes a bounded short response — no choices and no letter answer key exist by design."},{"field":"<extendedTextInteraction>.title","type":"string","description":"The student-facing item title; it renders as plain text in the player, so no markup or notation tokens (a missing title is the named defect authored-question-missing-title)."},{"field":"<extendedTextInteraction>.summary","type":"string","description":"One student-facing sentence describing the item; it surfaces in catalogs (a missing summary is the named defect authored-question-missing-summary)."},{"field":"<extendedTextInteraction>.stimulusType","type":"string","description":"Which kind of stimulus the item carries; the modality normalizer routes figure work from this declaration."},{"field":"<extendedTextInteraction>.stimulus","type":"string","description":"The concrete source or scenario the response draws on; it may be empty when the stem stands alone and must never state the exemplar response verbatim (the named defect authored-free-response-exemplar-leak)."},{"field":"<extendedTextInteraction>.stem","type":"string","description":"The bounded student-facing prompt: it states exactly what the response must include and caps its expected length (a missing stem is the named defect authored-free-response-missing-stem)."},{"field":"<extendedTextInteraction>.rubric","type":"object","description":"The analytic rubric the response is scored against; a missing rubric or a criteria count outside 3-6 rejects by name (authored-free-response-missing-rubric / authored-free-response-rubric-criteria-count), and the rubric never penalises spelling or grammar unless writing itself is the target."},{"field":"<extendedTextInteraction>.rubric.criteria","type":"array","description":"3-6 scoring criteria, each observable in a written response; a criterion without at least two scored levels is the named defect authored-free-response-criterion-missing-levels."},{"field":"<extendedTextInteraction>.rubric.criteria[]","type":"object","description":"One observable scoring criterion with its scored levels."},{"field":"<extendedTextInteraction>.rubric.criteria[].name","type":"string","description":"The observable criterion the scorer applies."},{"field":"<extendedTextInteraction>.rubric.criteria[].levels","type":"array","description":"The criterion's scored levels tied to meets / not yet, lowest score first."},{"field":"<extendedTextInteraction>.rubric.criteria[].levels[]","type":"object","description":"One scored level of the criterion."},{"field":"<extendedTextInteraction>.rubric.criteria[].levels[].score","type":"number","description":"The points a response at this level earns."},{"field":"<extendedTextInteraction>.rubric.criteria[].levels[].descriptor","type":"string","description":"What a response at this level shows, observable in the writing."},{"field":"<extendedTextInteraction>.anchors","type":"array","description":"Realistic example responses, at least one for every score that appears in any criterion's levels, including the borderline/cut case; a scored level with no anchor is the named defect authored-free-response-missing-anchor-level."},{"field":"<extendedTextInteraction>.anchors[]","type":"object","description":"One anchor example at one score."},{"field":"<extendedTextInteraction>.anchors[].score","type":"number","description":"The score this anchor response earns."},{"field":"<extendedTextInteraction>.anchors[].example","type":"string","description":"A realistic student response earning this score."},{"field":"<extendedTextInteraction>.exemplarResponse","type":"string","description":"The full-credit model answer; it may match the top anchor. A missing exemplar is the named defect authored-free-response-missing-exemplar — code never selects an anchor to stand in (wave-7 §3g ruling)."},{"field":"<extendedTextInteraction>.feedback","type":"string","description":"What a strong response must include and the most likely gap to correct, actionable by the student working alone (a missing feedback is the named defect authored-free-response-missing-feedback)."},{"field":"<extendedTextInteraction>.sections","type":"array","description":"The student-facing prompt as sections; runtime recomposes this view structurally from the authored stimulus and stem, never from new text."},{"field":"<extendedTextInteraction>.sections[]","type":"object","description":"One student-facing section."},{"field":"<extendedTextInteraction>.sections[].heading","type":"string","description":"The section heading the student sees."},{"field":"<extendedTextInteraction>.sections[].body","type":"string","description":"The section's student-facing prompt text."}]}},{"id":"article-series","title":"Science Article Series Skill","contentType":"article series","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"ArticleSeriesGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["articleEntries","articleMetadata","checksForUnderstanding","contentReferenceRole","content_kind","misconceptionWarnings","objectType","renderer_kind","requestedSubskills","requestedVisuals","sections","sourceEvidenceRequired","summary","target_ref","title","vocabularySupport"],"currentQualityBar":{"currentScore":0.9179,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"article-series@1","description":"A series of short articles teaching one target as a continuing arc. Every student-visible word — the series title and summary, each entry's title and paragraphs, checks, vocabulary, and misconception corrections — is model-authored and serves verbatim; the engine derives the served sections FROM the authored entries and never writes a sentence of its own. When the engine plans the series' one shared inline figure (#2371), the author must also return sharedVisualCaption — one student-facing sentence naming exactly what the student sees in that figure; the engine splices that request-planned line into this exemplar directly after summary (see coercerRef), and a missing or underivable caption is the named rejection authored-article-series-missing-shared-visual-caption, raised before any render is dispatched.","fields":[{"field":"title","type":"string","description":"The artifact's name exactly as the learner sees it."},{"field":"summary","type":"string","description":"One student-facing sentence saying what the artifact teaches; any count it states must match the arrays it describes exactly."},{"field":"articleEntries","type":"array","description":"The series' articles in teaching order — at least 3 (the entry floor the coercer enforces); each is a complete short article whose student-visible text serves verbatim."},{"field":"articleEntries[]","type":"object","description":"One article in the series."},{"field":"articleEntries[].id","type":"string","description":"Stable entry identity; filled positionally (article-1, article-2, ...) when omitted."},{"field":"articleEntries[].role","type":"string","description":"The entry's instructional job in the series arc; omitted roles cycle positionally through this field's enum — the authored-arc vocabulary the coercer reads FROM this node (the envelope plan roles are Platform3 plan metadata, not this field)."},{"field":"articleEntries[].title","type":"string","description":"The article title exactly as the learner sees it; it heads the entry's served section."},{"field":"articleEntries[].paragraphs","type":"array","description":"The entry's student-facing paragraphs, served verbatim — at least 3 paragraphs (this floor) and at least 70 words of prose per entry (the word floor stays in the coercer); under either floor the entry is rejected by name, never padded."},{"field":"articleEntries[].paragraphs[]","type":"string","description":"One paragraph written directly to the student."},{"field":"articleEntries[].checkForUnderstanding","type":"object","description":"One check the learner can answer from the taught content."},{"field":"articleEntries[].checkForUnderstanding.question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"articleEntries[].checkForUnderstanding.expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"vocabularySupport","type":"array","description":"The terms a learner needs for the artifact's content."},{"field":"vocabularySupport[]","type":"object","description":"One vocabulary entry."},{"field":"vocabularySupport[].term","type":"string","description":"The specific term as it appears in the artifact."},{"field":"vocabularySupport[].definition","type":"string","description":"A real grade-level definition in student language, never a circular restatement of the term."},{"field":"misconceptionWarnings","type":"array","description":"Likely misconceptions the series anticipates, each paired with how it is corrected; warnings missing the misconception half are dropped structurally, never completed."},{"field":"misconceptionWarnings[]","type":"object","description":"One misconception the artifact anticipates and corrects."},{"field":"misconceptionWarnings[].misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconceptionWarnings[].correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."},{"field":"sourceGrounding","type":"array","description":"Source/evidence rows grounding the artifact's important claims."},{"field":"sourceGrounding[]","type":"object","description":"One grounding row."},{"field":"sourceGrounding[].source","type":"string","description":"The source or BrainLift the evidence comes from."},{"field":"sourceGrounding[].evidence","type":"string","description":"The specific evidence used from that source."}]}},{"id":"audio-script","title":"Science Audio Script Skill","contentType":"audio script","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"AudioScriptGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["accessibilityNotes","altText","audioSegments","checksForUnderstanding","contentReferenceRole","contentType","content_kind","grade","gradeLevel","listeningLoadNotes","misconceptionWarnings","narrationScript","objectType","pauseCues","renderer_kind","scriptPurpose","sections","segments","skillId","sourceEvidenceRequired","spokenClarityNotes","subject","summary","target","target_ref","title"],"currentQualityBar":{"currentScore":0.9308,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"audio-script@1","description":"A complete narrated audio lesson. The script itself is the deliverable — no render call exists (rendererBinding null), so every word the learner hears is authored here and the platform serves it as an audio_script_artifact.","fields":[{"field":"title","type":"string","description":"The artifact's name exactly as the learner sees it."},{"field":"summary","type":"string","description":"One student-facing sentence saying what the audio teaches; any segment or pause-cue count it states must match the segments and pauseCues arrays exactly, or the artifact is rejected by name."},{"field":"gradeLevel","type":"string","description":"The requested grade level, echoed exactly, so the script is written and judged for the right audience."},{"field":"subject","type":"string","description":"The requested subject, echoed exactly."},{"field":"target","type":"string","description":"The requested learning target, echoed exactly; every student-facing field must teach it in its own words — copying its wording is the named objective-echo defect."},{"field":"scriptPurpose","type":"string","description":"One sentence telling the learner what this audio helps them understand or practice; it opens the served Listen First section."},{"field":"narrationScript","type":"string","description":"The complete spoken script exactly as it will be read aloud, with audible transitions and no internal production labels."},{"field":"segments","type":"array","description":"The script broken into timed, purposeful chunks — at least 5; each segment's spokenContent is served to the learner verbatim."},{"field":"segments[].id","type":"string","description":"Segment identity; filled positionally (segment-1, segment-2, ...) when omitted."},{"field":"segments[].startTime","type":"string","description":"When the segment starts, as minutes:seconds from the top of the audio; filled positionally from the default duration when omitted."},{"field":"segments[].durationSeconds","type":"number","description":"How long the segment runs, in seconds; filled with the declared default when omitted."},{"field":"segments[].title","type":"string","description":"A short listener-facing name for the segment."},{"field":"segments[].purpose","type":"string","description":"The instructional job this segment does in the lesson."},{"field":"segments[].spokenContent","type":"string","description":"The words the learner hears in this segment, served verbatim; a segment without real spoken content is rejected by name."},{"field":"segments[].instructionalRole","type":"string","description":"Which teaching move the segment makes — hook, explain, worked example, pause, or recap; filled with the declared default when omitted."},{"field":"segments[].prerequisiteConnection","type":"string","description":"What prior knowledge the segment activates before adding new material."},{"field":"segments[].targetAlignment","type":"string","description":"How this segment moves the learner toward the requested target."},{"field":"pauseCues","type":"array","description":"Timed stop-and-think moments — at least 3; each learnerPrompt is served to the learner verbatim in the Pause and Think section."},{"field":"pauseCues[].id","type":"string","description":"Pause identity; filled positionally (pause-1, pause-2, ...) when omitted."},{"field":"pauseCues[].afterSegmentId","type":"string","description":"The id of the segment this pause follows; filled positionally when omitted."},{"field":"pauseCues[].durationSeconds","type":"number","description":"How long the pause lasts, in seconds; filled with the declared default when omitted."},{"field":"pauseCues[].learnerPrompt","type":"string","description":"What the learner thinks, says, or retrieves during the pause; a cue without one is rejected by name."},{"field":"pauseCues[].cognitiveFunction","type":"string","description":"The learning function the pause serves — attention, retrieval, prediction, sensemaking, comparison, self-explanation, or transition."},{"field":"pauseCues[].learningReason","type":"string","description":"Why pausing here helps learning."},{"field":"listeningLoadNotes","type":"array","description":"How the script controls pacing, chunking, vocabulary, and memory load for audio-only listening."},{"field":"listeningLoadNotes[]","type":"string","description":"One note naming a listening-load control the script applies."},{"field":"spokenClarityNotes","type":"array","description":"How the script stays clear when spoken aloud: sentence length, explicit nouns, pronunciation, transitions."},{"field":"spokenClarityNotes[]","type":"string","description":"One note naming a spoken-clarity control the script applies."},{"field":"sourceGrounding","type":"array","description":"Evidence lines naming the sources the artifact's important claims rest on."},{"field":"sourceGrounding[]","type":"string","description":"One evidence line naming the source a claim rests on."},{"field":"accessibilityNotes","type":"array","description":"Supports for audio-only delivery: transcript, hearing, attention, language, and processing needs."},{"field":"accessibilityNotes[]","type":"string","description":"One note naming an accessibility support the script provides."},{"field":"misconceptionWarnings","type":"array","description":"Likely misunderstandings the script anticipates, each paired with how the script corrects it."},{"field":"misconceptionWarnings[].misconception","type":"string","description":"A misunderstanding a learner is likely to bring or form."},{"field":"misconceptionWarnings[].correction","type":"string","description":"How the script corrects that misunderstanding."},{"field":"checksForUnderstanding","type":"array","description":"Spoken checks on the taught content; the first question is served in the Check Your Understanding section while expected answers and feedback stay machine-readable, never printed under the question."},{"field":"checksForUnderstanding[].question","type":"string","description":"A spoken check the learner can answer from the taught content."},{"field":"checksForUnderstanding[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects."},{"field":"checksForUnderstanding[].feedback","type":"string","description":"Student-facing guidance for revising a wrong answer."},{"field":"altText","type":"string","description":"A brief, accurate non-audio representation of the lesson for learners who cannot listen."},{"field":"sections","type":"array","description":"Student-facing sections; the coercer re-derives the served sections verbatim from scriptPurpose, segment spokenContent, pause learnerPrompts, and the first check question."},{"field":"sections[]","type":"object","description":"One served section."},{"field":"sections[].heading","type":"string","description":"The section heading the learner sees."},{"field":"sections[].body","type":"string","description":"Student-facing section text."}]}},{"id":"storyboard","title":"Science Storyboard Skill","contentType":"storyboard","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"StoryboardGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["accessibilityNotes","captionTrack","checksForUnderstanding","contentReferenceRole","contentType","content_kind","frames","grade","gradeLevel","misconceptionWarnings","objectType","renderer_kind","sections","skillId","sourceEvidenceRequired","subject","summary","target","target_ref","title","visualProductionFrames"],"currentQualityBar":{"currentScore":0.8068,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"storyboard@1","description":"A complete storyboard for visual production. The authored frames are the deliverable: every learner-visible word — frame titles, narration, captions, on-screen text, prompts, and checks — is authored here and serves verbatim; the caption track and production frames the platform serves are structural projections of these fields, never rewrites.","fields":[{"field":"title","type":"string","description":"The artifact's name exactly as the learner sees it."},{"field":"summary","type":"string","description":"One student-facing sentence saying what the artifact teaches; any count it states must match the arrays it describes exactly."},{"field":"frames","type":"array","description":"The storyboard's frames in play order — at least 3; learner sections assemble from these fields with no construction labels and no wrapper sentences, and a frame missing required text is rejected by name, never completed."},{"field":"frames[]","type":"object","description":"One storyboard frame."},{"field":"frames[].id","type":"string","description":"Frame identity; filled positionally (frame-1, frame-2, ...) when omitted."},{"field":"frames[].role","type":"string","description":"The instructional job this frame does (setup, model, example, practice, feedback, recap)."},{"field":"frames[].title","type":"string","description":"The student-facing frame title in plain words a learner reads; never production labels like Scene or Frame."},{"field":"frames[].shotType","type":"string","description":"How the frame is framed (wide setup, labeled close-up, worked example, student practice, feedback overlay, recap)."},{"field":"frames[].visualDescription","type":"string","description":"The exact visual evidence shown in this frame."},{"field":"frames[].narration","type":"string","description":"The student-facing narration for this frame, served verbatim."},{"field":"frames[].caption","type":"string","description":"A short learner caption for the frame."},{"field":"frames[].onScreenText","type":"string","description":"The brief text visible on screen in this frame."},{"field":"frames[].studentFacingPrompt","type":"string","description":"The learner action for this frame."},{"field":"frames[].checkForUnderstanding","type":"object","description":"An optional check on this frame's content, shaped by check-for-understanding@1."},{"field":"frames[].checkForUnderstanding.question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"frames[].checkForUnderstanding.expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"frames[].checkForUnderstanding.feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"sections","type":"array","description":"Student-facing sections; the coercer re-derives the served sections verbatim from each frame's authored title, narration, caption, and prompt plus the check questions."},{"field":"sections[]","type":"object","description":"One served section."},{"field":"sections[].heading","type":"string","description":"The section heading the learner sees."},{"field":"sections[].paragraphs","type":"array","description":"Student-facing paragraphs, served as authored."},{"field":"sections[].paragraphs[]","type":"string","description":"One student-facing paragraph."},{"field":"checksForUnderstanding","type":"array","description":"Checks on the taught content — at least one must be authored here or on a frame, or the artifact is rejected by name; only the questions are served under the Check Your Understanding heading while expected answers and feedback stay machine-readable."},{"field":"checksForUnderstanding[]","type":"object","description":"One check the learner can answer from the taught content."},{"field":"checksForUnderstanding[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"checksForUnderstanding[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"checksForUnderstanding[].feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"misconceptionWarnings","type":"array","description":"Likely misunderstandings the storyboard anticipates, each paired with how the frames correct it; a row missing either half is dropped structurally, never completed by code."},{"field":"misconceptionWarnings[]","type":"object","description":"One misconception the artifact anticipates and corrects."},{"field":"misconceptionWarnings[].misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconceptionWarnings[].correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."},{"field":"sourceGrounding","type":"array","description":"Source/evidence rows grounding the artifact's important claims."},{"field":"sourceGrounding[]","type":"object","description":"One grounding row."},{"field":"sourceGrounding[].source","type":"string","description":"The source or BrainLift the evidence comes from."},{"field":"sourceGrounding[].evidence","type":"string","description":"The specific evidence used from that source."}]}},{"id":"storyboard-series","title":"Science Storyboard Series Skill","contentType":"storyboard series","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"StoryboardSeriesGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["checksForUnderstanding","contentReferenceRole","contentType","content_kind","continuityPlan","grade","gradeLevel","misconceptionWarnings","objectType","renderer_kind","sections","skillId","sourceEvidenceRequired","storyboards","subject","summary","target","target_ref","title","visualProductionStoryboards"],"currentQualityBar":{"currentScore":0.8226,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"storyboard-series@1","description":"A storyboard series: three or more storyboards teaching the same target as one continuing visual story. The script is the visual-production deliverable (rendererBinding null); every learner-visible narration, caption, and prompt is authored here and serves verbatim as a storyboard_series_artifact.","fields":[{"field":"title","type":"string","description":"The artifact's name exactly as the learner sees it."},{"field":"summary","type":"string","description":"One student-facing sentence saying what the artifact teaches; any count it states must match the arrays it describes exactly."},{"field":"storyboards","type":"array","description":"The series' storyboards — at least 3; each is a complete board whose learner-visible text serves verbatim and whose frames continue the same target evidence."},{"field":"storyboards[].id","type":"string","description":"Storyboard identity; filled positionally (storyboard-1, storyboard-2, ...) when omitted."},{"field":"storyboards[].role","type":"string","description":"The instructional job this storyboard does in the series; filled positionally from the envelope's declared roles when omitted."},{"field":"storyboards[].title","type":"string","description":"The student-facing storyboard title in plain words a learner reads; never production labels like Storyboard or Scene."},{"field":"storyboards[].studentFacingPrompt","type":"string","description":"What the learner does across this storyboard; served as the storyboard section's opening paragraph."},{"field":"storyboards[].frames","type":"array","description":"The storyboard's frames — at least 2; each frame's narration and caption serve verbatim (board-frame@1)."},{"field":"storyboards[].frames[]","type":"object","description":"One storyboard frame."},{"field":"storyboards[].frames[].id","type":"string","description":"Frame identity; filled positionally (frame-1, frame-2, ...) when omitted."},{"field":"storyboards[].frames[].title","type":"string","description":"The student-facing frame title in plain words a learner reads; never production labels like Scene or Frame."},{"field":"storyboards[].frames[].visualDescription","type":"string","description":"The exact visual evidence shown in this frame."},{"field":"storyboards[].frames[].narration","type":"string","description":"The student-facing narration for this frame, served verbatim."},{"field":"storyboards[].frames[].caption","type":"string","description":"A short learner caption for the frame."},{"field":"storyboards[].continuityNote","type":"string","description":"How this storyboard continues the same target evidence from the one before it, so the series reads as one story."},{"field":"storyboards[].checkForUnderstanding","type":"object","description":"One check the learner can answer from the taught content."},{"field":"storyboards[].checkForUnderstanding.question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"storyboards[].checkForUnderstanding.expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"storyboards[].checkForUnderstanding.feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"sections","type":"array","description":"Student-facing sections; the coercer re-derives the served sections verbatim from each storyboard's title, studentFacingPrompt, and numbered frame lines, plus the Check Your Understanding questions."},{"field":"sections[]","type":"object","description":"One served section."},{"field":"sections[].heading","type":"string","description":"The section heading the learner sees."},{"field":"sections[].paragraphs","type":"array","description":"Student-facing paragraphs, served as authored."},{"field":"sections[].paragraphs[]","type":"string","description":"One student-facing paragraph."},{"field":"checksForUnderstanding","type":"array","description":"Checks on the taught content; the served Check Your Understanding section combines these with each storyboard's own check, and an artifact with no check anywhere is rejected by name."},{"field":"checksForUnderstanding[]","type":"object","description":"One check the learner can answer from the taught content."},{"field":"checksForUnderstanding[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"checksForUnderstanding[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"checksForUnderstanding[].feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"misconceptionWarnings","type":"array","description":"Likely misunderstandings the series anticipates, each paired with a student-facing correction grounded in the taught evidence."},{"field":"misconceptionWarnings[]","type":"object","description":"One misconception the artifact anticipates and corrects."},{"field":"misconceptionWarnings[].misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconceptionWarnings[].correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."},{"field":"sourceGrounding","type":"array","description":"Source/evidence rows grounding the artifact's important claims."},{"field":"sourceGrounding[]","type":"object","description":"One grounding row."},{"field":"sourceGrounding[].source","type":"string","description":"The source or BrainLift the evidence comes from."},{"field":"sourceGrounding[].evidence","type":"string","description":"The specific evidence used from that source."}]}},{"id":"video","title":"Science Video Skill","contentType":"video","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"VideoGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["captionTrack","checksForUnderstanding","contentReferenceRole","contentType","content_kind","grade","gradeLevel","linkedArtifacts","misconceptionWarnings","objectType","renderer_kind","requestedSubskills","scenes","sections","skillId","sourceEvidenceRequired","subject","subskillPolicy","summary","target","target_ref","title","videoPlan"],"currentQualityBar":{"currentScore":0.866,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"video@1","description":"A complete video lesson authored as scenes. The authored scenes ARE the servable contract: narration, captions, and learner sections serve the authored text verbatim, the caption track is a duration-aware verbatim projection of the shipped scenes, and the Alpha render prompt is a verbatim projection of the authored title, summary, and scene bytes (the wave-6 law audit closed the render-ignores-authored-scenes seam: a scene-less artifact gets no render job, never a code-composed brief).","fields":[{"field":"title","type":"string","description":"The artifact's name exactly as the learner sees it."},{"field":"summary","type":"string","description":"One student-facing sentence saying what the artifact teaches; any count it states must match the arrays it describes exactly."},{"field":"scenes","type":"array","description":"The video's scenes in play order — at least 3; every scene's narration serves verbatim as the learner lines and the caption track mirrors it."},{"field":"scenes[]","type":"object","description":"One video scene."},{"field":"scenes[].id","type":"string","description":"Scene identity; filled positionally (scene-1, scene-2, ...) when omitted."},{"field":"scenes[].role","type":"string","description":"The instructional job this scene does (start, model, try it, recap)."},{"field":"scenes[].title","type":"string","description":"The student-facing scene title."},{"field":"scenes[].visualDescription","type":"string","description":"The exact visual evidence shown in the scene."},{"field":"scenes[].narration","type":"string","description":"The student-facing narration for this scene, served verbatim as the learner lines."},{"field":"scenes[].caption","type":"string","description":"A caption that matches the narration."},{"field":"scenes[].durationSeconds","type":"number","description":"How long the scene runs, in seconds."},{"field":"scenes[].studentFacingPrompt","type":"string","description":"The learner action for this scene."},{"field":"scenes[].checkForUnderstanding","type":"object","description":"An optional check on this scene's content, shaped by check-for-understanding@1."},{"field":"scenes[].checkForUnderstanding.question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"scenes[].checkForUnderstanding.expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"scenes[].checkForUnderstanding.feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"sections","type":"array","description":"Student-facing sections the platform serves as authored; a lane may re-derive them verbatim from its authored fields. No code cap: any bound is entry-declared with a named defect (reject-by-name, manifest §3h)."},{"field":"sections[]","type":"object","description":"One served section."},{"field":"sections[].heading","type":"string","description":"The section heading the learner sees."},{"field":"sections[].paragraphs","type":"array","description":"Student-facing paragraphs, served as authored."},{"field":"sections[].paragraphs[]","type":"string","description":"One student-facing paragraph."},{"field":"checksForUnderstanding","type":"array","description":"Checks on the taught content (scene-level checks fold in); the first question is served in the Check Your Understanding section while expected answers and feedback stay machine-readable, never printed under the question."},{"field":"checksForUnderstanding[]","type":"object","description":"One check the learner can answer from the taught content."},{"field":"checksForUnderstanding[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"checksForUnderstanding[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"checksForUnderstanding[].feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"misconceptionWarnings","type":"array","description":"Likely misunderstandings the video anticipates, each paired with how the taught evidence corrects it."},{"field":"misconceptionWarnings[]","type":"object","description":"One misconception the artifact anticipates and corrects."},{"field":"misconceptionWarnings[].misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconceptionWarnings[].correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."},{"field":"sourceGrounding","type":"array","description":"Source/evidence rows grounding the artifact's important claims."},{"field":"sourceGrounding[]","type":"object","description":"One grounding row."},{"field":"sourceGrounding[].source","type":"string","description":"The source or BrainLift the evidence comes from."},{"field":"sourceGrounding[].evidence","type":"string","description":"The specific evidence used from that source."}]}},{"id":"test-spec","title":"Science Test Spec Skill","contentType":"test spec","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"TestSpecGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["assessmentScope","blueprintRows","checksForUnderstanding","contentReferenceRole","contentType","content_kind","difficultyAndInteractionConstraints","formCount","grade","gradeLevel","itemFormCounts","knowledgeComponentCoverage","masteryBoundary","misconceptionWarnings","objectType","renderer_kind","reportingCategories","sections","skillId","sourceEvidenceRequired","standardsAlignment","subject","summary","target","target_ref","testSpecPlan","title","totalItemCount","totalPlannedItemCount"],"currentQualityBar":{"currentScore":0.864,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"test-spec@1","fields":[{"field":"title","type":"string","description":"The artifact's name exactly as the learner sees it."},{"field":"summary","type":"string","description":"One student-facing sentence saying what the artifact teaches; any count it states must match the arrays it describes exactly."},{"field":"standardsAlignment","type":"array","description":"The named academic standards this test measures, each carrying its framework and code — a spec naming no standard cannot be defended to a standards audit and is rejected by name (#3426). Alignment is bidirectional: every blueprint row’s content must be covered by a listed standard, and every listed standard must have at least one row planning items for it (live judge verdict 2026-07-30, run generation-1785434168976-05878211: a claimed 4-LS1-1 no row planned, and 6 of 10 planned items covered by no listed standard, correctness-gated the spec). The exemplar carries the rule because only the rendered exemplar reaches the author (#3435 precedent)."},{"field":"standardsAlignment[]","type":"string","description":"One named standards reference with its framework code."},{"field":"masteryBoundary","type":"string","description":"The explicit mastery boundary as a quantified cut score or minimum-evidence rule; a spec with no number to score a form against is rejected by name (#3426)."},{"field":"blueprintRows","type":"array","description":"The blueprint rows item writers execute — at least 3; each row plans one reporting category's items and serves verbatim as a student-visible section. The single blueprint sub-schema consumed by the test/test-bank conformance path."},{"field":"blueprintRows[]","type":"object","description":"One blueprint row."},{"field":"blueprintRows[].id","type":"string","description":"Row identity, descriptive of the row (generic ids like item1 are rejected by name); filled positionally (blueprint-row-1, blueprint-row-2, ...) when omitted. The blueprint conformance gate traces every delivered item back to a row by this id."},{"field":"blueprintRows[].role","type":"string","description":"The row's job in the assessment arc — diagnostic, practice, mastery, or review; filled positionally from the entry's declared roles when omitted."},{"field":"blueprintRows[].reportingCategory","type":"string","description":"The content reporting category this row's items report under; it heads the row's served student section verbatim, so an authoring purpose label (\"prerequisite fluency\", \"target skill\", a bare role word) in this slot is rejected by name (#3435). The hint carries the ban because only the rendered exemplar reaches the author (2026-07-30 RCA: every live first attempt purpose-labeled this slot while the rule sat unrendered in this description)."},{"field":"blueprintRows[].kcId","type":"string","description":"The knowledge component id this row's items assess."},{"field":"blueprintRows[].kcLabel","type":"string","description":"The student-safe knowledge component label; the blueprint conformance path carries it onto delivered items."},{"field":"blueprintRows[].knowledgeComponents","type":"array","description":"The specific knowledge components this row's items draw on."},{"field":"blueprintRows[].knowledgeComponents[]","type":"string","description":"One specific knowledge component."},{"field":"blueprintRows[].itemCount","type":"number"},{"field":"blueprintRows[].interactionTypes","type":"array","description":"The interaction types this row's items may use."},{"field":"blueprintRows[].interactionTypes[]","type":"string","description":"One interaction type."},{"field":"blueprintRows[].difficultyRange","type":"string","description":"The difficulty band this row's items stay inside."},{"field":"blueprintRows[].sampleStem","type":"string","description":"A concrete item-writing prompt showing what a stem for this row looks like; a facilitator directive (\"Ask which...\") a student working alone cannot follow, or a KC:/Claim:/Evidence:/Task:/Scoring: authoring label ladder, is rejected by name (#3435)."},{"field":"blueprintRows[].expectedEvidence","type":"string","description":"The evidence the student must show for items in this row, served verbatim as a list line."},{"field":"blueprintRows[].studentFacingPrompt","type":"string","description":"The student-safe summary of what this row asks the student to show, served verbatim as the row section's paragraph."},{"field":"blueprintRows[].misconceptionTarget","type":"string","description":"The likely misconception this row's items target."},{"field":"blueprintRows[].misconceptionCorrection","type":"string","description":"How item feedback should correct it, in student-safe language."},{"field":"sections","type":"array","description":"Student-facing sections; the coercer re-derives the served sections verbatim from each row — the authored reportingCategory heads the section, the studentFacingPrompt is its paragraph, and the sampleStem, expectedEvidence, and misconception fields are its list lines. No wrapper sentences, no label ladders (#2963)."},{"field":"sections[]","type":"object","description":"One served section."},{"field":"sections[].heading","type":"string","description":"The section heading the learner sees."},{"field":"sections[].paragraphs","type":"array","description":"Student-facing paragraphs, served as authored."},{"field":"sections[].paragraphs[]","type":"string","description":"One student-facing paragraph."},{"field":"checksForUnderstanding","type":"array","description":"Authored checks are accepted but a test-spec ships checksForUnderstanding EMPTY and a check never renders (#3435/#3234 omit-rather-than-fill): scoring lives in the blueprint, so serving a check here would pose a question whose key this artifact never carries."},{"field":"checksForUnderstanding[]","type":"object","description":"One check the learner can answer from the taught content."},{"field":"checksForUnderstanding[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"checksForUnderstanding[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"checksForUnderstanding[].feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"misconceptionWarnings","type":"array","description":"Likely misconceptions the test anticipates, each paired with how item feedback corrects it; warnings missing either half are dropped structurally, never completed."},{"field":"misconceptionWarnings[]","type":"object","description":"One misconception the artifact anticipates and corrects."},{"field":"misconceptionWarnings[].misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconceptionWarnings[].correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."},{"field":"sourceGrounding","type":"array","description":"Source/evidence rows grounding the artifact's important claims."},{"field":"sourceGrounding[]","type":"object","description":"One grounding row."},{"field":"sourceGrounding[].source","type":"string","description":"The source or BrainLift the evidence comes from."},{"field":"sourceGrounding[].evidence","type":"string","description":"The specific evidence used from that source."}]}},{"id":"test","title":"Science Test Skill","contentType":"test","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"runtimeSupport":{"requiredCapability":"qtiAssessmentTestForm","verified":true,"renderingState":"verified_partial","evidence":{"source":"https://platform3-andymontgomery-9773s-projects.vercel.app/player/renderer-capabilities.json","status":"loaded","asOf":"2026-08-07","fetchedAt":"2026-08-12T07:41:41.062Z"}},"qualityCleared":false,"returnType":"TestGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["checksForUnderstanding","contentReferenceRole","content_kind","misconceptionWarnings","objectType","renderer_kind","sections","sourceEvidenceRequired","summary","target_ref","testItems","title"],"currentQualityBar":{"currentScore":0.8799,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"test@1","fields":[]}},{"id":"test-bank","title":"Science Test Bank Skill","contentType":"test bank","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"runtimeSupport":{"requiredCapability":"testBank","verified":true,"renderingState":"verified_partial","evidence":{"source":"https://platform3-andymontgomery-9773s-projects.vercel.app/player/renderer-capabilities.json","status":"loaded","asOf":"2026-08-07","fetchedAt":"2026-08-12T07:41:41.062Z"}},"qualityCleared":false,"returnType":"TestBankGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["contentReferenceRole","contentType","formPlan","forms","grade","gradeLevel","itemPool","masteryGateReadiness","objectType","renderer_kind","sections","skillId","subject","summary","target_ref","title"],"currentQualityBar":{"currentScore":0.8686,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"test-bank@1","description":"The pool's ONLY model-authored payload at this entry's level: the slot plan (shared part slot-plan@1) — the learner-facing wrapper (title + summary, served verbatim) plus one slot per pool item. Every other student-visible word in a served pool comes from the per-slot question@1 member author (inputSchema.composition); equivalent forms are dealt from the pool by the registered deterministic form-deal (sanctionedTransforms) — a non-authoring composition that writes no student text.","fields":[{"field":"title","type":"string","description":"The bank's learner-facing title in the author's own words — never the objective statement, an authoring header, or a stem fragment; serves verbatim."},{"field":"summary","type":"string","description":"One or two learner-facing sentences introducing the practice set in the author's own words — never grader design-talk or the verbatim objective; serves verbatim."},{"field":"slots","type":"array","description":"One slot per item the bank will hold; the bank composes a fresh item authored to each slot's plan, and a slot the item author cannot fill is dropped with the reason recorded, never padded."},{"field":"slots[]","type":"object","description":"One slot's plan."},{"field":"slots[].difficulty","type":"string","description":"The difficulty the slot's item is authored to; difficulties are mixed deliberately across the bank."},{"field":"slots[].dok","type":"string","description":"The Depth-of-Knowledge level the slot's item is authored to."},{"field":"slots[].scenario","type":"string","description":"A concrete scenario family in a few words, distinct from every other slot's — no two slots may share a scenario family."},{"field":"slots[].authoringAngle","type":"string","description":"One sentence directing this slot's item author to a distinct scenario, evidence focus, and misconception; never a restatement of the target."}]}},{"id":"question-bank","title":"Science Question Bank Skill","contentType":"question bank","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"runtimeSupport":{"requiredCapability":"qtiAssessmentItem","verified":true,"renderingState":"verified_partial","evidence":{"source":"https://platform3-andymontgomery-9773s-projects.vercel.app/player/renderer-capabilities.json","status":"loaded","asOf":"2026-08-07","fetchedAt":"2026-08-12T07:41:41.062Z"}},"qualityCleared":false,"returnType":"QuestionBankGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["checksForUnderstanding","contentReferenceRole","contentType","grade","gradeLevel","misconceptionWarnings","objectType","questionBankItems","renderer_kind","sections","skillId","subject","summary","target_ref","title"],"currentQualityBar":{"currentScore":0.9313,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"question-bank@1","description":"The bank's ONLY model-authored payload at this entry's level: the slot plan (shared part slot-plan@1) — the learner-facing wrapper (title + summary, served verbatim) plus the per-slot plan rows. Every other student-visible word in a served bank comes from the per-slot question@1 member author (inputSchema.composition) — the bank declares NO item schema of its own.","fields":[{"field":"title","type":"string","description":"The bank's learner-facing title in the author's own words — never the objective statement, an authoring header, or a stem fragment; serves verbatim."},{"field":"summary","type":"string","description":"One or two learner-facing sentences introducing the practice set in the author's own words — never grader design-talk or the verbatim objective; serves verbatim."},{"field":"slots","type":"array","description":"One slot per item the bank will hold; the bank composes a fresh item authored to each slot's plan, and a slot the item author cannot fill is dropped with the reason recorded, never padded."},{"field":"slots[]","type":"object","description":"One slot's plan."},{"field":"slots[].difficulty","type":"string","description":"The difficulty the slot's item is authored to; difficulties are mixed deliberately across the bank."},{"field":"slots[].dok","type":"string","description":"The Depth-of-Knowledge level the slot's item is authored to."},{"field":"slots[].scenario","type":"string","description":"A concrete scenario family in a few words, distinct from every other slot's — no two slots may share a scenario family."},{"field":"slots[].authoringAngle","type":"string","description":"One sentence directing this slot's item author to a distinct scenario, evidence focus, and misconception; never a restatement of the target."}]}},{"id":"decodable","title":"Science Decodable Skill","contentType":"decodable","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"DecodableGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["checksForUnderstanding","contentReferenceRole","content_kind","controlledTextSections","misconceptionWarnings","objectType","phonicsScope","renderer_kind","sections","sourceEvidenceRequired","summary","target_ref","title"],"currentQualityBar":{"currentScore":0.8593,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"decodable@1","description":"A decodable reader the model authors completely: controlled text sections covering the set's functions — word work, connected story text, and a comprehension check (#2585) — whose student-visible text serves verbatim. A defect is a named rejection feeding the bounded author retry, never a rewrite. The deterministic taught-pattern gate declared in inputSchema.taughtPatternGate audits the story text word by word before the judge.","fields":[{"field":"title","type":"string","description":"The artifact's name exactly as the learner sees it."},{"field":"summary","type":"string","description":"One student-facing sentence saying what the artifact teaches; any count it states must match the arrays it describes exactly."},{"field":"controlledTextSections","type":"array","description":"The controlled text sections. A set is complete when its FUNCTIONS are covered — word work, connected story text, and at least one comprehension check, embedded or as its own section (#2585): the strength floor is this declared minimum when the functions are covered, and the generic 3-item proxy otherwise. Every authored text field serves verbatim."},{"field":"controlledTextSections[]","type":"object","description":"One controlled text section."},{"field":"controlledTextSections[].id","type":"string","description":"Section identity, descriptive of the section (generic ids like item1 are rejected by name); filled positionally from the item label (controlled-text-section-1, ...) when omitted."},{"field":"controlledTextSections[].role","type":"string","description":"The section's job in the decodable arc — phonics focus, connected text, comprehension check, review, or transfer; filled positionally from the entry's declared roles when omitted. The deterministic pattern gate audits only connected-text/story sections; word work and re-read directions an adult delivers are exempt."},{"field":"controlledTextSections[].title","type":"string","description":"The student-facing reading title; it heads the served reading part."},{"field":"controlledTextSections[].phonicsFocus","type":"string","description":"The grade-appropriate word or morphology focus this section practices. Author-eyes-only spec language (#2585): it never interpolates into learner text."},{"field":"controlledTextSections[].controlledText","type":"string","description":"The complete controlled passage or reading section the child decodes, served verbatim. When the request declares a checkable short-vowel pattern, the deterministic taught-pattern gate (#2183) audits every story word against the word rules declared in this entry's inputSchema.taughtPatternGate."},{"field":"controlledTextSections[].studentFacingPrompt","type":"string","description":"The text and task the student sees, served verbatim."},{"field":"controlledTextSections[].comprehensionQuestions","type":"array","description":"Comprehension checks embedded in a section; each folds verbatim into the served checksForUnderstanding and answer metadata — a set whose story section embeds its checks needs no separate comprehension-check section (#2585)."},{"field":"controlledTextSections[].comprehensionQuestions[]","type":"object","description":"One comprehension check the learner answers from the passage."},{"field":"controlledTextSections[].comprehensionQuestions[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"controlledTextSections[].comprehensionQuestions[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"controlledTextSections[].comprehensionQuestions[].feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"controlledTextSections[].misconceptionTarget","type":"string","description":"The likely reading misconception this row targets — the misconception@1 row-form fields carried directly on a controlled text; the artifact-level warning derives from the first authored row when the author omits misconceptionWarnings."},{"field":"controlledTextSections[].misconceptionCorrection","type":"string","description":"How feedback should correct that misconception, in student-safe language."},{"field":"sections","type":"array","description":"Student-facing sections; the coercer re-derives the served sections verbatim from each authored text's title, controlled text, and comprehension-check questions — expected answers, feedback, and phonicsFocus never render (#3226/#3232)."},{"field":"sections[]","type":"object","description":"One served section."},{"field":"sections[].heading","type":"string","description":"The section heading the learner sees."},{"field":"sections[].paragraphs","type":"array","description":"Student-facing paragraphs, served as authored."},{"field":"sections[].paragraphs[]","type":"string","description":"One student-facing paragraph."},{"field":"checksForUnderstanding","type":"array","description":"Checks on the taught content; when the author omits them they derive verbatim from the authored embedded comprehension questions. Only questions serve under a check heading; expected answers and feedback stay machine-readable in answer metadata."},{"field":"checksForUnderstanding[]","type":"object","description":"One check the learner can answer from the taught content."},{"field":"checksForUnderstanding[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"checksForUnderstanding[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"checksForUnderstanding[].feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"misconceptionWarnings","type":"array","description":"Likely reading misconceptions paired with corrections; when the author omits them the warning derives from the first authored misconceptionTarget/misconceptionCorrection row — never from topic boilerplate (#2585)."},{"field":"misconceptionWarnings[]","type":"object","description":"One misconception the artifact anticipates and corrects."},{"field":"misconceptionWarnings[].misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconceptionWarnings[].correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."},{"field":"sourceGrounding","type":"array","description":"Source/evidence rows grounding the artifact's important claims."},{"field":"sourceGrounding[]","type":"object","description":"One grounding row."},{"field":"sourceGrounding[].source","type":"string","description":"The source or BrainLift the evidence comes from."},{"field":"sourceGrounding[].evidence","type":"string","description":"The specific evidence used from that source."}]}},{"id":"decodable-bank","title":"Science Decodable Bank Skill","contentType":"decodable bank","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"DecodableBankGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["checksForUnderstanding","comprehensionCoverage","contentReferenceRole","content_kind","controlledTexts","misconceptionWarnings","objectType","phonicsScope","progressionPlan","renderer_kind","sections","sourceEvidenceRequired","summary","target_ref","title"],"currentQualityBar":{"currentScore":0.8657,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"decodable-bank@1","description":"The decodable family's bank envelope variant (manifest §1): the same controlled-text item family served as a bank of standalone controlled texts, one per declared difficulty role (easy → challenge), with itemField and roles absorbed from structuredOptionalContentConfigs. Every authored text field serves verbatim; a defect is a named rejection feeding the bounded author retry, never a rewrite. The taught-pattern gate arms on decodable requests only, never on the bank.","fields":[{"field":"title","type":"string","description":"The artifact's name exactly as the learner sees it."},{"field":"summary","type":"string","description":"One student-facing sentence saying what the artifact teaches; any count it states must match the arrays it describes exactly."},{"field":"controlledTexts","type":"array","description":"The bank's controlled texts — at least 3, each a standalone decodable slot at its role's difficulty; every authored text field serves verbatim. The served progressionPlan, phonicsScope, and comprehensionCoverage derive verbatim from these rows."},{"field":"controlledTexts[]","type":"object","description":"One controlled text slot."},{"field":"controlledTexts[].id","type":"string","description":"Slot identity, descriptive of the bank slot (generic ids like item1 are rejected by name); filled positionally from the item label (controlled-text-1, ...) when omitted."},{"field":"controlledTexts[].role","type":"string","description":"The slot's difficulty step in the bank's progression — easy, medium, review, transfer, or challenge; filled positionally from the entry's declared roles when omitted."},{"field":"controlledTexts[].title","type":"string","description":"The student-facing reading title; it heads the served reading part."},{"field":"controlledTexts[].phonicsFocus","type":"string","description":"The grade-appropriate word or morphology focus this text practices; the served phonicsScope joins the authored values verbatim. Author-eyes-only spec language (#2585): it never interpolates into learner text."},{"field":"controlledTexts[].controlledText","type":"string","description":"The complete controlled passage the child decodes at this slot's difficulty, served verbatim."},{"field":"controlledTexts[].studentFacingPrompt","type":"string","description":"The text and task the student sees, served verbatim."},{"field":"controlledTexts[].comprehensionQuestions","type":"array","description":"Comprehension checks embedded in a controlled text; each folds verbatim into the served comprehensionCoverage and answer metadata."},{"field":"controlledTexts[].comprehensionQuestions[]","type":"object","description":"One comprehension check the learner answers from the passage."},{"field":"controlledTexts[].comprehensionQuestions[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"controlledTexts[].comprehensionQuestions[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"controlledTexts[].comprehensionQuestions[].feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"controlledTexts[].misconceptionTarget","type":"string","description":"The likely reading misconception this row targets — the misconception@1 row-form fields carried directly on a controlled text; the artifact-level warning derives from the first authored row when the author omits misconceptionWarnings."},{"field":"controlledTexts[].misconceptionCorrection","type":"string","description":"How feedback should correct that misconception, in student-safe language."},{"field":"sections","type":"array","description":"Student-facing sections; the coercer re-derives the served sections verbatim from each authored text's title, controlled text, and comprehension-check questions — expected answers, feedback, and phonicsFocus never render (#3226/#3232)."},{"field":"sections[]","type":"object","description":"One served section."},{"field":"sections[].heading","type":"string","description":"The section heading the learner sees."},{"field":"sections[].paragraphs","type":"array","description":"Student-facing paragraphs, served as authored."},{"field":"sections[].paragraphs[]","type":"string","description":"One student-facing paragraph."},{"field":"checksForUnderstanding","type":"array","description":"Checks on the taught content; when the author omits them they derive verbatim from the authored embedded comprehension questions (served bank-side as comprehensionCoverage). Only questions serve under a check heading; expected answers and feedback stay machine-readable in answer metadata."},{"field":"checksForUnderstanding[]","type":"object","description":"One check the learner can answer from the taught content."},{"field":"checksForUnderstanding[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"checksForUnderstanding[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"checksForUnderstanding[].feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"misconceptionWarnings","type":"array","description":"Likely reading misconceptions paired with corrections; when the author omits them the warning derives from the first authored misconceptionTarget/misconceptionCorrection row — never from topic boilerplate (#2585)."},{"field":"misconceptionWarnings[]","type":"object","description":"One misconception the artifact anticipates and corrects."},{"field":"misconceptionWarnings[].misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconceptionWarnings[].correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."},{"field":"sourceGrounding","type":"array","description":"Source/evidence rows grounding the artifact's important claims."},{"field":"sourceGrounding[]","type":"object","description":"One grounding row."},{"field":"sourceGrounding[].source","type":"string","description":"The source or BrainLift the evidence comes from."},{"field":"sourceGrounding[].evidence","type":"string","description":"The specific evidence used from that source."}]}},{"id":"simulation","title":"Science Simulation Skill","contentType":"simulation","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"SimulationGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["checksForUnderstanding","contentReferenceRole","contentType","content_kind","grade","gradeLevel","misconceptionWarnings","objectType","renderer_kind","sections","simulationStates","skillId","sourceEvidenceRequired","subject","summary","target","target_ref","title"],"currentQualityBar":{"currentScore":0.8952,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"simulation@1","description":"A complete interactive simulation: observable states the learner steps through, changing one named variable at a time and reading evidence-backed feedback. First interactive-family promotion (manifest §1): simulation, manipulative, and game share ONE coercer, whose family rules (scaffold-phrase gate, visual-reference trap, generic-id ban, positional identity, required title/summary/check) live in code once — this entry carries only the simulation lane's own data.","fields":[{"field":"title","type":"string","description":"The artifact's name exactly as the learner sees it."},{"field":"summary","type":"string","description":"One student-facing sentence saying what the artifact teaches; any count it states must match the arrays it describes exactly."},{"field":"simulationStates","type":"array","description":"The observable states the learner steps through — at least 3; every authored text field serves verbatim, and a state written as template scaffold phrasing instead of concrete observable content is rejected by name."},{"field":"simulationStates[]","type":"object","description":"One simulation state."},{"field":"simulationStates[].id","type":"string","description":"State identity, descriptive of the state (generic ids like item1 are rejected by name); filled positionally (simulation-state-1, simulation-state-2, ...) when omitted."},{"field":"simulationStates[].role","type":"string","description":"The instructional job this state does; cycled positionally through the envelope roles when omitted."},{"field":"simulationStates[].title","type":"string","description":"The student-facing state title, served verbatim as the state's section heading."},{"field":"simulationStates[].studentFacingPrompt","type":"string","description":"What the learner observes or changes in this state, served verbatim; a prompt that directs the learner to a visual no state carries is rejected by name."},{"field":"simulationStates[].variableName","type":"string","description":"The specific variable this state observes or changes."},{"field":"simulationStates[].initialState","type":"string","description":"The observable starting condition, described concretely."},{"field":"simulationStates[].changedState","type":"string","description":"The observable condition after the change, described concretely."},{"field":"simulationStates[].learnerAction","type":"string","description":"What the learner manipulates or predicts in this state."},{"field":"simulationStates[].feedback","type":"string","description":"Evidence-backed feedback on what the learner just observed or did."},{"field":"sections","type":"array","description":"Student-facing sections; the coercer re-derives the served sections verbatim from each state's title, prompt, and observable evidence lines, plus the first check question — authored sections are never served directly."},{"field":"sections[]","type":"object","description":"One served section."},{"field":"sections[].heading","type":"string","description":"The section heading the learner sees."},{"field":"sections[].paragraphs","type":"array","description":"Student-facing paragraphs, served as authored."},{"field":"sections[].paragraphs[]","type":"string","description":"One student-facing paragraph."},{"field":"checksForUnderstanding","type":"array","description":"Checks on the taught content — at least one with an answerable question; only the first question is served under the Check Your Understanding heading while expected answers and feedback stay machine-readable, never printed under the question."},{"field":"checksForUnderstanding[]","type":"object","description":"One check the learner can answer from the taught content."},{"field":"checksForUnderstanding[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"checksForUnderstanding[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"checksForUnderstanding[].feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"misconceptionWarnings","type":"array","description":"Likely misunderstandings the simulation anticipates, each paired with how it is corrected; warnings missing either half are dropped structurally, never completed."},{"field":"misconceptionWarnings[]","type":"object","description":"One misconception the artifact anticipates and corrects."},{"field":"misconceptionWarnings[].misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconceptionWarnings[].correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."},{"field":"sourceGrounding","type":"array","description":"Source/evidence rows grounding the artifact's important claims."},{"field":"sourceGrounding[]","type":"object","description":"One grounding row."},{"field":"sourceGrounding[].source","type":"string","description":"The source or BrainLift the evidence comes from."},{"field":"sourceGrounding[].evidence","type":"string","description":"The specific evidence used from that source."}]}},{"id":"manipulative","title":"Science Manipulative Skill","contentType":"manipulative","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"ManipulativeGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["checksForUnderstanding","contentReferenceRole","contentType","content_kind","grade","gradeLevel","manipulativeSteps","misconceptionWarnings","objectType","renderer_kind","sections","skillId","sourceEvidenceRequired","subject","summary","target","target_ref","title"],"currentQualityBar":{"currentScore":0.8533,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"manipulative@1","description":"A drag-and-sort manipulative the model authors completely: at least 3 steps, each moving real cards into real bins, with answer keys that never render to the learner (they ship in answerMetadata). Every authored text field serves verbatim; a defect is a named rejection feeding the bounded author retry, never a rewrite.","fields":[{"field":"title","type":"string","description":"The artifact's name exactly as the learner sees it."},{"field":"summary","type":"string","description":"One student-facing sentence saying what the manipulative teaches; apparatus it promises (blocks, counters, tiles, ...) must exist as manipulable objects or the artifact is rejected by name."},{"field":"manipulativeSteps","type":"array","description":"The manipulative's steps in play order — at least 3; ids, refs, roles, and sequence numbers fill positionally when omitted, and every authored text field serves verbatim."},{"field":"manipulativeSteps[]","type":"object","description":"One step the learner works through."},{"field":"manipulativeSteps[].id","type":"string","description":"Step identity, descriptive of the step (generic ids like item1 are rejected by name); filled positionally (manipulative-step-1, manipulative-step-2, ...) when omitted."},{"field":"manipulativeSteps[].role","type":"string","description":"Which move the step makes — setup, drag, compare, correct, or reflect; cycled positionally through the envelope roles when omitted."},{"field":"manipulativeSteps[].title","type":"string","description":"The student-facing action heading for the step, served verbatim as the step's section heading — a real action, never a bare internal step-role label (rejected by name); a title claiming to fix a mistake needs a prompt that presents one."},{"field":"manipulativeSteps[].studentFacingPrompt","type":"string","description":"What the learner sorts, moves, or compares in this step, served verbatim; apparatus it promises must exist as manipulable objects."},{"field":"manipulativeSteps[].manipulableObjects","type":"array","description":"The movable cards the learner manipulates — at least one per step (a manipulative manipulates quantity; a step without a movable object is rejected by name). A card whose label reads onto its correct bin's label and onto no distractor bin is rejected by name (label-echo cueing)."},{"field":"manipulativeSteps[].manipulableObjects[]","type":"object","description":"One movable card."},{"field":"manipulativeSteps[].manipulableObjects[].id","type":"string","description":"Card identity; filled positionally (card-1, card-2, ...) when omitted."},{"field":"manipulativeSteps[].manipulableObjects[].label","type":"string","description":"The student-facing card text, served verbatim as a list line."},{"field":"manipulativeSteps[].manipulableObjects[].correctBin","type":"string","description":"The id or label of the bin this card belongs in; must name an authored bin (mismatch is rejected by name) and never renders — it ships in answerMetadata."},{"field":"manipulativeSteps[].bins","type":"array","description":"The bins the learner sorts cards into; each card's correctBin must name one of them by id or label. Bin ids derive from their labels when omitted."},{"field":"manipulativeSteps[].bins[]","type":"object","description":"One sorting bin."},{"field":"manipulativeSteps[].bins[].id","type":"string","description":"Bin identity; derived from the label when omitted."},{"field":"manipulativeSteps[].bins[].label","type":"string","description":"The student-facing bin label, served verbatim as a list line."},{"field":"manipulativeSteps[].learnerAction","type":"string","description":"What the learner does in the step, served verbatim as a list line."},{"field":"manipulativeSteps[].feedback","type":"string","description":"Evidence-backed feedback for the step, served verbatim."},{"field":"manipulativeSteps[].answerKey","type":"object","description":"Machine-readable answer key for the step (2026-08-05 re-shape: the former open node closed as the one field the coercer reads — it unblocked the §6 manipulative constrained row). correctBin must name an authored bin; a multiple-choice correctChoice key is rejected by name (a manipulative answers by bin, never by letter) and is unemittable by construction under constrained decoding. Never rendered — ships in answerMetadata; legacy open payloads keep their compat read."},{"field":"manipulativeSteps[].answerKey.correctBin","type":"string","description":"The id or label of the authored bin this step's answer resolves to; a key naming no authored bin is rejected by name."},{"field":"sections","type":"array","description":"Student-facing sections; the coercer re-derives the served sections verbatim from step titles, prompts, card and bin labels, learner actions, and the first check question — authored sections are never served directly and answer keys never render."},{"field":"sections[]","type":"object","description":"One served section."},{"field":"sections[].heading","type":"string","description":"The section heading the learner sees."},{"field":"sections[].paragraphs","type":"array","description":"Student-facing paragraphs, served as authored."},{"field":"sections[].paragraphs[]","type":"string","description":"One student-facing paragraph."},{"field":"checksForUnderstanding","type":"array","description":"Checks on the taught content — at least one with an answerable question; only the first question is served under the Check Your Understanding heading while expected answers and feedback stay machine-readable, never printed under the question."},{"field":"checksForUnderstanding[]","type":"object","description":"One check the learner can answer from the taught content."},{"field":"checksForUnderstanding[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"checksForUnderstanding[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"checksForUnderstanding[].feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"misconceptionWarnings","type":"array","description":"Likely misunderstandings the manipulative anticipates, each paired with how it is corrected; warnings missing either half are dropped structurally, never completed."},{"field":"misconceptionWarnings[]","type":"object","description":"One misconception the artifact anticipates and corrects."},{"field":"misconceptionWarnings[].misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconceptionWarnings[].correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."},{"field":"sourceGrounding","type":"array","description":"Source/evidence rows grounding the artifact's important claims."},{"field":"sourceGrounding[]","type":"object","description":"One grounding row."},{"field":"sourceGrounding[].source","type":"string","description":"The source or BrainLift the evidence comes from."},{"field":"sourceGrounding[].evidence","type":"string","description":"The specific evidence used from that source."}]}},{"id":"game","title":"Science Game Skill","contentType":"game","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"GameGenerationResult","parameters":{"skillSpecific":[]},"outputSchema":["checksForUnderstanding","contentReferenceRole","contentType","content_kind","gameRounds","grade","gradeLevel","misconceptionWarnings","objectType","renderer_kind","sections","skillId","sourceEvidenceRequired","subject","summary","target","target_ref","title"],"currentQualityBar":{"currentScore":0.8742,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"game@1","description":"A learning game the model authors completely: at least 3 playable rounds, each with its own rule, prompt, and feedback, with answer keys that never render to the learner (they ship in answerMetadata). Every authored text field serves verbatim; a defect is a named rejection feeding the bounded author retry, never a rewrite. The first consumer of the shared choices@1 and feedback@1 parts.","fields":[{"field":"title","type":"string","description":"The artifact's name exactly as the learner sees it."},{"field":"summary","type":"string","description":"One student-facing sentence saying what the artifact teaches; any count it states must match the arrays it describes exactly."},{"field":"gameRounds","type":"array","description":"The playable rounds — at least 3; each round is a complete, self-contained play whose student-visible text serves verbatim."},{"field":"gameRounds[]","type":"object","description":"One playable round."},{"field":"gameRounds[].id","type":"string","description":"Round identity, descriptive of the round (generic ids like item1 are rejected by name); filled positionally (game-round-1, game-round-2, ...) when omitted."},{"field":"gameRounds[].role","type":"string","description":"The round's job in the game arc — tutorial, round 1, round 2, challenge, or mastery recap; filled positionally from the entry's declared roles when omitted."},{"field":"gameRounds[].title","type":"string","description":"The student-facing round title; it heads the round's served section."},{"field":"gameRounds[].rule","type":"string","description":"One clear game rule for this round in student language; when it differs from the prompt it serves as the round's opening paragraph."},{"field":"gameRounds[].studentFacingPrompt","type":"string","description":"The prompt the student plays against, served verbatim."},{"field":"gameRounds[].interactionType","type":"string","description":"How the student answers the round — multiple choice, multiple response, or short answer."},{"field":"gameRounds[].choices","type":"array","description":"Every option the item offers, in authored order (any shuffle is the sanctioned byte-checked letter remap)."},{"field":"gameRounds[].choices[]","type":"object","description":"One answer option."},{"field":"gameRounds[].choices[].id","type":"string","description":"The option's letter identity (A, B, C, ...); filled from the option's position when omitted — the position-letter default."},{"field":"gameRounds[].choices[].text","type":"string","description":"The student-facing option text, served verbatim; never rewritten, completed, or truncated by code."},{"field":"gameRounds[].correctChoice","type":"string","description":"The id of the round's one correct choice; a choice round needs at least 2 uniquely-worded choices with unique ids and a correctChoice naming a real choice id, or it is rejected by name. Never student-visible — it ships in answerMetadata only."},{"field":"gameRounds[].feedback","type":"object","description":"The feedback object a game round carries."},{"field":"gameRounds[].feedback.correct","type":"string","description":"Why the correct choice is evidence-backed."},{"field":"gameRounds[].feedback.retry","type":"string","description":"What the student should check before retrying the round."},{"field":"gameRounds[].feedback.misconception","type":"string","description":"The likely misconception the round corrects."},{"field":"gameRounds[].visualDescription","type":"string","description":"The exact visual evidence shown when the round needs a visual; text that directs the student to a visual no round carries is rejected by name."},{"field":"gameRounds[].caption","type":"string","description":"A short student-facing caption for the round's visual."},{"field":"sections","type":"array","description":"Student-facing sections; the coercer re-derives the served sections verbatim from each round's title, rule, prompt, choice lines, and retry/misconception feedback, plus the first check question — answer keys never render."},{"field":"sections[]","type":"object","description":"One served section."},{"field":"sections[].heading","type":"string","description":"The section heading the learner sees."},{"field":"sections[].paragraphs","type":"array","description":"Student-facing paragraphs, served as authored."},{"field":"sections[].paragraphs[]","type":"string","description":"One student-facing paragraph."},{"field":"checksForUnderstanding","type":"array","description":"Checks on the played content — at least one with an answerable question; only the first question is served under the Check Your Understanding heading while expected answers and feedback stay machine-readable, never printed under the question."},{"field":"checksForUnderstanding[]","type":"object","description":"One check the learner can answer from the taught content."},{"field":"checksForUnderstanding[].question","type":"string","description":"A check question answerable from the taught content, never by copying a printed label."},{"field":"checksForUnderstanding[].expectedAnswer","type":"string","description":"The evidence-backed answer the check expects; machine-readable, never served under the question."},{"field":"checksForUnderstanding[].feedback","type":"string","description":"Student-facing guidance for revising a wrong answer using the taught evidence."},{"field":"misconceptionWarnings","type":"array","description":"Likely misconceptions the game anticipates, each paired with how it is corrected; warnings missing either half are dropped structurally, never completed."},{"field":"misconceptionWarnings[]","type":"object","description":"One misconception the artifact anticipates and corrects."},{"field":"misconceptionWarnings[].misconception","type":"string","description":"A real, content-specific misunderstanding a learner is likely to bring or form."},{"field":"misconceptionWarnings[].correction","type":"string","description":"How the artifact corrects that misunderstanding, grounded in the taught evidence."},{"field":"sourceGrounding","type":"array","description":"Source/evidence rows grounding the artifact's important claims."},{"field":"sourceGrounding[]","type":"object","description":"One grounding row."},{"field":"sourceGrounding[].source","type":"string","description":"The source or BrainLift the evidence comes from."},{"field":"sourceGrounding[].evidence","type":"string","description":"The specific evidence used from that source."}]}},{"id":"canonical-kc-synthesis","title":"Canonical KC Synthesis Skill","contentType":"canonical-kc-synthesis","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumCanonicalKcSynthesisResult","parameters":{"skillSpecific":[{"id":"gradeRange","label":"Grade range","type":"string","required":false}]},"outputSchema":["batchId","canonicalFrameworkRef","canonicalKcScope","canonicalKcSynthesisArtifactRef","canonicalKcs","canonicalPrerequisites","contentType","dependsOn","expectedInputs","grade","objectType","outputArtifactRef","scopeKcRefs","sections","skillId","stage","standardsScopeProfile","standardsScopeProfileId","subject","summary","syntheticFallbackCanonicalKcsGenerated","target","title","artifactFamily"],"currentQualityBar":{"currentScore":0.4593,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"canonical-kc-synthesis@1","description":"The authored canonical KC synthesis artifact: the canonical knowledge components merged from the chained source-lane KC trees, each citing the source KCs and standards it merges, the authored teaching order, and a coverage plan whose counts must equal the authored rows. The coercer derives the Platform 3 write envelope, provenance joins, and trace rows FROM these rows (#2768) and never writes a sentence of its own.","fields":[{"field":"title","type":"string","description":"Operator-facing artifact title naming the scope; rejected by name when blank."},{"field":"summary","type":"string","description":"What this canonical KC set contains, in the author's own words; every count stated must match the authored arrays."},{"field":"canonicalKcs","type":"array","description":"The canonical knowledge components, one row per merged canonical KC; empty rejects by name (authored-canonical-kc-synthesis-missing-canonical-kcs)."},{"field":"canonicalKcs[]","type":"object","description":"One canonical knowledge component merged from the cited source-lane KCs."},{"field":"canonicalKcs[].id","type":"string","description":"Authored canonical KC slug, unique across the set (duplicate ids reject by name); omitted ids fill positionally (canonical-kc-N)."},{"field":"canonicalKcs[].title","type":"string","description":"Short operator-readable canonical KC title, authored fresh for the merged idea; required by name."},{"field":"canonicalKcs[].claim","type":"string","description":"ONE sentence stating the single learnable idea this canonical KC carries; required by name."},{"field":"canonicalKcs[].learnableIdea","type":"string","description":"The idea a learner masters, in plain words; when omitted the claim serves verbatim (verbatim-alias-fill)."},{"field":"canonicalKcs[].kcGranularity","type":"string","description":"Canonical KC granularity; the coercer reads this enum and its default FROM the entry (declared-default-fill)."},{"field":"canonicalKcs[].warrantTag","type":"string","description":"The mastery-evidence warrant this canonical KC demands; normalized by normalizeAtomicKcWarrantTag with the entry's declared default."},{"field":"canonicalKcs[].gradeBand","type":"string","description":"The grade or grade range this canonical KC belongs to; unparseable bands fall back to the request's standards grade ids."},{"field":"canonicalKcs[].mergeRationale","type":"string","description":"Why the cited source KCs are one canonical idea (or why this KC stands alone) — the synthesis judgment, stated by its author."},{"field":"prerequisites","type":"array","description":"Authored precedes edges between authored canonical KCs; unknown refs and self-edges reject by name. Author an edge only where the source lanes' evidence supports the order."},{"field":"prerequisites[]","type":"object","description":"One authored precedes edge."},{"field":"prerequisites[].fromRef","type":"string","description":"The authored canonical KC id taught first; must name an authored canonical KC."},{"field":"prerequisites[].toRef","type":"string","description":"The authored canonical KC id that depends on fromRef; must name an authored canonical KC."},{"field":"prerequisites[].rationale","type":"string","description":"Why this edge exists, grounded in the source lanes' evidence."},{"field":"synthesisOrder","type":"array","description":"Authored canonical KC ids in teaching order; unknown refs reject by name. With no authored prerequisites, adjacent entries project mechanically into canonical_kc_prerequisite rows (envelope-derived-from-authored-rows); two or more canonical KCs with neither ordering signal reject by name."},{"field":"synthesisOrder[]","type":"string","description":"One authored canonical KC id, in the order it should be taught."}]}},{"id":"content-materialization","title":"Content Materialization Skill","contentType":"content-materialization","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumContentMaterializationResult","parameters":{"skillSpecific":[{"id":"optionalContentEnrichmentMode","label":"Optional enrichment","type":"enum","required":false,"values":["plan templates only","materialize selected optional skills","disabled"]},{"id":"optionalContentSkillIds","label":"Optional Content skills","type":"array","required":false,"values":["question","test-spec","test","article-series","interactive-article","decodable","decodable-bank","audio-script","storyboard","storyboard-series","video","interactive-video","simulation","manipulative","game"]},{"id":"gradeRange","label":"Grade range","type":"string","required":false},{"id":"materializationPolicy","label":"Materialization policy","type":"enum","required":false,"values":["generate missing content","reference existing artifacts","plan only"]}]},"outputSchema":["batchId","canonicalKcSynthesisArtifactRef","contentMaterializationArtifactRef","linkedArtifacts","linkedContentArtifactRefs","materializesFlatContent","objectType","outputArtifactRef","parentSkillId","scopeKcRefs","scopeKcRefsRequiredBeforeDryRun","sections","skillId","stage","standardsScopeProfile","standardsScopeProfileId","summary","suppliedLinkedArtifactCount","syntheticFallbackScopeKcRefsGenerated","title","artifactFamily"],"currentQualityBar":{"currentScore":0.4912,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"content-materialization@1","fields":[]}},{"id":"curriculum-course","title":"Curriculum Course Skill","contentType":"curriculum-course","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumCourseAssemblyResult","parameters":{"skillSpecific":[{"id":"courseKind","label":"Course kind","type":"enum","required":false,"values":["static","dynamic"]},{"id":"coursePurpose","label":"Course purpose","type":"enum","required":false,"values":["core","review","intervention","enrichment"]},{"id":"audience","label":"Course audience","type":"enum","required":false,"values":["shared","personalized"]},{"id":"courseGradeMode","label":"Grade mode","type":"enum","required":false,"values":["single_grade","multi_grade"]},{"id":"courseGradeLevels","label":"Course grades","type":"string","required":false},{"id":"courseStructure","label":"Course structure","type":"enum","required":false,"values":["track","grade","course","unit","full alpha hierarchy","full track with courses"]},{"id":"includePlacementGates","label":"Placement gates","type":"enum","required":false,"values":["yes","no"]},{"id":"materializationPolicy","label":"Materialization policy","type":"enum","required":false,"values":["generate missing content","reference existing artifacts","plan only"]},{"id":"placementGateFormCount","label":"Placement forms","type":"enum","required":false,"values":["1 form","2 forms","3 forms","5 forms"]},{"id":"placementGateFormEquivalence","label":"Form equivalence","type":"enum","required":false,"values":["strict","balanced","best effort"]},{"id":"publicationStatus","label":"Publication status","type":"enum","required":false,"values":["draft","published"]},{"id":"assemblyPolicy","label":"Assembly policy","type":"enum","required":false,"values":["standards order","KC prerequisite order","mastery-gate order","source order"]}]},"outputSchema":["associations","canonicalKcSynthesisArtifactRef","components","contentReferences","contentType","coverageSummary","curriculumCourseArtifactRef","grade","lessonSetComponents","objectType","outputArtifactRef","placementCandidates","placementGateComponents","scopeKcRefs","sections","skillId","standardsScopeProfile","standardsScopeProfileId","standards_framework_refs","subject","summary","target","title","artifactFamily"],"currentQualityBar":{"currentScore":0.5659,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"curriculum-course@1","description":"The authored course tree: the container spine (track -> grade -> course -> declared hierarchy), lesson-set components covering every scoped KC, placement gates referencing Content test-banks, and a coverage summary whose counts must equal the authored rows. The coercer derives containment, placement candidates, plan rows, and the Platform 3 write envelope FROM these rows (#2768); the container-kind enum follows the request's courseHierarchyKinds parameter.","fields":[{"field":"title","type":"string","description":"Operator-facing course title; rejected by name when blank."},{"field":"summary","type":"string","description":"What this course tree contains, in the author's own words; every count stated must match the authored arrays."},{"field":"containerComponents","type":"array","description":"The container spine rows; track, grade, and course must all appear or the missing kind rejects by name."},{"field":"containerComponents[]","type":"object","description":"One container component."},{"field":"containerComponents[].id","type":"string","description":"Authored container slug, unique across the tree (duplicates reject by name); omitted ids fill positionally (kind-N)."},{"field":"containerComponents[].kind","type":"string","description":"The container kind — the hint carries the default spine; the serving prompt projects the request's courseHierarchyKinds over it, and unknown kinds reject by name."},{"field":"containerComponents[].title","type":"string","description":"Operator-readable container title; required by name."},{"field":"containerComponents[].parentId","type":"string","description":"The container this nests under (empty string for the root track); a parentId matching no authored component rejects by name."},{"field":"containerComponents[].position","type":"number","description":"Sibling position; omitted positions fill positionally (positional-identity)."},{"field":"lessonSetComponents","type":"array","description":"The lesson-set components; together their targetKcRefs must cover EVERY scoped KC or the uncovered refs reject by name."},{"field":"lessonSetComponents[]","type":"object","description":"One lesson-set component."},{"field":"lessonSetComponents[].id","type":"string","description":"Authored lesson-set slug, unique across the tree (duplicates reject by name); omitted ids fill positionally (lesson-set-N)."},{"field":"lessonSetComponents[].title","type":"string","description":"Operator-readable lesson-set title naming what it teaches; required by name."},{"field":"lessonSetComponents[].parentId","type":"string","description":"The container this lesson-set sits under."},{"field":"lessonSetComponents[].targetKcRefs","type":"array","description":"The scoped canonical KC refs this lesson set covers, each copied VERBATIM from the scoped-canonical-KC-refs block above; refs outside the scope reject by name, an empty list covers nothing (rejects by name), and a single lesson set may carry no more scoped refs than curriculum-lesson-set@1's admission ceiling (split a larger scope across multiple lesson-set components)."},{"field":"lessonSetComponents[].targetKcRefs[]","type":"string","description":"One scoped canonical KC ref."},{"field":"lessonSetComponents[].position","type":"number","description":"Sibling position; omitted positions fill positionally (positional-identity)."},{"field":"placementGateComponents","type":"array","description":"The placement gates, each under the grade container and referencing a Content test-bank by targetRef; title and testBankTargetRef are required by name."},{"field":"placementGateComponents[]","type":"object","description":"One placement gate component."},{"field":"placementGateComponents[].id","type":"string","description":"Authored gate slug, unique across the tree (duplicates reject by name); omitted ids fill positionally (placement-gate-N)."},{"field":"placementGateComponents[].title","type":"string","description":"Operator-readable placement gate title; required by name."},{"field":"placementGateComponents[].parentId","type":"string","description":"The grade container id."},{"field":"placementGateComponents[].testBankTargetRef","type":"string","description":"The Content-owned test-bank ref this gate serves; required by name."},{"field":"placementGateComponents[].position","type":"number","description":"Sibling position; omitted positions fill positionally (positional-identity)."},{"field":"coverageSummary","type":"object","description":"Authored coverage counts and sequencing rationale; each count must equal the authored rows it counts or the artifact rejects by name (authored-curriculum-course-count-mismatch)."},{"field":"coverageSummary.scopedKcCount","type":"number","description":"The scope size the request gave; checked only when a scope was given."},{"field":"coverageSummary.coveredKcCount","type":"number","description":"Distinct targetKcRefs across the authored lesson sets."},{"field":"coverageSummary.lessonSetCount","type":"number","description":"Authored lessonSetComponents rows."},{"field":"coverageSummary.placementGateCount","type":"number","description":"Authored placementGateComponents rows."},{"field":"coverageSummary.rationale","type":"string","description":"How the sequence follows the sequencing brief and the source standards order."}]}},{"id":"curriculum-generation-plan","title":"Curriculum Generation Plan Skill","contentType":"curriculum-generation-plan","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumGenerationPlanResult","parameters":{"skillSpecific":[{"id":"subjectScope","label":"Subject scope","type":"array","required":false,"values":["math","reading","language","science","vocabulary","writing","social_studies","arts","world_languages","engineering_technology","health","physical_education","financial_literacy","career_technical_education","social_emotional_learning","media_literacy"]},{"id":"gradeScope","label":"Grade scope","type":"string","required":false},{"id":"standardsSourceScope","label":"Standards sources","type":"array","required":false,"values":["state standards","national standards","district standards","third-party standards","local standards","NGSS","CCSS","C3_FRAMEWORK","NCAS","ACTFL_WORLD_READINESS","CSTA_K12_CS","ITEEA_STEL","SHAPE_NHES","SHAPE_PE","JUMPSTART_CEE_PFE","ADVANCE_CTE_CAREER_CLUSTERS","CASEL_SEL_FRAMEWORK","NAMLE_CORE_PRINCIPLES","DISTRICT","PUBLISHER_SCOPE_SEQUENCE","VENDOR_SKILL_GRAPH","ASSESSMENT_BLUEPRINT"]},{"id":"jurisdictionScope","label":"Jurisdiction scope","type":"string","required":false},{"id":"optionalContentEnrichmentMode","label":"Optional enrichment","type":"enum","required":false,"values":["plan templates only","materialize selected optional skills","disabled"]},{"id":"optionalContentSkillIds","label":"Optional Content skills","type":"array","required":false,"values":["question","test-spec","test","article-series","interactive-article","decodable","decodable-bank","audio-script","storyboard","storyboard-series","video","interactive-video","simulation","manipulative","game"]}]},"outputSchema":["contentType","coverageCells","coverageRationale","grade","objectType","outputArtifactRef","sections","skillId","standardsScopeProfile","standardsScopeProfileId","subject","summary","target","title","verificationGates","artifactFamily"],"currentQualityBar":{"currentScore":0.7034,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"curriculum-generation-plan@1","description":"The authored rollout plan: the executable job list for the REQUESTED scope, ordered through the staged ladder by dependsOn edges, with at least one verification job. A plan-only artifact — the coercer projects stage batches, coverage cells, and verification gates FROM the authored jobs and delegates every write.","fields":[{"field":"title","type":"string","description":"Operator-facing generation plan title; rejected by name when blank."},{"field":"summary","type":"string","description":"What this rollout plan covers, in the author's own words; every count stated must match the authored arrays."},{"field":"coverageRationale","type":"string","description":"Which subjects, grades, and standards lanes this plan covers and why the stage order holds; rejected by name when blank."}]}},{"id":"curriculum-kc-tree","title":"Curriculum KC Tree Skill","contentType":"curriculum-kc-tree","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumKnowledgeComponentTreeResult","parameters":{"skillSpecific":[{"id":"gradeRange","label":"Grade range","type":"string","required":true},{"id":"kcGranularity","label":"KC granularity","type":"enum","required":false,"values":["course","unit","lesson_topic","micro_kc"]},{"id":"treeDepth","label":"Tree depth","type":"enum","required":false,"values":["2 levels","3 levels","4 levels","auto"]}]},"outputSchema":["associations","changeLog","contentType","curriculumKcTreeArtifactRef","grade","knowledgeComponents","objectType","outputArtifactRef","sections","skillId","standardsScopeProfile","standardsScopeProfileId","subject","summary","target","title","artifactFamily"],"currentQualityBar":{"currentScore":0.7128,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"curriculum-kc-tree@1","description":"The authored KC-tree artifact: teachable knowledge components decomposed from the scoped source standards, their containment/prerequisite/standards-map edges, and a coverage plan whose counts must equal the authored rows. The coercer derives the Platform 3 write envelope FROM these rows (#2768) and never writes a sentence of its own.","fields":[{"field":"title","type":"string","description":"Operator-facing artifact title naming the scope; rejected by name when blank."},{"field":"summary","type":"string","description":"What this KC tree contains, in the author's own words; every count stated must match the authored arrays."},{"field":"knowledgeComponents","type":"array","description":"The teachable knowledge components, one row per KC; empty rejects by name (authored-curriculum-kc-tree-missing-knowledge-components)."},{"field":"knowledgeComponents[]","type":"object","description":"One teachable knowledge component decomposed from a source standard."},{"field":"knowledgeComponents[].id","type":"string","description":"Authored KC slug, unique across the tree (duplicate ids reject by name); omitted ids fill positionally (kc-N)."},{"field":"knowledgeComponents[].title","type":"string","description":"Short operator-readable KC title; required by name."},{"field":"knowledgeComponents[].claim","type":"string","description":"ONE sentence stating the single learnable idea this KC carries; required by name."},{"field":"knowledgeComponents[].learnableIdea","type":"string","description":"The idea a learner masters, in plain words; when omitted the claim serves verbatim (verbatim-alias-fill)."},{"field":"knowledgeComponents[].kcGranularity","type":"string","description":"KC granularity; the coercer reads this enum and its default FROM the entry (declared-default-fill)."},{"field":"knowledgeComponents[].warrantTag","type":"string","description":"The mastery-evidence warrant this KC demands; normalized by normalizeAtomicKcWarrantTag with the entry's declared default."},{"field":"knowledgeComponents[].gradeBand","type":"string","description":"The grade or grade range this KC belongs to; unparseable bands fall back to the request's standards grade ids."},{"field":"associations","type":"array","description":"Authored edges between authored KCs; unknown kinds and refs reject by name. isChildOf projects containment, precedes must stay acyclic, and an isPartOf edge is a consistency claim that must match its KC's declared sourceStandardRef."},{"field":"associations[]","type":"object","description":"One authored edge."},{"field":"associations[].kind","type":"string","description":"isChildOf (kc_containment), precedes (kc_prerequisite), or isPartOf (kc_standard_map); anything else rejects by name."},{"field":"associations[].fromRef","type":"string","description":"The authored KC id this edge starts from; must name an authored KC."},{"field":"associations[].toRef","type":"string","description":"The authored KC id this edge points to, or the sourceStandardRef for isPartOf edges."},{"field":"associations[].rationale","type":"string","description":"Why this edge exists; precedes edges must pass the point-of-use test."},{"field":"teachingOrder","type":"array","description":"Authored KC ids in teaching order; unknown refs reject by name. With no authored precedes edges, adjacent entries project mechanically into kc_prerequisite rows (envelope-derived-from-authored-rows); two or more KCs with neither ordering signal reject by name."},{"field":"teachingOrder[]","type":"string","description":"One authored KC id, in the order it should be taught."},{"field":"changeLog","type":"array","description":"The departures the author made against the source rows; rows without a detail are dropped."},{"field":"changeLog[]","type":"object","description":"One authored departure."},{"field":"changeLog[].change","type":"string","description":"The departure kind: split, merge, drop, or add."},{"field":"changeLog[].detail","type":"string","description":"The departure and its quality-bar reason."}]}},{"id":"curriculum-lesson-set","title":"Curriculum Lesson Set Skill","contentType":"curriculum-lesson-set","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumLessonSetResult","parameters":{"skillSpecific":[{"id":"componentKinds","label":"Component kinds","type":"array","required":false,"values":["track","grade","course","unit","module","chapter","section","topic","lesson","practice","review","quiz","test","mastery_gate","remediation_pocket","placeholder"]},{"id":"lessonContentMix","label":"Lesson content mix","type":"array","required":false,"values":["article","image","image-series","question-bank","test-bank","simulation","manipulative","game","video"]},{"id":"materializationPolicy","label":"Materialization policy","type":"enum","required":false,"values":["generate missing content","reference existing artifacts","plan only"]},{"id":"curriculumArticleLength","label":"Article length","type":"enum","required":false,"values":["short","medium","long"]},{"id":"curriculumImageSubtype","label":"Asset image subtype","type":"enum","required":false,"values":["diagram","chart","graph","illustration","photo"]},{"id":"curriculumImageSeriesSize","label":"Review image series size","type":"enum","required":false,"values":["2","3","4","5"]}]},"outputSchema":["associations","canonicalKcSynthesisArtifactRef","components","contentReferences","contentType","curriculumLessonSetArtifactRef","grade","objectType","outputArtifactRef","remediation","scopeKcRefs","sections","skillId","standardsScopeProfile","standardsScopeProfileId","subject","summary","target","title","artifactFamily"],"currentQualityBar":{"currentScore":0.6375,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"curriculum-lesson-set@1","description":"The authored lesson-set plan: components for every scoped canonical KC, content references, PLANNED content-generation jobs (executed later by the content-materialization lane — never inline), gate contracts, and remediation routes for all three typed failure reasons. The coercer derives containment, work orders, coverage bookkeeping, and the Platform 3 write envelope FROM these rows (#2768).","fields":[{"field":"title","type":"string","description":"Operator-facing lesson set title; rejected by name when blank."},{"field":"summary","type":"string","description":"What this lesson set plans, in the author's own words; every count stated must match the authored arrays."},{"field":"components","type":"array","description":"The instructional components; all six kinds (lesson, practice, review, test, mastery_gate, remediation_pocket) must appear or the missing kind rejects by name."},{"field":"components[]","type":"object","description":"One instructional component."},{"field":"components[].id","type":"string","description":"Authored component slug, unique across the set (duplicates reject by name); omitted ids fill positionally (kind-N)."},{"field":"components[].kind","type":"string","description":"One of lesson, practice, review, test, mastery_gate, remediation_pocket; anything else rejects by name."},{"field":"components[].title","type":"string","description":"Operator-readable component title naming what it teaches or checks; required by name."},{"field":"components[].purpose","type":"string","description":"The instructional job of this component in one sentence; required by name."},{"field":"components[].targetKcRef","type":"string","description":"The scoped canonical KC ref this component serves, copied VERBATIM from the scoped-canonical-KC-refs block above; a ref outside the scope rejects by name, and an omitted ref adopts the full request scope."},{"field":"contentReferences","type":"array","description":"content_reference rows binding components to Content-owned artifacts by targetRef; empty rejects by name, and every field is required by name."},{"field":"contentReferences[]","type":"object","description":"One content reference row."},{"field":"contentReferences[].componentId","type":"string","description":"The authored component this reference attaches to; unknown ids reject by name."},{"field":"contentReferences[].targetRef","type":"string","description":"The Content-owned artifact ref (content:<scope-slug>:<role-slug>:1)."},{"field":"contentReferences[].rendererKind","type":"string","description":"The renderer kind serving this reference."},{"field":"contentReferences[].role","type":"string","description":"The instructional role this reference fills."},{"field":"remediationPockets","type":"array","description":"gate_remediation_route rows; all three typed reasons (never_learned, forgot, careless) must be routed or the missing reason rejects by name."},{"field":"remediationPockets[]","type":"object","description":"One remediation route."},{"field":"remediationPockets[].componentId","type":"string","description":"The remediation_pocket component id; unknown ids reject by name."},{"field":"remediationPockets[].reason","type":"string","description":"One of never_learned, forgot, careless; anything else rejects by name."},{"field":"remediationPockets[].routeToKind","type":"string","description":"Where this failure reason routes: lesson, review, or practice; anything else projects to null."},{"field":"remediationPockets[].detail","type":"string","description":"Why this failure reason routes there."}]}},{"id":"curriculum-placement-diagnostic","title":"Curriculum Placement Diagnostic Skill","contentType":"curriculum-placement-diagnostic","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumPlacementDiagnosticResult","parameters":{"skillSpecific":[{"id":"gradeRange","label":"Grade range","type":"string","required":true},{"id":"placementCandidatePolicy","label":"Candidate policy","type":"enum","required":false,"values":["course tree grade gates","all grade candidates","provided candidates only"]},{"id":"diagnosticInstrumentSkillId","label":"Diagnostic skill","type":"enum","required":false,"values":["test-bank","test","question-bank"]},{"id":"placementGateFormCount","label":"Placement forms","type":"enum","required":false,"values":["1 form","2 forms","3 forms","5 forms"]},{"id":"placementGateFormEquivalence","label":"Form equivalence","type":"enum","required":false,"values":["strict","balanced","best effort"]}]},"outputSchema":["canonicalKcSynthesisArtifactRef","contentType","diagnosticInstrumentRefs","grade","objectType","outcomeRoutes","outputArtifactRef","placementCandidateMap","placementCandidates","placementDiagnosticArtifactRef","sections","skillId","standardsScopeProfile","standardsScopeProfileId","subject","summary","target","title","artifactFamily"],"currentQualityBar":{"currentScore":0.7344,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"curriculum-placement-diagnostic@1","description":"The authored placement-diagnostic plan: placement candidates, outcome routes covering the full outcome space, test-bank diagnostic instruments (Content owns item bodies and answer keys), and the runtime read plan. A plan-only artifact — Platform 3 writes delegate to curriculum-course.","fields":[{"field":"title","type":"string","description":"Operator-facing placement diagnostic plan title; rejected by name when blank."},{"field":"summary","type":"string","description":"What this placement plan covers, in the author's own words; every count stated must match the authored arrays."},{"field":"placementCandidates","type":"array","description":"The placement candidates; empty rejects by name, and every ref field is required by name."},{"field":"placementCandidates[]","type":"object","description":"One placement candidate."},{"field":"placementCandidates[].id","type":"string","description":"Authored candidate slug, unique across the plan (duplicates reject by name); omitted ids fill positionally (candidate-N)."},{"field":"placementCandidates[].trackRef","type":"string","description":"The track this candidate places into."},{"field":"placementCandidates[].gradeRef","type":"string","description":"The grade this candidate places into."},{"field":"placementCandidates[].courseRef","type":"string","description":"The course this candidate places into."},{"field":"placementCandidates[].gateComponentRef","type":"string","description":"The placement mastery-gate component this candidate keys on."},{"field":"placementCandidates[].gradeLabel","type":"string","description":"Operator-readable grade label; also positions the candidate via curriculumPlacementGradePosition."},{"field":"outcomeRoutes","type":"array","description":"Routes for the diagnostic outcomes; the full outcome space (place_below, place_in, and place_ahead or test_out) must be covered or the gap rejects by name."},{"field":"outcomeRoutes[]","type":"object","description":"One outcome route."},{"field":"outcomeRoutes[].candidateId","type":"string","description":"The authored candidate this route belongs to; unknown ids reject by name."},{"field":"outcomeRoutes[].outcome","type":"string","description":"One of place_below, place_in, place_ahead, test_out; anything else rejects by name."},{"field":"outcomeRoutes[].destination","type":"string","description":"The named course/grade/gate destination for this outcome; required by name."},{"field":"outcomeRoutes[].rationale","type":"string","description":"Why this outcome routes there."},{"field":"diagnosticInstrumentRefs","type":"array","description":"Test-bank diagnostic instruments, one per placement gate; empty rejects by name and Content owns the item bodies and answer keys."},{"field":"diagnosticInstrumentRefs[]","type":"object","description":"One diagnostic instrument reference."},{"field":"diagnosticInstrumentRefs[].candidateId","type":"string","description":"The authored candidate this instrument samples for; unknown ids reject by name."},{"field":"diagnosticInstrumentRefs[].targetRef","type":"string","description":"The Content-owned test-bank ref; required by name."},{"field":"diagnosticInstrumentRefs[].rendererKind","type":"string","description":"Must be test-bank; anything else rejects by name."},{"field":"diagnosticInstrumentRefs[].prerequisiteKcRefs","type":"array","description":"The entry-prerequisite KC refs this gate samples."},{"field":"diagnosticInstrumentRefs[].prerequisiteKcRefs[]","type":"string","description":"One prerequisite KC ref."}]}},{"id":"curriculum-remediation-plan","title":"Curriculum Remediation Plan Skill","contentType":"curriculum-remediation-plan","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumRemediationPlanResult","parameters":{"skillSpecific":[{"id":"gradeRange","label":"Grade range","type":"string","required":true},{"id":"remediationReasons","label":"Remediation reasons","type":"array","required":false,"values":["never_learned","forgot","careless"]},{"id":"remediationContentMix","label":"Remediation content","type":"array","required":false,"values":["article","question-bank","test-bank","image","image-series"]}]},"outputSchema":["canonicalKcSynthesisArtifactRef","curriculumLessonSetArtifactRef","gateRemediationReasons","objectType","outputArtifactRef","remediationContentHandoffs","remediationEntries","remediationReasons","scopeKcRefs","sections","skillId","standardsScopeProfile","standardsScopeProfileId","summary","title","artifactFamily"],"currentQualityBar":{"currentScore":0.6345,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"curriculum-remediation-plan@1","fields":[]}},{"id":"curriculum-standards-map","title":"Curriculum Standards Map Skill","contentType":"curriculum-standards-map","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumStandardsMapResult","parameters":{"skillSpecific":[{"id":"standardsSourceType","label":"Standards source","type":"enum","required":true,"values":["state standards","national standards","district standards","third-party standards","local standards"]},{"id":"jurisdiction","label":"Jurisdiction","type":"string","required":false},{"id":"gradeRange","label":"Grade range","type":"string","required":false},{"id":"alignmentPolicy","label":"Alignment policy","type":"enum","required":false,"values":["exact only","exact plus related","coverage-first","gap-finding"]}]},"outputSchema":["associations","objectType","outputArtifactRef","sections","standards","standardsFramework","standardsMapArtifactRef","standardsScopeProfile","standardsScopeProfileId","summary","syntheticFallbackRowsGenerated","title","artifactFamily"],"currentQualityBar":{"currentScore":0.6239,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"curriculum-standards-map@1","fields":[]}},{"id":"curriculum-timeback-course-refs","title":"Curriculum TimeBack Course Refs Skill","contentType":"curriculum-timeback-course-refs","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumTimeBackCourseRefsIngestResult","parameters":{"skillSpecific":[{"id":"gradeRange","label":"Grade range","type":"string","required":false},{"id":"courseGradeMode","label":"Grade mode","type":"enum","required":false,"values":["single_grade","multi_grade"]}]},"outputSchema":["curriculumCourseArtifactRef","curriculumTimeBackCourseRefsArtifactRef","objectType","outputArtifactRef","producerBatchId","sections","summary","timebackCourseRefs","title","artifactFamily"],"currentQualityBar":{"currentScore":0.8257,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"curriculum-timeback-course-refs@1","fields":[]}},{"id":"framework-alignment","title":"Framework Alignment Skill","contentType":"framework-alignment","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumFrameworkAlignmentResult","parameters":{"skillSpecific":[{"id":"gradeRange","label":"Grade range","type":"string","required":false},{"id":"alignmentPolicy","label":"Alignment policy","type":"enum","required":false,"values":["exact only","exact plus related","coverage-first","gap-finding"]}]},"outputSchema":["associationTypes","associations","batchId","canonicalFrameworkRef","dependsOn","expectedInputs","frameworkAlignmentArtifactRef","frameworkAlignmentRecords","objectType","outputArtifactRef","publicView","sections","skillId","stage","standardsMapArtifactRef","standardsScopeProfile","standardsScopeProfileId","summary","syntheticFallbackRowsGenerated","title","artifactFamily"],"currentQualityBar":{"currentScore":0.3932,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"framework-alignment@1","fields":[]}},{"id":"standards-source-acquisition","title":"Standards Source Acquisition Skill","contentType":"standards-source-acquisition","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumStandardsSourceAcquisitionResult","parameters":{"skillSpecific":[{"id":"standardsSourceType","label":"Standards source","type":"enum","required":true,"values":["state standards","national standards","district standards","third-party standards","local standards"]},{"id":"jurisdiction","label":"Jurisdiction","type":"string","required":false},{"id":"sourceAcquisitionMode","label":"Acquisition mode","type":"enum","required":false,"values":["attached source documents","sourceUrl fetch"]},{"id":"gradeRange","label":"Grade range","type":"string","required":false}]},"outputSchema":["acceptedInputFormats","batchId","objectType","outputArtifactRef","sections","skillId","stage","standardsRowsExtractionRequired","standardsScopeProfile","standardsScopeProfileId","standardsScopeSelection","summary","syntheticFallbackRowsGenerated","title","validationChecks","artifactFamily"],"currentQualityBar":{"currentScore":0.4494,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"standards-source-acquisition@1","fields":[]}},{"id":"standards-source-document-acquisition","title":"Standards Source Document Acquisition Skill","contentType":"standards-source-document-acquisition","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"qualityCleared":false,"returnType":"CurriculumStandardsSourceDocumentAcquisitionResult","parameters":{"skillSpecific":[{"id":"standardsSourceType","label":"Standards source","type":"enum","required":true,"values":["state standards","national standards","district standards","third-party standards","local standards"]},{"id":"jurisdiction","label":"Jurisdiction","type":"string","required":false},{"id":"sourceDocumentAcquisitionMode","label":"Document acquisition mode","type":"enum","required":false,"values":["attached source documents","sourceUrl fetch"]},{"id":"gradeRange","label":"Grade range","type":"string","required":false}]},"outputSchema":["batchId","objectType","outputArtifactRef","sections","skillId","stage","standardsAuthorityRef","standardsRowsExtractionRequired","summary","syntheticFallbackRowsGenerated","title","validationChecks","artifactFamily"],"currentQualityBar":{"currentScore":0.6429,"targetScore":1,"casePassRate":0,"meetsTarget":false,"asOf":"2026-08-11T08:08:26.426Z"},"dataDictionary":{"entry":"standards-source-document-acquisition@1","fields":[]}},{"id":"interactive-article","title":"Interactive Article Skill","contentType":"interactive-article","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"runtimeSupport":{"requiredCapability":"renderer:interactive-lesson","verified":true,"renderingState":"verified_partial","evidence":{"source":"https://platform3-andymontgomery-9773s-projects.vercel.app/player/renderer-capabilities.json","status":"loaded","asOf":"2026-08-07","fetchedAt":"2026-08-12T07:41:41.062Z"}},"returnType":"InteractiveArticleGenerationResult","parameters":{"skillSpecific":[{"id":"articleLength","label":"Article length","type":"enum","required":false,"values":["short","medium","long"]},{"id":"checkpointCount","label":"Checkpoints","type":"enum","required":false,"values":["2 checkpoints","3 checkpoints","4 checkpoints"]},{"id":"checkpointPolicy","label":"Checkpoint placement","type":"enum","required":false,"values":["after meaning units","after examples","before transfer"]},{"id":"revealPolicy","label":"Reveal policy","type":"enum","required":false,"values":["reveal after learner commitment","reveal after hint","no reveal checkpoints"]}]},"outputSchema":["title","summary","objectType","skillId","contentType","target_ref","renderer_ref","content_kind","articleAtom","questionAtoms","interactionCheckpoints","sections","sourceGrounding"],"dataDictionary":{"entry":"interactive-article@1","fields":[]}},{"id":"interactive-video","title":"Interactive Video Skill","contentType":"interactive-video","supportedSubjects":["Math","Reading","Language","Science","Vocabulary","Writing","Social Studies","Biology","Chemistry","Physics","Economics","History","Geography","Civics"],"gradeLevels":["PK","K","1","2","3","4","5","6","7","8","9","10","11","12"],"available":true,"runtimeSupport":{"requiredCapability":"renderer:interactive-lesson","verified":true,"renderingState":"verified_partial","evidence":{"source":"https://platform3-andymontgomery-9773s-projects.vercel.app/player/renderer-capabilities.json","status":"loaded","asOf":"2026-08-07","fetchedAt":"2026-08-12T07:41:41.062Z"}},"returnType":"InteractiveVideoGenerationResult","parameters":{"skillSpecific":[{"id":"duration","label":"Duration","type":"enum","required":false,"values":["30 seconds","60 seconds","3 minutes","5 minutes","8 minutes","15 minutes"]},{"id":"questionCount","label":"Embedded questions","type":"enum","required":false,"values":["2 questions","3 questions","4 questions"]},{"id":"timestampPolicy","label":"Timestamp policy","type":"enum","required":false,"values":["place questions at concept boundaries","place questions after taught scenes","place questions before transfer"]},{"id":"captionPolicy","label":"Captions","type":"enum","required":false,"values":["required","optional","burned-in"]}]},"outputSchema":["title","summary","objectType","skillId","contentType","target_ref","renderer_ref","content_kind","durationSeconds","videoAtom","questionAtoms","interactionCheckpoints","sections","sourceGrounding"],"dataDictionary":{"entry":"interactive-video@1","fields":[]}}],"availabilityMatrix":{"description":"Machine-readable availability matrix: every promotedCombos entry is a [skillId, subject, grade] tuple the generate endpoint accepts right now without an availability rejection. Availability is runtime support alone (owner ruling 2026-07-30): combos absent from the matrix belong to rendering-unverified skills. Lane quality never withholds a combo — it rides each skill's availabilityDecision entry and every generate response's laneHealth field as advisory information, and each artifact answers with its own verdict + publishable flag. Each withheld skill's skills[] entry carries a withheldBy summary — the renderer reason and evidence time (null only when live renderer proof is unreachable and has no honest timestamp).","asOf":"2026-08-11T08:08:26.426Z","columns":["skillId","subject","grade"],"promotedComboCount":6468,"promotedCombos":[["image","Math","PK"],["image","Math","K"],["image","Math","1"],["image","Math","2"],["image","Math","3"],["image","Math","4"],["image","Math","5"],["image","Math","6"],["image","Math","7"],["image","Math","8"],["image","Math","9"],["image","Math","10"],["image","Math","11"],["image","Math","12"],["image","Reading","PK"],["image","Reading","K"],["image","Reading","1"],["image","Reading","2"],["image","Reading","3"],["image","Reading","4"],["image","Reading","5"],["image","Reading","6"],["image","Reading","7"],["image","Reading","8"],["image","Reading","9"],["image","Reading","10"],["image","Reading","11"],["image","Reading","12"],["image","Language","PK"],["image","Language","K"],["image","Language","1"],["image","Language","2"],["image","Language","3"],["image","Language","4"],["image","Language","5"],["image","Language","6"],["image","Language","7"],["image","Language","8"],["image","Language","9"],["image","Language","10"],["image","Language","11"],["image","Language","12"],["image","Science","PK"],["image","Science","K"],["image","Science","1"],["image","Science","2"],["image","Science","3"],["image","Science","4"],["image","Science","5"],["image","Science","6"],["image","Science","7"],["image","Science","8"],["image","Science","9"],["image","Science","10"],["image","Science","11"],["image","Science","12"],["image","Vocabulary","PK"],["image","Vocabulary","K"],["image","Vocabulary","1"],["image","Vocabulary","2"],["image","Vocabulary","3"],["image","Vocabulary","4"],["image","Vocabulary","5"],["image","Vocabulary","6"],["image","Vocabulary","7"],["image","Vocabulary","8"],["image","Vocabulary","9"],["image","Vocabulary","10"],["image","Vocabulary","11"],["image","Vocabulary","12"],["image","Writing","PK"],["image","Writing","K"],["image","Writing","1"],["image","Writing","2"],["image","Writing","3"],["image","Writing","4"],["image","Writing","5"],["image","Writing","6"],["image","Writing","7"],["image","Writing","8"],["image","Writing","9"],["image","Writing","10"],["image","Writing","11"],["image","Writing","12"],["image","Social Studies","PK"],["image","Social Studies","K"],["image","Social Studies","1"],["image","Social Studies","2"],["image","Social Studies","3"],["image","Social Studies","4"],["image","Social Studies","5"],["image","Social Studies","6"],["image","Social Studies","7"],["image","Social Studies","8"],["image","Social Studies","9"],["image","Social Studies","10"],["image","Social Studies","11"],["image","Social Studies","12"],["image","Biology","PK"],["image","Biology","K"],["image","Biology","1"],["image","Biology","2"],["image","Biology","3"],["image","Biology","4"],["image","Biology","5"],["image","Biology","6"],["image","Biology","7"],["image","Biology","8"],["image","Biology","9"],["image","Biology","10"],["image","Biology","11"],["image","Biology","12"],["image","Chemistry","PK"],["image","Chemistry","K"],["image","Chemistry","1"],["image","Chemistry","2"],["image","Chemistry","3"],["image","Chemistry","4"],["image","Chemistry","5"],["image","Chemistry","6"],["image","Chemistry","7"],["image","Chemistry","8"],["image","Chemistry","9"],["image","Chemistry","10"],["image","Chemistry","11"],["image","Chemistry","12"],["image","Physics","PK"],["image","Physics","K"],["image","Physics","1"],["image","Physics","2"],["image","Physics","3"],["image","Physics","4"],["image","Physics","5"],["image","Physics","6"],["image","Physics","7"],["image","Physics","8"],["image","Physics","9"],["image","Physics","10"],["image","Physics","11"],["image","Physics","12"],["image","Economics","PK"],["image","Economics","K"],["image","Economics","1"],["image","Economics","2"],["image","Economics","3"],["image","Economics","4"],["image","Economics","5"],["image","Economics","6"],["image","Economics","7"],["image","Economics","8"],["image","Economics","9"],["image","Economics","10"],["image","Economics","11"],["image","Economics","12"],["image","History","PK"],["image","History","K"],["image","History","1"],["image","History","2"],["image","History","3"],["image","History","4"],["image","History","5"],["image","History","6"],["image","History","7"],["image","History","8"],["image","History","9"],["image","History","10"],["image","History","11"],["image","History","12"],["image","Geography","PK"],["image","Geography","K"],["image","Geography","1"],["image","Geography","2"],["image","Geography","3"],["image","Geography","4"],["image","Geography","5"],["image","Geography","6"],["image","Geography","7"],["image","Geography","8"],["image","Geography","9"],["image","Geography","10"],["image","Geography","11"],["image","Geography","12"],["image","Civics","PK"],["image","Civics","K"],["image","Civics","1"],["image","Civics","2"],["image","Civics","3"],["image","Civics","4"],["image","Civics","5"],["image","Civics","6"],["image","Civics","7"],["image","Civics","8"],["image","Civics","9"],["image","Civics","10"],["image","Civics","11"],["image","Civics","12"],["image-series","Math","PK"],["image-series","Math","K"],["image-series","Math","1"],["image-series","Math","2"],["image-series","Math","3"],["image-series","Math","4"],["image-series","Math","5"],["image-series","Math","6"],["image-series","Math","7"],["image-series","Math","8"],["image-series","Math","9"],["image-series","Math","10"],["image-series","Math","11"],["image-series","Math","12"],["image-series","Reading","PK"],["image-series","Reading","K"],["image-series","Reading","1"],["image-series","Reading","2"],["image-series","Reading","3"],["image-series","Reading","4"],["image-series","Reading","5"],["image-series","Reading","6"],["image-series","Reading","7"],["image-series","Reading","8"],["image-series","Reading","9"],["image-series","Reading","10"],["image-series","Reading","11"],["image-series","Reading","12"],["image-series","Language","PK"],["image-series","Language","K"],["image-series","Language","1"],["image-series","Language","2"],["image-series","Language","3"],["image-series","Language","4"],["image-series","Language","5"],["image-series","Language","6"],["image-series","Language","7"],["image-series","Language","8"],["image-series","Language","9"],["image-series","Language","10"],["image-series","Language","11"],["image-series","Language","12"],["image-series","Science","PK"],["image-series","Science","K"],["image-series","Science","1"],["image-series","Science","2"],["image-series","Science","3"],["image-series","Science","4"],["image-series","Science","5"],["image-series","Science","6"],["image-series","Science","7"],["image-series","Science","8"],["image-series","Science","9"],["image-series","Science","10"],["image-series","Science","11"],["image-series","Science","12"],["image-series","Vocabulary","PK"],["image-series","Vocabulary","K"],["image-series","Vocabulary","1"],["image-series","Vocabulary","2"],["image-series","Vocabulary","3"],["image-series","Vocabulary","4"],["image-series","Vocabulary","5"],["image-series","Vocabulary","6"],["image-series","Vocabulary","7"],["image-series","Vocabulary","8"],["image-series","Vocabulary","9"],["image-series","Vocabulary","10"],["image-series","Vocabulary","11"],["image-series","Vocabulary","12"],["image-series","Writing","PK"],["image-series","Writing","K"],["image-series","Writing","1"],["image-series","Writing","2"],["image-series","Writing","3"],["image-series","Writing","4"],["image-series","Writing","5"],["image-series","Writing","6"],["image-series","Writing","7"],["image-series","Writing","8"],["image-series","Writing","9"],["image-series","Writing","10"],["image-series","Writing","11"],["image-series","Writing","12"],["image-series","Social Studies","PK"],["image-series","Social Studies","K"],["image-series","Social Studies","1"],["image-series","Social Studies","2"],["image-series","Social Studies","3"],["image-series","Social Studies","4"],["image-series","Social Studies","5"],["image-series","Social Studies","6"],["image-series","Social Studies","7"],["image-series","Social Studies","8"],["image-series","Social Studies","9"],["image-series","Social Studies","10"],["image-series","Social Studies","11"],["image-series","Social Studies","12"],["image-series","Biology","PK"],["image-series","Biology","K"],["image-series","Biology","1"],["image-series","Biology","2"],["image-series","Biology","3"],["image-series","Biology","4"],["image-series","Biology","5"],["image-series","Biology","6"],["image-series","Biology","7"],["image-series","Biology","8"],["image-series","Biology","9"],["image-series","Biology","10"],["image-series","Biology","11"],["image-series","Biology","12"],["image-series","Chemistry","PK"],["image-series","Chemistry","K"],["image-series","Chemistry","1"],["image-series","Chemistry","2"],["image-series","Chemistry","3"],["image-series","Chemistry","4"],["image-series","Chemistry","5"],["image-series","Chemistry","6"],["image-series","Chemistry","7"],["image-series","Chemistry","8"],["image-series","Chemistry","9"],["image-series","Chemistry","10"],["image-series","Chemistry","11"],["image-series","Chemistry","12"],["image-series","Physics","PK"],["image-series","Physics","K"],["image-series","Physics","1"],["image-series","Physics","2"],["image-series","Physics","3"],["image-series","Physics","4"],["image-series","Physics","5"],["image-series","Physics","6"],["image-series","Physics","7"],["image-series","Physics","8"],["image-series","Physics","9"],["image-series","Physics","10"],["image-series","Physics","11"],["image-series","Physics","12"],["image-series","Economics","PK"],["image-series","Economics","K"],["image-series","Economics","1"],["image-series","Economics","2"],["image-series","Economics","3"],["image-series","Economics","4"],["image-series","Economics","5"],["image-series","Economics","6"],["image-series","Economics","7"],["image-series","Economics","8"],["image-series","Economics","9"],["image-series","Economics","10"],["image-series","Economics","11"],["image-series","Economics","12"],["image-series","History","PK"],["image-series","History","K"],["image-series","History","1"],["image-series","History","2"],["image-series","History","3"],["image-series","History","4"],["image-series","History","5"],["image-series","History","6"],["image-series","History","7"],["image-series","History","8"],["image-series","History","9"],["image-series","History","10"],["image-series","History","11"],["image-series","History","12"],["image-series","Geography","PK"],["image-series","Geography","K"],["image-series","Geography","1"],["image-series","Geography","2"],["image-series","Geography","3"],["image-series","Geography","4"],["image-series","Geography","5"],["image-series","Geography","6"],["image-series","Geography","7"],["image-series","Geography","8"],["image-series","Geography","9"],["image-series","Geography","10"],["image-series","Geography","11"],["image-series","Geography","12"],["image-series","Civics","PK"],["image-series","Civics","K"],["image-series","Civics","1"],["image-series","Civics","2"],["image-series","Civics","3"],["image-series","Civics","4"],["image-series","Civics","5"],["image-series","Civics","6"],["image-series","Civics","7"],["image-series","Civics","8"],["image-series","Civics","9"],["image-series","Civics","10"],["image-series","Civics","11"],["image-series","Civics","12"],["article","Math","PK"],["article","Math","K"],["article","Math","1"],["article","Math","2"],["article","Math","3"],["article","Math","4"],["article","Math","5"],["article","Math","6"],["article","Math","7"],["article","Math","8"],["article","Math","9"],["article","Math","10"],["article","Math","11"],["article","Math","12"],["article","Reading","PK"],["article","Reading","K"],["article","Reading","1"],["article","Reading","2"],["article","Reading","3"],["article","Reading","4"],["article","Reading","5"],["article","Reading","6"],["article","Reading","7"],["article","Reading","8"],["article","Reading","9"],["article","Reading","10"],["article","Reading","11"],["article","Reading","12"],["article","Language","PK"],["article","Language","K"],["article","Language","1"],["article","Language","2"],["article","Language","3"],["article","Language","4"],["article","Language","5"],["article","Language","6"],["article","Language","7"],["article","Language","8"],["article","Language","9"],["article","Language","10"],["article","Language","11"],["article","Language","12"],["article","Science","PK"],["article","Science","K"],["article","Science","1"],["article","Science","2"],["article","Science","3"],["article","Science","4"],["article","Science","5"],["article","Science","6"],["article","Science","7"],["article","Science","8"],["article","Science","9"],["article","Science","10"],["article","Science","11"],["article","Science","12"],["article","Vocabulary","PK"],["article","Vocabulary","K"],["article","Vocabulary","1"],["article","Vocabulary","2"],["article","Vocabulary","3"],["article","Vocabulary","4"],["article","Vocabulary","5"],["article","Vocabulary","6"],["article","Vocabulary","7"],["article","Vocabulary","8"],["article","Vocabulary","9"],["article","Vocabulary","10"],["article","Vocabulary","11"],["article","Vocabulary","12"],["article","Writing","PK"],["article","Writing","K"],["article","Writing","1"],["article","Writing","2"],["article","Writing","3"],["article","Writing","4"],["article","Writing","5"],["article","Writing","6"],["article","Writing","7"],["article","Writing","8"],["article","Writing","9"],["article","Writing","10"],["article","Writing","11"],["article","Writing","12"],["article","Social Studies","PK"],["article","Social Studies","K"],["article","Social Studies","1"],["article","Social Studies","2"],["article","Social Studies","3"],["article","Social Studies","4"],["article","Social Studies","5"],["article","Social Studies","6"],["article","Social Studies","7"],["article","Social Studies","8"],["article","Social Studies","9"],["article","Social Studies","10"],["article","Social Studies","11"],["article","Social Studies","12"],["article","Biology","PK"],["article","Biology","K"],["article","Biology","1"],["article","Biology","2"],["article","Biology","3"],["article","Biology","4"],["article","Biology","5"],["article","Biology","6"],["article","Biology","7"],["article","Biology","8"],["article","Biology","9"],["article","Biology","10"],["article","Biology","11"],["article","Biology","12"],["article","Chemistry","PK"],["article","Chemistry","K"],["article","Chemistry","1"],["article","Chemistry","2"],["article","Chemistry","3"],["article","Chemistry","4"],["article","Chemistry","5"],["article","Chemistry","6"],["article","Chemistry","7"],["article","Chemistry","8"],["article","Chemistry","9"],["article","Chemistry","10"],["article","Chemistry","11"],["article","Chemistry","12"],["article","Physics","PK"],["article","Physics","K"],["article","Physics","1"],["article","Physics","2"],["article","Physics","3"],["article","Physics","4"],["article","Physics","5"],["article","Physics","6"],["article","Physics","7"],["article","Physics","8"],["article","Physics","9"],["article","Physics","10"],["article","Physics","11"],["article","Physics","12"],["article","Economics","PK"],["article","Economics","K"],["article","Economics","1"],["article","Economics","2"],["article","Economics","3"],["article","Economics","4"],["article","Economics","5"],["article","Economics","6"],["article","Economics","7"],["article","Economics","8"],["article","Economics","9"],["article","Economics","10"],["article","Economics","11"],["article","Economics","12"],["article","History","PK"],["article","History","K"],["article","History","1"],["article","History","2"],["article","History","3"],["article","History","4"],["article","History","5"],["article","History","6"],["article","History","7"],["article","History","8"],["article","History","9"],["article","History","10"],["article","History","11"],["article","History","12"],["article","Geography","PK"],["article","Geography","K"],["article","Geography","1"],["article","Geography","2"],["article","Geography","3"],["article","Geography","4"],["article","Geography","5"],["article","Geography","6"],["article","Geography","7"],["article","Geography","8"],["article","Geography","9"],["article","Geography","10"],["article","Geography","11"],["article","Geography","12"],["article","Civics","PK"],["article","Civics","K"],["article","Civics","1"],["article","Civics","2"],["article","Civics","3"],["article","Civics","4"],["article","Civics","5"],["article","Civics","6"],["article","Civics","7"],["article","Civics","8"],["article","Civics","9"],["article","Civics","10"],["article","Civics","11"],["article","Civics","12"],["question","Math","PK"],["question","Math","K"],["question","Math","1"],["question","Math","2"],["question","Math","3"],["question","Math","4"],["question","Math","5"],["question","Math","6"],["question","Math","7"],["question","Math","8"],["question","Math","9"],["question","Math","10"],["question","Math","11"],["question","Math","12"],["question","Reading","PK"],["question","Reading","K"],["question","Reading","1"],["question","Reading","2"],["question","Reading","3"],["question","Reading","4"],["question","Reading","5"],["question","Reading","6"],["question","Reading","7"],["question","Reading","8"],["question","Reading","9"],["question","Reading","10"],["question","Reading","11"],["question","Reading","12"],["question","Language","PK"],["question","Language","K"],["question","Language","1"],["question","Language","2"],["question","Language","3"],["question","Language","4"],["question","Language","5"],["question","Language","6"],["question","Language","7"],["question","Language","8"],["question","Language","9"],["question","Language","10"],["question","Language","11"],["question","Language","12"],["question","Science","PK"],["question","Science","K"],["question","Science","1"],["question","Science","2"],["question","Science","3"],["question","Science","4"],["question","Science","5"],["question","Science","6"],["question","Science","7"],["question","Science","8"],["question","Science","9"],["question","Science","10"],["question","Science","11"],["question","Science","12"],["question","Vocabulary","PK"],["question","Vocabulary","K"],["question","Vocabulary","1"],["question","Vocabulary","2"],["question","Vocabulary","3"],["question","Vocabulary","4"],["question","Vocabulary","5"],["question","Vocabulary","6"],["question","Vocabulary","7"],["question","Vocabulary","8"],["question","Vocabulary","9"],["question","Vocabulary","10"],["question","Vocabulary","11"],["question","Vocabulary","12"],["question","Writing","PK"],["question","Writing","K"],["question","Writing","1"],["question","Writing","2"],["question","Writing","3"],["question","Writing","4"],["question","Writing","5"],["question","Writing","6"],["question","Writing","7"],["question","Writing","8"],["question","Writing","9"],["question","Writing","10"],["question","Writing","11"],["question","Writing","12"],["question","Social Studies","PK"],["question","Social Studies","K"],["question","Social Studies","1"],["question","Social Studies","2"],["question","Social Studies","3"],["question","Social Studies","4"],["question","Social Studies","5"],["question","Social Studies","6"],["question","Social Studies","7"],["question","Social Studies","8"],["question","Social Studies","9"],["question","Social Studies","10"],["question","Social Studies","11"],["question","Social Studies","12"],["question","Biology","PK"],["question","Biology","K"],["question","Biology","1"],["question","Biology","2"],["question","Biology","3"],["question","Biology","4"],["question","Biology","5"],["question","Biology","6"],["question","Biology","7"],["question","Biology","8"],["question","Biology","9"],["question","Biology","10"],["question","Biology","11"],["question","Biology","12"],["question","Chemistry","PK"],["question","Chemistry","K"],["question","Chemistry","1"],["question","Chemistry","2"],["question","Chemistry","3"],["question","Chemistry","4"],["question","Chemistry","5"],["question","Chemistry","6"],["question","Chemistry","7"],["question","Chemistry","8"],["question","Chemistry","9"],["question","Chemistry","10"],["question","Chemistry","11"],["question","Chemistry","12"],["question","Physics","PK"],["question","Physics","K"],["question","Physics","1"],["question","Physics","2"],["question","Physics","3"],["question","Physics","4"],["question","Physics","5"],["question","Physics","6"],["question","Physics","7"],["question","Physics","8"],["question","Physics","9"],["question","Physics","10"],["question","Physics","11"],["question","Physics","12"],["question","Economics","PK"],["question","Economics","K"],["question","Economics","1"],["question","Economics","2"],["question","Economics","3"],["question","Economics","4"],["question","Economics","5"],["question","Economics","6"],["question","Economics","7"],["question","Economics","8"],["question","Economics","9"],["question","Economics","10"],["question","Economics","11"],["question","Economics","12"],["question","History","PK"],["question","History","K"],["question","History","1"],["question","History","2"],["question","History","3"],["question","History","4"],["question","History","5"],["question","History","6"],["question","History","7"],["question","History","8"],["question","History","9"],["question","History","10"],["question","History","11"],["question","History","12"],["question","Geography","PK"],["question","Geography","K"],["question","Geography","1"],["question","Geography","2"],["question","Geography","3"],["question","Geography","4"],["question","Geography","5"],["question","Geography","6"],["question","Geography","7"],["question","Geography","8"],["question","Geography","9"],["question","Geography","10"],["question","Geography","11"],["question","Geography","12"],["question","Civics","PK"],["question","Civics","K"],["question","Civics","1"],["question","Civics","2"],["question","Civics","3"],["question","Civics","4"],["question","Civics","5"],["question","Civics","6"],["question","Civics","7"],["question","Civics","8"],["question","Civics","9"],["question","Civics","10"],["question","Civics","11"],["question","Civics","12"],["article-series","Math","PK"],["article-series","Math","K"],["article-series","Math","1"],["article-series","Math","2"],["article-series","Math","3"],["article-series","Math","4"],["article-series","Math","5"],["article-series","Math","6"],["article-series","Math","7"],["article-series","Math","8"],["article-series","Math","9"],["article-series","Math","10"],["article-series","Math","11"],["article-series","Math","12"],["article-series","Reading","PK"],["article-series","Reading","K"],["article-series","Reading","1"],["article-series","Reading","2"],["article-series","Reading","3"],["article-series","Reading","4"],["article-series","Reading","5"],["article-series","Reading","6"],["article-series","Reading","7"],["article-series","Reading","8"],["article-series","Reading","9"],["article-series","Reading","10"],["article-series","Reading","11"],["article-series","Reading","12"],["article-series","Language","PK"],["article-series","Language","K"],["article-series","Language","1"],["article-series","Language","2"],["article-series","Language","3"],["article-series","Language","4"],["article-series","Language","5"],["article-series","Language","6"],["article-series","Language","7"],["article-series","Language","8"],["article-series","Language","9"],["article-series","Language","10"],["article-series","Language","11"],["article-series","Language","12"],["article-series","Science","PK"],["article-series","Science","K"],["article-series","Science","1"],["article-series","Science","2"],["article-series","Science","3"],["article-series","Science","4"],["article-series","Science","5"],["article-series","Science","6"],["article-series","Science","7"],["article-series","Science","8"],["article-series","Science","9"],["article-series","Science","10"],["article-series","Science","11"],["article-series","Science","12"],["article-series","Vocabulary","PK"],["article-series","Vocabulary","K"],["article-series","Vocabulary","1"],["article-series","Vocabulary","2"],["article-series","Vocabulary","3"],["article-series","Vocabulary","4"],["article-series","Vocabulary","5"],["article-series","Vocabulary","6"],["article-series","Vocabulary","7"],["article-series","Vocabulary","8"],["article-series","Vocabulary","9"],["article-series","Vocabulary","10"],["article-series","Vocabulary","11"],["article-series","Vocabulary","12"],["article-series","Writing","PK"],["article-series","Writing","K"],["article-series","Writing","1"],["article-series","Writing","2"],["article-series","Writing","3"],["article-series","Writing","4"],["article-series","Writing","5"],["article-series","Writing","6"],["article-series","Writing","7"],["article-series","Writing","8"],["article-series","Writing","9"],["article-series","Writing","10"],["article-series","Writing","11"],["article-series","Writing","12"],["article-series","Social Studies","PK"],["article-series","Social Studies","K"],["article-series","Social Studies","1"],["article-series","Social Studies","2"],["article-series","Social Studies","3"],["article-series","Social Studies","4"],["article-series","Social Studies","5"],["article-series","Social Studies","6"],["article-series","Social Studies","7"],["article-series","Social Studies","8"],["article-series","Social Studies","9"],["article-series","Social Studies","10"],["article-series","Social Studies","11"],["article-series","Social Studies","12"],["article-series","Biology","PK"],["article-series","Biology","K"],["article-series","Biology","1"],["article-series","Biology","2"],["article-series","Biology","3"],["article-series","Biology","4"],["article-series","Biology","5"],["article-series","Biology","6"],["article-series","Biology","7"],["article-series","Biology","8"],["article-series","Biology","9"],["article-series","Biology","10"],["article-series","Biology","11"],["article-series","Biology","12"],["article-series","Chemistry","PK"],["article-series","Chemistry","K"],["article-series","Chemistry","1"],["article-series","Chemistry","2"],["article-series","Chemistry","3"],["article-series","Chemistry","4"],["article-series","Chemistry","5"],["article-series","Chemistry","6"],["article-series","Chemistry","7"],["article-series","Chemistry","8"],["article-series","Chemistry","9"],["article-series","Chemistry","10"],["article-series","Chemistry","11"],["article-series","Chemistry","12"],["article-series","Physics","PK"],["article-series","Physics","K"],["article-series","Physics","1"],["article-series","Physics","2"],["article-series","Physics","3"],["article-series","Physics","4"],["article-series","Physics","5"],["article-series","Physics","6"],["article-series","Physics","7"],["article-series","Physics","8"],["article-series","Physics","9"],["article-series","Physics","10"],["article-series","Physics","11"],["article-series","Physics","12"],["article-series","Economics","PK"],["article-series","Economics","K"],["article-series","Economics","1"],["article-series","Economics","2"],["article-series","Economics","3"],["article-series","Economics","4"],["article-series","Economics","5"],["article-series","Economics","6"],["article-series","Economics","7"],["article-series","Economics","8"],["article-series","Economics","9"],["article-series","Economics","10"],["article-series","Economics","11"],["article-series","Economics","12"],["article-series","History","PK"],["article-series","History","K"],["article-series","History","1"],["article-series","History","2"],["article-series","History","3"],["article-series","History","4"],["article-series","History","5"],["article-series","History","6"],["article-series","History","7"],["article-series","History","8"],["article-series","History","9"],["article-series","History","10"],["article-series","History","11"],["article-series","History","12"],["article-series","Geography","PK"],["article-series","Geography","K"],["article-series","Geography","1"],["article-series","Geography","2"],["article-series","Geography","3"],["article-series","Geography","4"],["article-series","Geography","5"],["article-series","Geography","6"],["article-series","Geography","7"],["article-series","Geography","8"],["article-series","Geography","9"],["article-series","Geography","10"],["article-series","Geography","11"],["article-series","Geography","12"],["article-series","Civics","PK"],["article-series","Civics","K"],["article-series","Civics","1"],["article-series","Civics","2"],["article-series","Civics","3"],["article-series","Civics","4"],["article-series","Civics","5"],["article-series","Civics","6"],["article-series","Civics","7"],["article-series","Civics","8"],["article-series","Civics","9"],["article-series","Civics","10"],["article-series","Civics","11"],["article-series","Civics","12"],["audio-script","Math","PK"],["audio-script","Math","K"],["audio-script","Math","1"],["audio-script","Math","2"],["audio-script","Math","3"],["audio-script","Math","4"],["audio-script","Math","5"],["audio-script","Math","6"],["audio-script","Math","7"],["audio-script","Math","8"],["audio-script","Math","9"],["audio-script","Math","10"],["audio-script","Math","11"],["audio-script","Math","12"],["audio-script","Reading","PK"],["audio-script","Reading","K"],["audio-script","Reading","1"],["audio-script","Reading","2"],["audio-script","Reading","3"],["audio-script","Reading","4"],["audio-script","Reading","5"],["audio-script","Reading","6"],["audio-script","Reading","7"],["audio-script","Reading","8"],["audio-script","Reading","9"],["audio-script","Reading","10"],["audio-script","Reading","11"],["audio-script","Reading","12"],["audio-script","Language","PK"],["audio-script","Language","K"],["audio-script","Language","1"],["audio-script","Language","2"],["audio-script","Language","3"],["audio-script","Language","4"],["audio-script","Language","5"],["audio-script","Language","6"],["audio-script","Language","7"],["audio-script","Language","8"],["audio-script","Language","9"],["audio-script","Language","10"],["audio-script","Language","11"],["audio-script","Language","12"],["audio-script","Science","PK"],["audio-script","Science","K"],["audio-script","Science","1"],["audio-script","Science","2"],["audio-script","Science","3"],["audio-script","Science","4"],["audio-script","Science","5"],["audio-script","Science","6"],["audio-script","Science","7"],["audio-script","Science","8"],["audio-script","Science","9"],["audio-script","Science","10"],["audio-script","Science","11"],["audio-script","Science","12"],["audio-script","Vocabulary","PK"],["audio-script","Vocabulary","K"],["audio-script","Vocabulary","1"],["audio-script","Vocabulary","2"],["audio-script","Vocabulary","3"],["audio-script","Vocabulary","4"],["audio-script","Vocabulary","5"],["audio-script","Vocabulary","6"],["audio-script","Vocabulary","7"],["audio-script","Vocabulary","8"],["audio-script","Vocabulary","9"],["audio-script","Vocabulary","10"],["audio-script","Vocabulary","11"],["audio-script","Vocabulary","12"],["audio-script","Writing","PK"],["audio-script","Writing","K"],["audio-script","Writing","1"],["audio-script","Writing","2"],["audio-script","Writing","3"],["audio-script","Writing","4"],["audio-script","Writing","5"],["audio-script","Writing","6"],["audio-script","Writing","7"],["audio-script","Writing","8"],["audio-script","Writing","9"],["audio-script","Writing","10"],["audio-script","Writing","11"],["audio-script","Writing","12"],["audio-script","Social Studies","PK"],["audio-script","Social Studies","K"],["audio-script","Social Studies","1"],["audio-script","Social Studies","2"],["audio-script","Social Studies","3"],["audio-script","Social Studies","4"],["audio-script","Social Studies","5"],["audio-script","Social Studies","6"],["audio-script","Social Studies","7"],["audio-script","Social Studies","8"],["audio-script","Social Studies","9"],["audio-script","Social Studies","10"],["audio-script","Social Studies","11"],["audio-script","Social Studies","12"],["audio-script","Biology","PK"],["audio-script","Biology","K"],["audio-script","Biology","1"],["audio-script","Biology","2"],["audio-script","Biology","3"],["audio-script","Biology","4"],["audio-script","Biology","5"],["audio-script","Biology","6"],["audio-script","Biology","7"],["audio-script","Biology","8"],["audio-script","Biology","9"],["audio-script","Biology","10"],["audio-script","Biology","11"],["audio-script","Biology","12"],["audio-script","Chemistry","PK"],["audio-script","Chemistry","K"],["audio-script","Chemistry","1"],["audio-script","Chemistry","2"],["audio-script","Chemistry","3"],["audio-script","Chemistry","4"],["audio-script","Chemistry","5"],["audio-script","Chemistry","6"],["audio-script","Chemistry","7"],["audio-script","Chemistry","8"],["audio-script","Chemistry","9"],["audio-script","Chemistry","10"],["audio-script","Chemistry","11"],["audio-script","Chemistry","12"],["audio-script","Physics","PK"],["audio-script","Physics","K"],["audio-script","Physics","1"],["audio-script","Physics","2"],["audio-script","Physics","3"],["audio-script","Physics","4"],["audio-script","Physics","5"],["audio-script","Physics","6"],["audio-script","Physics","7"],["audio-script","Physics","8"],["audio-script","Physics","9"],["audio-script","Physics","10"],["audio-script","Physics","11"],["audio-script","Physics","12"],["audio-script","Economics","PK"],["audio-script","Economics","K"],["audio-script","Economics","1"],["audio-script","Economics","2"],["audio-script","Economics","3"],["audio-script","Economics","4"],["audio-script","Economics","5"],["audio-script","Economics","6"],["audio-script","Economics","7"],["audio-script","Economics","8"],["audio-script","Economics","9"],["audio-script","Economics","10"],["audio-script","Economics","11"],["audio-script","Economics","12"],["audio-script","History","PK"],["audio-script","History","K"],["audio-script","History","1"],["audio-script","History","2"],["audio-script","History","3"],["audio-script","History","4"],["audio-script","History","5"],["audio-script","History","6"],["audio-script","History","7"],["audio-script","History","8"],["audio-script","History","9"],["audio-script","History","10"],["audio-script","History","11"],["audio-script","History","12"],["audio-script","Geography","PK"],["audio-script","Geography","K"],["audio-script","Geography","1"],["audio-script","Geography","2"],["audio-script","Geography","3"],["audio-script","Geography","4"],["audio-script","Geography","5"],["audio-script","Geography","6"],["audio-script","Geography","7"],["audio-script","Geography","8"],["audio-script","Geography","9"],["audio-script","Geography","10"],["audio-script","Geography","11"],["audio-script","Geography","12"],["audio-script","Civics","PK"],["audio-script","Civics","K"],["audio-script","Civics","1"],["audio-script","Civics","2"],["audio-script","Civics","3"],["audio-script","Civics","4"],["audio-script","Civics","5"],["audio-script","Civics","6"],["audio-script","Civics","7"],["audio-script","Civics","8"],["audio-script","Civics","9"],["audio-script","Civics","10"],["audio-script","Civics","11"],["audio-script","Civics","12"],["storyboard","Math","PK"],["storyboard","Math","K"],["storyboard","Math","1"],["storyboard","Math","2"],["storyboard","Math","3"],["storyboard","Math","4"],["storyboard","Math","5"],["storyboard","Math","6"],["storyboard","Math","7"],["storyboard","Math","8"],["storyboard","Math","9"],["storyboard","Math","10"],["storyboard","Math","11"],["storyboard","Math","12"],["storyboard","Reading","PK"],["storyboard","Reading","K"],["storyboard","Reading","1"],["storyboard","Reading","2"],["storyboard","Reading","3"],["storyboard","Reading","4"],["storyboard","Reading","5"],["storyboard","Reading","6"],["storyboard","Reading","7"],["storyboard","Reading","8"],["storyboard","Reading","9"],["storyboard","Reading","10"],["storyboard","Reading","11"],["storyboard","Reading","12"],["storyboard","Language","PK"],["storyboard","Language","K"],["storyboard","Language","1"],["storyboard","Language","2"],["storyboard","Language","3"],["storyboard","Language","4"],["storyboard","Language","5"],["storyboard","Language","6"],["storyboard","Language","7"],["storyboard","Language","8"],["storyboard","Language","9"],["storyboard","Language","10"],["storyboard","Language","11"],["storyboard","Language","12"],["storyboard","Science","PK"],["storyboard","Science","K"],["storyboard","Science","1"],["storyboard","Science","2"],["storyboard","Science","3"],["storyboard","Science","4"],["storyboard","Science","5"],["storyboard","Science","6"],["storyboard","Science","7"],["storyboard","Science","8"],["storyboard","Science","9"],["storyboard","Science","10"],["storyboard","Science","11"],["storyboard","Science","12"],["storyboard","Vocabulary","PK"],["storyboard","Vocabulary","K"],["storyboard","Vocabulary","1"],["storyboard","Vocabulary","2"],["storyboard","Vocabulary","3"],["storyboard","Vocabulary","4"],["storyboard","Vocabulary","5"],["storyboard","Vocabulary","6"],["storyboard","Vocabulary","7"],["storyboard","Vocabulary","8"],["storyboard","Vocabulary","9"],["storyboard","Vocabulary","10"],["storyboard","Vocabulary","11"],["storyboard","Vocabulary","12"],["storyboard","Writing","PK"],["storyboard","Writing","K"],["storyboard","Writing","1"],["storyboard","Writing","2"],["storyboard","Writing","3"],["storyboard","Writing","4"],["storyboard","Writing","5"],["storyboard","Writing","6"],["storyboard","Writing","7"],["storyboard","Writing","8"],["storyboard","Writing","9"],["storyboard","Writing","10"],["storyboard","Writing","11"],["storyboard","Writing","12"],["storyboard","Social Studies","PK"],["storyboard","Social Studies","K"],["storyboard","Social Studies","1"],["storyboard","Social Studies","2"],["storyboard","Social Studies","3"],["storyboard","Social Studies","4"],["storyboard","Social Studies","5"],["storyboard","Social Studies","6"],["storyboard","Social Studies","7"],["storyboard","Social Studies","8"],["storyboard","Social Studies","9"],["storyboard","Social Studies","10"],["storyboard","Social Studies","11"],["storyboard","Social Studies","12"],["storyboard","Biology","PK"],["storyboard","Biology","K"],["storyboard","Biology","1"],["storyboard","Biology","2"],["storyboard","Biology","3"],["storyboard","Biology","4"],["storyboard","Biology","5"],["storyboard","Biology","6"],["storyboard","Biology","7"],["storyboard","Biology","8"],["storyboard","Biology","9"],["storyboard","Biology","10"],["storyboard","Biology","11"],["storyboard","Biology","12"],["storyboard","Chemistry","PK"],["storyboard","Chemistry","K"],["storyboard","Chemistry","1"],["storyboard","Chemistry","2"],["storyboard","Chemistry","3"],["storyboard","Chemistry","4"],["storyboard","Chemistry","5"],["storyboard","Chemistry","6"],["storyboard","Chemistry","7"],["storyboard","Chemistry","8"],["storyboard","Chemistry","9"],["storyboard","Chemistry","10"],["storyboard","Chemistry","11"],["storyboard","Chemistry","12"],["storyboard","Physics","PK"],["storyboard","Physics","K"],["storyboard","Physics","1"],["storyboard","Physics","2"],["storyboard","Physics","3"],["storyboard","Physics","4"],["storyboard","Physics","5"],["storyboard","Physics","6"],["storyboard","Physics","7"],["storyboard","Physics","8"],["storyboard","Physics","9"],["storyboard","Physics","10"],["storyboard","Physics","11"],["storyboard","Physics","12"],["storyboard","Economics","PK"],["storyboard","Economics","K"],["storyboard","Economics","1"],["storyboard","Economics","2"],["storyboard","Economics","3"],["storyboard","Economics","4"],["storyboard","Economics","5"],["storyboard","Economics","6"],["storyboard","Economics","7"],["storyboard","Economics","8"],["storyboard","Economics","9"],["storyboard","Economics","10"],["storyboard","Economics","11"],["storyboard","Economics","12"],["storyboard","History","PK"],["storyboard","History","K"],["storyboard","History","1"],["storyboard","History","2"],["storyboard","History","3"],["storyboard","History","4"],["storyboard","History","5"],["storyboard","History","6"],["storyboard","History","7"],["storyboard","History","8"],["storyboard","History","9"],["storyboard","History","10"],["storyboard","History","11"],["storyboard","History","12"],["storyboard","Geography","PK"],["storyboard","Geography","K"],["storyboard","Geography","1"],["storyboard","Geography","2"],["storyboard","Geography","3"],["storyboard","Geography","4"],["storyboard","Geography","5"],["storyboard","Geography","6"],["storyboard","Geography","7"],["storyboard","Geography","8"],["storyboard","Geography","9"],["storyboard","Geography","10"],["storyboard","Geography","11"],["storyboard","Geography","12"],["storyboard","Civics","PK"],["storyboard","Civics","K"],["storyboard","Civics","1"],["storyboard","Civics","2"],["storyboard","Civics","3"],["storyboard","Civics","4"],["storyboard","Civics","5"],["storyboard","Civics","6"],["storyboard","Civics","7"],["storyboard","Civics","8"],["storyboard","Civics","9"],["storyboard","Civics","10"],["storyboard","Civics","11"],["storyboard","Civics","12"],["storyboard-series","Math","PK"],["storyboard-series","Math","K"],["storyboard-series","Math","1"],["storyboard-series","Math","2"],["storyboard-series","Math","3"],["storyboard-series","Math","4"],["storyboard-series","Math","5"],["storyboard-series","Math","6"],["storyboard-series","Math","7"],["storyboard-series","Math","8"],["storyboard-series","Math","9"],["storyboard-series","Math","10"],["storyboard-series","Math","11"],["storyboard-series","Math","12"],["storyboard-series","Reading","PK"],["storyboard-series","Reading","K"],["storyboard-series","Reading","1"],["storyboard-series","Reading","2"],["storyboard-series","Reading","3"],["storyboard-series","Reading","4"],["storyboard-series","Reading","5"],["storyboard-series","Reading","6"],["storyboard-series","Reading","7"],["storyboard-series","Reading","8"],["storyboard-series","Reading","9"],["storyboard-series","Reading","10"],["storyboard-series","Reading","11"],["storyboard-series","Reading","12"],["storyboard-series","Language","PK"],["storyboard-series","Language","K"],["storyboard-series","Language","1"],["storyboard-series","Language","2"],["storyboard-series","Language","3"],["storyboard-series","Language","4"],["storyboard-series","Language","5"],["storyboard-series","Language","6"],["storyboard-series","Language","7"],["storyboard-series","Language","8"],["storyboard-series","Language","9"],["storyboard-series","Language","10"],["storyboard-series","Language","11"],["storyboard-series","Language","12"],["storyboard-series","Science","PK"],["storyboard-series","Science","K"],["storyboard-series","Science","1"],["storyboard-series","Science","2"],["storyboard-series","Science","3"],["storyboard-series","Science","4"],["storyboard-series","Science","5"],["storyboard-series","Science","6"],["storyboard-series","Science","7"],["storyboard-series","Science","8"],["storyboard-series","Science","9"],["storyboard-series","Science","10"],["storyboard-series","Science","11"],["storyboard-series","Science","12"],["storyboard-series","Vocabulary","PK"],["storyboard-series","Vocabulary","K"],["storyboard-series","Vocabulary","1"],["storyboard-series","Vocabulary","2"],["storyboard-series","Vocabulary","3"],["storyboard-series","Vocabulary","4"],["storyboard-series","Vocabulary","5"],["storyboard-series","Vocabulary","6"],["storyboard-series","Vocabulary","7"],["storyboard-series","Vocabulary","8"],["storyboard-series","Vocabulary","9"],["storyboard-series","Vocabulary","10"],["storyboard-series","Vocabulary","11"],["storyboard-series","Vocabulary","12"],["storyboard-series","Writing","PK"],["storyboard-series","Writing","K"],["storyboard-series","Writing","1"],["storyboard-series","Writing","2"],["storyboard-series","Writing","3"],["storyboard-series","Writing","4"],["storyboard-series","Writing","5"],["storyboard-series","Writing","6"],["storyboard-series","Writing","7"],["storyboard-series","Writing","8"],["storyboard-series","Writing","9"],["storyboard-series","Writing","10"],["storyboard-series","Writing","11"],["storyboard-series","Writing","12"],["storyboard-series","Social Studies","PK"],["storyboard-series","Social Studies","K"],["storyboard-series","Social Studies","1"],["storyboard-series","Social Studies","2"],["storyboard-series","Social Studies","3"],["storyboard-series","Social Studies","4"],["storyboard-series","Social Studies","5"],["storyboard-series","Social Studies","6"],["storyboard-series","Social Studies","7"],["storyboard-series","Social Studies","8"],["storyboard-series","Social Studies","9"],["storyboard-series","Social Studies","10"],["storyboard-series","Social Studies","11"],["storyboard-series","Social Studies","12"],["storyboard-series","Biology","PK"],["storyboard-series","Biology","K"],["storyboard-series","Biology","1"],["storyboard-series","Biology","2"],["storyboard-series","Biology","3"],["storyboard-series","Biology","4"],["storyboard-series","Biology","5"],["storyboard-series","Biology","6"],["storyboard-series","Biology","7"],["storyboard-series","Biology","8"],["storyboard-series","Biology","9"],["storyboard-series","Biology","10"],["storyboard-series","Biology","11"],["storyboard-series","Biology","12"],["storyboard-series","Chemistry","PK"],["storyboard-series","Chemistry","K"],["storyboard-series","Chemistry","1"],["storyboard-series","Chemistry","2"],["storyboard-series","Chemistry","3"],["storyboard-series","Chemistry","4"],["storyboard-series","Chemistry","5"],["storyboard-series","Chemistry","6"],["storyboard-series","Chemistry","7"],["storyboard-series","Chemistry","8"],["storyboard-series","Chemistry","9"],["storyboard-series","Chemistry","10"],["storyboard-series","Chemistry","11"],["storyboard-series","Chemistry","12"],["storyboard-series","Physics","PK"],["storyboard-series","Physics","K"],["storyboard-series","Physics","1"],["storyboard-series","Physics","2"],["storyboard-series","Physics","3"],["storyboard-series","Physics","4"],["storyboard-series","Physics","5"],["storyboard-series","Physics","6"],["storyboard-series","Physics","7"],["storyboard-series","Physics","8"],["storyboard-series","Physics","9"],["storyboard-series","Physics","10"],["storyboard-series","Physics","11"],["storyboard-series","Physics","12"],["storyboard-series","Economics","PK"],["storyboard-series","Economics","K"],["storyboard-series","Economics","1"],["storyboard-series","Economics","2"],["storyboard-series","Economics","3"],["storyboard-series","Economics","4"],["storyboard-series","Economics","5"],["storyboard-series","Economics","6"],["storyboard-series","Economics","7"],["storyboard-series","Economics","8"],["storyboard-series","Economics","9"],["storyboard-series","Economics","10"],["storyboard-series","Economics","11"],["storyboard-series","Economics","12"],["storyboard-series","History","PK"],["storyboard-series","History","K"],["storyboard-series","History","1"],["storyboard-series","History","2"],["storyboard-series","History","3"],["storyboard-series","History","4"],["storyboard-series","History","5"],["storyboard-series","History","6"],["storyboard-series","History","7"],["storyboard-series","History","8"],["storyboard-series","History","9"],["storyboard-series","History","10"],["storyboard-series","History","11"],["storyboard-series","History","12"],["storyboard-series","Geography","PK"],["storyboard-series","Geography","K"],["storyboard-series","Geography","1"],["storyboard-series","Geography","2"],["storyboard-series","Geography","3"],["storyboard-series","Geography","4"],["storyboard-series","Geography","5"],["storyboard-series","Geography","6"],["storyboard-series","Geography","7"],["storyboard-series","Geography","8"],["storyboard-series","Geography","9"],["storyboard-series","Geography","10"],["storyboard-series","Geography","11"],["storyboard-series","Geography","12"],["storyboard-series","Civics","PK"],["storyboard-series","Civics","K"],["storyboard-series","Civics","1"],["storyboard-series","Civics","2"],["storyboard-series","Civics","3"],["storyboard-series","Civics","4"],["storyboard-series","Civics","5"],["storyboard-series","Civics","6"],["storyboard-series","Civics","7"],["storyboard-series","Civics","8"],["storyboard-series","Civics","9"],["storyboard-series","Civics","10"],["storyboard-series","Civics","11"],["storyboard-series","Civics","12"],["video","Math","PK"],["video","Math","K"],["video","Math","1"],["video","Math","2"],["video","Math","3"],["video","Math","4"],["video","Math","5"],["video","Math","6"],["video","Math","7"],["video","Math","8"],["video","Math","9"],["video","Math","10"],["video","Math","11"],["video","Math","12"],["video","Reading","PK"],["video","Reading","K"],["video","Reading","1"],["video","Reading","2"],["video","Reading","3"],["video","Reading","4"],["video","Reading","5"],["video","Reading","6"],["video","Reading","7"],["video","Reading","8"],["video","Reading","9"],["video","Reading","10"],["video","Reading","11"],["video","Reading","12"],["video","Language","PK"],["video","Language","K"],["video","Language","1"],["video","Language","2"],["video","Language","3"],["video","Language","4"],["video","Language","5"],["video","Language","6"],["video","Language","7"],["video","Language","8"],["video","Language","9"],["video","Language","10"],["video","Language","11"],["video","Language","12"],["video","Science","PK"],["video","Science","K"],["video","Science","1"],["video","Science","2"],["video","Science","3"],["video","Science","4"],["video","Science","5"],["video","Science","6"],["video","Science","7"],["video","Science","8"],["video","Science","9"],["video","Science","10"],["video","Science","11"],["video","Science","12"],["video","Vocabulary","PK"],["video","Vocabulary","K"],["video","Vocabulary","1"],["video","Vocabulary","2"],["video","Vocabulary","3"],["video","Vocabulary","4"],["video","Vocabulary","5"],["video","Vocabulary","6"],["video","Vocabulary","7"],["video","Vocabulary","8"],["video","Vocabulary","9"],["video","Vocabulary","10"],["video","Vocabulary","11"],["video","Vocabulary","12"],["video","Writing","PK"],["video","Writing","K"],["video","Writing","1"],["video","Writing","2"],["video","Writing","3"],["video","Writing","4"],["video","Writing","5"],["video","Writing","6"],["video","Writing","7"],["video","Writing","8"],["video","Writing","9"],["video","Writing","10"],["video","Writing","11"],["video","Writing","12"],["video","Social Studies","PK"],["video","Social Studies","K"],["video","Social Studies","1"],["video","Social Studies","2"],["video","Social Studies","3"],["video","Social Studies","4"],["video","Social Studies","5"],["video","Social Studies","6"],["video","Social Studies","7"],["video","Social Studies","8"],["video","Social Studies","9"],["video","Social Studies","10"],["video","Social Studies","11"],["video","Social Studies","12"],["video","Biology","PK"],["video","Biology","K"],["video","Biology","1"],["video","Biology","2"],["video","Biology","3"],["video","Biology","4"],["video","Biology","5"],["video","Biology","6"],["video","Biology","7"],["video","Biology","8"],["video","Biology","9"],["video","Biology","10"],["video","Biology","11"],["video","Biology","12"],["video","Chemistry","PK"],["video","Chemistry","K"],["video","Chemistry","1"],["video","Chemistry","2"],["video","Chemistry","3"],["video","Chemistry","4"],["video","Chemistry","5"],["video","Chemistry","6"],["video","Chemistry","7"],["video","Chemistry","8"],["video","Chemistry","9"],["video","Chemistry","10"],["video","Chemistry","11"],["video","Chemistry","12"],["video","Physics","PK"],["video","Physics","K"],["video","Physics","1"],["video","Physics","2"],["video","Physics","3"],["video","Physics","4"],["video","Physics","5"],["video","Physics","6"],["video","Physics","7"],["video","Physics","8"],["video","Physics","9"],["video","Physics","10"],["video","Physics","11"],["video","Physics","12"],["video","Economics","PK"],["video","Economics","K"],["video","Economics","1"],["video","Economics","2"],["video","Economics","3"],["video","Economics","4"],["video","Economics","5"],["video","Economics","6"],["video","Economics","7"],["video","Economics","8"],["video","Economics","9"],["video","Economics","10"],["video","Economics","11"],["video","Economics","12"],["video","History","PK"],["video","History","K"],["video","History","1"],["video","History","2"],["video","History","3"],["video","History","4"],["video","History","5"],["video","History","6"],["video","History","7"],["video","History","8"],["video","History","9"],["video","History","10"],["video","History","11"],["video","History","12"],["video","Geography","PK"],["video","Geography","K"],["video","Geography","1"],["video","Geography","2"],["video","Geography","3"],["video","Geography","4"],["video","Geography","5"],["video","Geography","6"],["video","Geography","7"],["video","Geography","8"],["video","Geography","9"],["video","Geography","10"],["video","Geography","11"],["video","Geography","12"],["video","Civics","PK"],["video","Civics","K"],["video","Civics","1"],["video","Civics","2"],["video","Civics","3"],["video","Civics","4"],["video","Civics","5"],["video","Civics","6"],["video","Civics","7"],["video","Civics","8"],["video","Civics","9"],["video","Civics","10"],["video","Civics","11"],["video","Civics","12"],["test-spec","Math","PK"],["test-spec","Math","K"],["test-spec","Math","1"],["test-spec","Math","2"],["test-spec","Math","3"],["test-spec","Math","4"],["test-spec","Math","5"],["test-spec","Math","6"],["test-spec","Math","7"],["test-spec","Math","8"],["test-spec","Math","9"],["test-spec","Math","10"],["test-spec","Math","11"],["test-spec","Math","12"],["test-spec","Reading","PK"],["test-spec","Reading","K"],["test-spec","Reading","1"],["test-spec","Reading","2"],["test-spec","Reading","3"],["test-spec","Reading","4"],["test-spec","Reading","5"],["test-spec","Reading","6"],["test-spec","Reading","7"],["test-spec","Reading","8"],["test-spec","Reading","9"],["test-spec","Reading","10"],["test-spec","Reading","11"],["test-spec","Reading","12"],["test-spec","Language","PK"],["test-spec","Language","K"],["test-spec","Language","1"],["test-spec","Language","2"],["test-spec","Language","3"],["test-spec","Language","4"],["test-spec","Language","5"],["test-spec","Language","6"],["test-spec","Language","7"],["test-spec","Language","8"],["test-spec","Language","9"],["test-spec","Language","10"],["test-spec","Language","11"],["test-spec","Language","12"],["test-spec","Science","PK"],["test-spec","Science","K"],["test-spec","Science","1"],["test-spec","Science","2"],["test-spec","Science","3"],["test-spec","Science","4"],["test-spec","Science","5"],["test-spec","Science","6"],["test-spec","Science","7"],["test-spec","Science","8"],["test-spec","Science","9"],["test-spec","Science","10"],["test-spec","Science","11"],["test-spec","Science","12"],["test-spec","Vocabulary","PK"],["test-spec","Vocabulary","K"],["test-spec","Vocabulary","1"],["test-spec","Vocabulary","2"],["test-spec","Vocabulary","3"],["test-spec","Vocabulary","4"],["test-spec","Vocabulary","5"],["test-spec","Vocabulary","6"],["test-spec","Vocabulary","7"],["test-spec","Vocabulary","8"],["test-spec","Vocabulary","9"],["test-spec","Vocabulary","10"],["test-spec","Vocabulary","11"],["test-spec","Vocabulary","12"],["test-spec","Writing","PK"],["test-spec","Writing","K"],["test-spec","Writing","1"],["test-spec","Writing","2"],["test-spec","Writing","3"],["test-spec","Writing","4"],["test-spec","Writing","5"],["test-spec","Writing","6"],["test-spec","Writing","7"],["test-spec","Writing","8"],["test-spec","Writing","9"],["test-spec","Writing","10"],["test-spec","Writing","11"],["test-spec","Writing","12"],["test-spec","Social Studies","PK"],["test-spec","Social Studies","K"],["test-spec","Social Studies","1"],["test-spec","Social Studies","2"],["test-spec","Social Studies","3"],["test-spec","Social Studies","4"],["test-spec","Social Studies","5"],["test-spec","Social Studies","6"],["test-spec","Social Studies","7"],["test-spec","Social Studies","8"],["test-spec","Social Studies","9"],["test-spec","Social Studies","10"],["test-spec","Social Studies","11"],["test-spec","Social Studies","12"],["test-spec","Biology","PK"],["test-spec","Biology","K"],["test-spec","Biology","1"],["test-spec","Biology","2"],["test-spec","Biology","3"],["test-spec","Biology","4"],["test-spec","Biology","5"],["test-spec","Biology","6"],["test-spec","Biology","7"],["test-spec","Biology","8"],["test-spec","Biology","9"],["test-spec","Biology","10"],["test-spec","Biology","11"],["test-spec","Biology","12"],["test-spec","Chemistry","PK"],["test-spec","Chemistry","K"],["test-spec","Chemistry","1"],["test-spec","Chemistry","2"],["test-spec","Chemistry","3"],["test-spec","Chemistry","4"],["test-spec","Chemistry","5"],["test-spec","Chemistry","6"],["test-spec","Chemistry","7"],["test-spec","Chemistry","8"],["test-spec","Chemistry","9"],["test-spec","Chemistry","10"],["test-spec","Chemistry","11"],["test-spec","Chemistry","12"],["test-spec","Physics","PK"],["test-spec","Physics","K"],["test-spec","Physics","1"],["test-spec","Physics","2"],["test-spec","Physics","3"],["test-spec","Physics","4"],["test-spec","Physics","5"],["test-spec","Physics","6"],["test-spec","Physics","7"],["test-spec","Physics","8"],["test-spec","Physics","9"],["test-spec","Physics","10"],["test-spec","Physics","11"],["test-spec","Physics","12"],["test-spec","Economics","PK"],["test-spec","Economics","K"],["test-spec","Economics","1"],["test-spec","Economics","2"],["test-spec","Economics","3"],["test-spec","Economics","4"],["test-spec","Economics","5"],["test-spec","Economics","6"],["test-spec","Economics","7"],["test-spec","Economics","8"],["test-spec","Economics","9"],["test-spec","Economics","10"],["test-spec","Economics","11"],["test-spec","Economics","12"],["test-spec","History","PK"],["test-spec","History","K"],["test-spec","History","1"],["test-spec","History","2"],["test-spec","History","3"],["test-spec","History","4"],["test-spec","History","5"],["test-spec","History","6"],["test-spec","History","7"],["test-spec","History","8"],["test-spec","History","9"],["test-spec","History","10"],["test-spec","History","11"],["test-spec","History","12"],["test-spec","Geography","PK"],["test-spec","Geography","K"],["test-spec","Geography","1"],["test-spec","Geography","2"],["test-spec","Geography","3"],["test-spec","Geography","4"],["test-spec","Geography","5"],["test-spec","Geography","6"],["test-spec","Geography","7"],["test-spec","Geography","8"],["test-spec","Geography","9"],["test-spec","Geography","10"],["test-spec","Geography","11"],["test-spec","Geography","12"],["test-spec","Civics","PK"],["test-spec","Civics","K"],["test-spec","Civics","1"],["test-spec","Civics","2"],["test-spec","Civics","3"],["test-spec","Civics","4"],["test-spec","Civics","5"],["test-spec","Civics","6"],["test-spec","Civics","7"],["test-spec","Civics","8"],["test-spec","Civics","9"],["test-spec","Civics","10"],["test-spec","Civics","11"],["test-spec","Civics","12"],["test","Math","PK"],["test","Math","K"],["test","Math","1"],["test","Math","2"],["test","Math","3"],["test","Math","4"],["test","Math","5"],["test","Math","6"],["test","Math","7"],["test","Math","8"],["test","Math","9"],["test","Math","10"],["test","Math","11"],["test","Math","12"],["test","Reading","PK"],["test","Reading","K"],["test","Reading","1"],["test","Reading","2"],["test","Reading","3"],["test","Reading","4"],["test","Reading","5"],["test","Reading","6"],["test","Reading","7"],["test","Reading","8"],["test","Reading","9"],["test","Reading","10"],["test","Reading","11"],["test","Reading","12"],["test","Language","PK"],["test","Language","K"],["test","Language","1"],["test","Language","2"],["test","Language","3"],["test","Language","4"],["test","Language","5"],["test","Language","6"],["test","Language","7"],["test","Language","8"],["test","Language","9"],["test","Language","10"],["test","Language","11"],["test","Language","12"],["test","Science","PK"],["test","Science","K"],["test","Science","1"],["test","Science","2"],["test","Science","3"],["test","Science","4"],["test","Science","5"],["test","Science","6"],["test","Science","7"],["test","Science","8"],["test","Science","9"],["test","Science","10"],["test","Science","11"],["test","Science","12"],["test","Vocabulary","PK"],["test","Vocabulary","K"],["test","Vocabulary","1"],["test","Vocabulary","2"],["test","Vocabulary","3"],["test","Vocabulary","4"],["test","Vocabulary","5"],["test","Vocabulary","6"],["test","Vocabulary","7"],["test","Vocabulary","8"],["test","Vocabulary","9"],["test","Vocabulary","10"],["test","Vocabulary","11"],["test","Vocabulary","12"],["test","Writing","PK"],["test","Writing","K"],["test","Writing","1"],["test","Writing","2"],["test","Writing","3"],["test","Writing","4"],["test","Writing","5"],["test","Writing","6"],["test","Writing","7"],["test","Writing","8"],["test","Writing","9"],["test","Writing","10"],["test","Writing","11"],["test","Writing","12"],["test","Social Studies","PK"],["test","Social Studies","K"],["test","Social Studies","1"],["test","Social Studies","2"],["test","Social Studies","3"],["test","Social Studies","4"],["test","Social Studies","5"],["test","Social Studies","6"],["test","Social Studies","7"],["test","Social Studies","8"],["test","Social Studies","9"],["test","Social Studies","10"],["test","Social Studies","11"],["test","Social Studies","12"],["test","Biology","PK"],["test","Biology","K"],["test","Biology","1"],["test","Biology","2"],["test","Biology","3"],["test","Biology","4"],["test","Biology","5"],["test","Biology","6"],["test","Biology","7"],["test","Biology","8"],["test","Biology","9"],["test","Biology","10"],["test","Biology","11"],["test","Biology","12"],["test","Chemistry","PK"],["test","Chemistry","K"],["test","Chemistry","1"],["test","Chemistry","2"],["test","Chemistry","3"],["test","Chemistry","4"],["test","Chemistry","5"],["test","Chemistry","6"],["test","Chemistry","7"],["test","Chemistry","8"],["test","Chemistry","9"],["test","Chemistry","10"],["test","Chemistry","11"],["test","Chemistry","12"],["test","Physics","PK"],["test","Physics","K"],["test","Physics","1"],["test","Physics","2"],["test","Physics","3"],["test","Physics","4"],["test","Physics","5"],["test","Physics","6"],["test","Physics","7"],["test","Physics","8"],["test","Physics","9"],["test","Physics","10"],["test","Physics","11"],["test","Physics","12"],["test","Economics","PK"],["test","Economics","K"],["test","Economics","1"],["test","Economics","2"],["test","Economics","3"],["test","Economics","4"],["test","Economics","5"],["test","Economics","6"],["test","Economics","7"],["test","Economics","8"],["test","Economics","9"],["test","Economics","10"],["test","Economics","11"],["test","Economics","12"],["test","History","PK"],["test","History","K"],["test","History","1"],["test","History","2"],["test","History","3"],["test","History","4"],["test","History","5"],["test","History","6"],["test","History","7"],["test","History","8"],["test","History","9"],["test","History","10"],["test","History","11"],["test","History","12"],["test","Geography","PK"],["test","Geography","K"],["test","Geography","1"],["test","Geography","2"],["test","Geography","3"],["test","Geography","4"],["test","Geography","5"],["test","Geography","6"],["test","Geography","7"],["test","Geography","8"],["test","Geography","9"],["test","Geography","10"],["test","Geography","11"],["test","Geography","12"],["test","Civics","PK"],["test","Civics","K"],["test","Civics","1"],["test","Civics","2"],["test","Civics","3"],["test","Civics","4"],["test","Civics","5"],["test","Civics","6"],["test","Civics","7"],["test","Civics","8"],["test","Civics","9"],["test","Civics","10"],["test","Civics","11"],["test","Civics","12"],["test-bank","Math","PK"],["test-bank","Math","K"],["test-bank","Math","1"],["test-bank","Math","2"],["test-bank","Math","3"],["test-bank","Math","4"],["test-bank","Math","5"],["test-bank","Math","6"],["test-bank","Math","7"],["test-bank","Math","8"],["test-bank","Math","9"],["test-bank","Math","10"],["test-bank","Math","11"],["test-bank","Math","12"],["test-bank","Reading","PK"],["test-bank","Reading","K"],["test-bank","Reading","1"],["test-bank","Reading","2"],["test-bank","Reading","3"],["test-bank","Reading","4"],["test-bank","Reading","5"],["test-bank","Reading","6"],["test-bank","Reading","7"],["test-bank","Reading","8"],["test-bank","Reading","9"],["test-bank","Reading","10"],["test-bank","Reading","11"],["test-bank","Reading","12"],["test-bank","Language","PK"],["test-bank","Language","K"],["test-bank","Language","1"],["test-bank","Language","2"],["test-bank","Language","3"],["test-bank","Language","4"],["test-bank","Language","5"],["test-bank","Language","6"],["test-bank","Language","7"],["test-bank","Language","8"],["test-bank","Language","9"],["test-bank","Language","10"],["test-bank","Language","11"],["test-bank","Language","12"],["test-bank","Science","PK"],["test-bank","Science","K"],["test-bank","Science","1"],["test-bank","Science","2"],["test-bank","Science","3"],["test-bank","Science","4"],["test-bank","Science","5"],["test-bank","Science","6"],["test-bank","Science","7"],["test-bank","Science","8"],["test-bank","Science","9"],["test-bank","Science","10"],["test-bank","Science","11"],["test-bank","Science","12"],["test-bank","Vocabulary","PK"],["test-bank","Vocabulary","K"],["test-bank","Vocabulary","1"],["test-bank","Vocabulary","2"],["test-bank","Vocabulary","3"],["test-bank","Vocabulary","4"],["test-bank","Vocabulary","5"],["test-bank","Vocabulary","6"],["test-bank","Vocabulary","7"],["test-bank","Vocabulary","8"],["test-bank","Vocabulary","9"],["test-bank","Vocabulary","10"],["test-bank","Vocabulary","11"],["test-bank","Vocabulary","12"],["test-bank","Writing","PK"],["test-bank","Writing","K"],["test-bank","Writing","1"],["test-bank","Writing","2"],["test-bank","Writing","3"],["test-bank","Writing","4"],["test-bank","Writing","5"],["test-bank","Writing","6"],["test-bank","Writing","7"],["test-bank","Writing","8"],["test-bank","Writing","9"],["test-bank","Writing","10"],["test-bank","Writing","11"],["test-bank","Writing","12"],["test-bank","Social Studies","PK"],["test-bank","Social Studies","K"],["test-bank","Social Studies","1"],["test-bank","Social Studies","2"],["test-bank","Social Studies","3"],["test-bank","Social Studies","4"],["test-bank","Social Studies","5"],["test-bank","Social Studies","6"],["test-bank","Social Studies","7"],["test-bank","Social Studies","8"],["test-bank","Social Studies","9"],["test-bank","Social Studies","10"],["test-bank","Social Studies","11"],["test-bank","Social Studies","12"],["test-bank","Biology","PK"],["test-bank","Biology","K"],["test-bank","Biology","1"],["test-bank","Biology","2"],["test-bank","Biology","3"],["test-bank","Biology","4"],["test-bank","Biology","5"],["test-bank","Biology","6"],["test-bank","Biology","7"],["test-bank","Biology","8"],["test-bank","Biology","9"],["test-bank","Biology","10"],["test-bank","Biology","11"],["test-bank","Biology","12"],["test-bank","Chemistry","PK"],["test-bank","Chemistry","K"],["test-bank","Chemistry","1"],["test-bank","Chemistry","2"],["test-bank","Chemistry","3"],["test-bank","Chemistry","4"],["test-bank","Chemistry","5"],["test-bank","Chemistry","6"],["test-bank","Chemistry","7"],["test-bank","Chemistry","8"],["test-bank","Chemistry","9"],["test-bank","Chemistry","10"],["test-bank","Chemistry","11"],["test-bank","Chemistry","12"],["test-bank","Physics","PK"],["test-bank","Physics","K"],["test-bank","Physics","1"],["test-bank","Physics","2"],["test-bank","Physics","3"],["test-bank","Physics","4"],["test-bank","Physics","5"],["test-bank","Physics","6"],["test-bank","Physics","7"],["test-bank","Physics","8"],["test-bank","Physics","9"],["test-bank","Physics","10"],["test-bank","Physics","11"],["test-bank","Physics","12"],["test-bank","Economics","PK"],["test-bank","Economics","K"],["test-bank","Economics","1"],["test-bank","Economics","2"],["test-bank","Economics","3"],["test-bank","Economics","4"],["test-bank","Economics","5"],["test-bank","Economics","6"],["test-bank","Economics","7"],["test-bank","Economics","8"],["test-bank","Economics","9"],["test-bank","Economics","10"],["test-bank","Economics","11"],["test-bank","Economics","12"],["test-bank","History","PK"],["test-bank","History","K"],["test-bank","History","1"],["test-bank","History","2"],["test-bank","History","3"],["test-bank","History","4"],["test-bank","History","5"],["test-bank","History","6"],["test-bank","History","7"],["test-bank","History","8"],["test-bank","History","9"],["test-bank","History","10"],["test-bank","History","11"],["test-bank","History","12"],["test-bank","Geography","PK"],["test-bank","Geography","K"],["test-bank","Geography","1"],["test-bank","Geography","2"],["test-bank","Geography","3"],["test-bank","Geography","4"],["test-bank","Geography","5"],["test-bank","Geography","6"],["test-bank","Geography","7"],["test-bank","Geography","8"],["test-bank","Geography","9"],["test-bank","Geography","10"],["test-bank","Geography","11"],["test-bank","Geography","12"],["test-bank","Civics","PK"],["test-bank","Civics","K"],["test-bank","Civics","1"],["test-bank","Civics","2"],["test-bank","Civics","3"],["test-bank","Civics","4"],["test-bank","Civics","5"],["test-bank","Civics","6"],["test-bank","Civics","7"],["test-bank","Civics","8"],["test-bank","Civics","9"],["test-bank","Civics","10"],["test-bank","Civics","11"],["test-bank","Civics","12"],["question-bank","Math","PK"],["question-bank","Math","K"],["question-bank","Math","1"],["question-bank","Math","2"],["question-bank","Math","3"],["question-bank","Math","4"],["question-bank","Math","5"],["question-bank","Math","6"],["question-bank","Math","7"],["question-bank","Math","8"],["question-bank","Math","9"],["question-bank","Math","10"],["question-bank","Math","11"],["question-bank","Math","12"],["question-bank","Reading","PK"],["question-bank","Reading","K"],["question-bank","Reading","1"],["question-bank","Reading","2"],["question-bank","Reading","3"],["question-bank","Reading","4"],["question-bank","Reading","5"],["question-bank","Reading","6"],["question-bank","Reading","7"],["question-bank","Reading","8"],["question-bank","Reading","9"],["question-bank","Reading","10"],["question-bank","Reading","11"],["question-bank","Reading","12"],["question-bank","Language","PK"],["question-bank","Language","K"],["question-bank","Language","1"],["question-bank","Language","2"],["question-bank","Language","3"],["question-bank","Language","4"],["question-bank","Language","5"],["question-bank","Language","6"],["question-bank","Language","7"],["question-bank","Language","8"],["question-bank","Language","9"],["question-bank","Language","10"],["question-bank","Language","11"],["question-bank","Language","12"],["question-bank","Science","PK"],["question-bank","Science","K"],["question-bank","Science","1"],["question-bank","Science","2"],["question-bank","Science","3"],["question-bank","Science","4"],["question-bank","Science","5"],["question-bank","Science","6"],["question-bank","Science","7"],["question-bank","Science","8"],["question-bank","Science","9"],["question-bank","Science","10"],["question-bank","Science","11"],["question-bank","Science","12"],["question-bank","Vocabulary","PK"],["question-bank","Vocabulary","K"],["question-bank","Vocabulary","1"],["question-bank","Vocabulary","2"],["question-bank","Vocabulary","3"],["question-bank","Vocabulary","4"],["question-bank","Vocabulary","5"],["question-bank","Vocabulary","6"],["question-bank","Vocabulary","7"],["question-bank","Vocabulary","8"],["question-bank","Vocabulary","9"],["question-bank","Vocabulary","10"],["question-bank","Vocabulary","11"],["question-bank","Vocabulary","12"],["question-bank","Writing","PK"],["question-bank","Writing","K"],["question-bank","Writing","1"],["question-bank","Writing","2"],["question-bank","Writing","3"],["question-bank","Writing","4"],["question-bank","Writing","5"],["question-bank","Writing","6"],["question-bank","Writing","7"],["question-bank","Writing","8"],["question-bank","Writing","9"],["question-bank","Writing","10"],["question-bank","Writing","11"],["question-bank","Writing","12"],["question-bank","Social Studies","PK"],["question-bank","Social Studies","K"],["question-bank","Social Studies","1"],["question-bank","Social Studies","2"],["question-bank","Social Studies","3"],["question-bank","Social Studies","4"],["question-bank","Social Studies","5"],["question-bank","Social Studies","6"],["question-bank","Social Studies","7"],["question-bank","Social Studies","8"],["question-bank","Social Studies","9"],["question-bank","Social Studies","10"],["question-bank","Social Studies","11"],["question-bank","Social Studies","12"],["question-bank","Biology","PK"],["question-bank","Biology","K"],["question-bank","Biology","1"],["question-bank","Biology","2"],["question-bank","Biology","3"],["question-bank","Biology","4"],["question-bank","Biology","5"],["question-bank","Biology","6"],["question-bank","Biology","7"],["question-bank","Biology","8"],["question-bank","Biology","9"],["question-bank","Biology","10"],["question-bank","Biology","11"],["question-bank","Biology","12"],["question-bank","Chemistry","PK"],["question-bank","Chemistry","K"],["question-bank","Chemistry","1"],["question-bank","Chemistry","2"],["question-bank","Chemistry","3"],["question-bank","Chemistry","4"],["question-bank","Chemistry","5"],["question-bank","Chemistry","6"],["question-bank","Chemistry","7"],["question-bank","Chemistry","8"],["question-bank","Chemistry","9"],["question-bank","Chemistry","10"],["question-bank","Chemistry","11"],["question-bank","Chemistry","12"],["question-bank","Physics","PK"],["question-bank","Physics","K"],["question-bank","Physics","1"],["question-bank","Physics","2"],["question-bank","Physics","3"],["question-bank","Physics","4"],["question-bank","Physics","5"],["question-bank","Physics","6"],["question-bank","Physics","7"],["question-bank","Physics","8"],["question-bank","Physics","9"],["question-bank","Physics","10"],["question-bank","Physics","11"],["question-bank","Physics","12"],["question-bank","Economics","PK"],["question-bank","Economics","K"],["question-bank","Economics","1"],["question-bank","Economics","2"],["question-bank","Economics","3"],["question-bank","Economics","4"],["question-bank","Economics","5"],["question-bank","Economics","6"],["question-bank","Economics","7"],["question-bank","Economics","8"],["question-bank","Economics","9"],["question-bank","Economics","10"],["question-bank","Economics","11"],["question-bank","Economics","12"],["question-bank","History","PK"],["question-bank","History","K"],["question-bank","History","1"],["question-bank","History","2"],["question-bank","History","3"],["question-bank","History","4"],["question-bank","History","5"],["question-bank","History","6"],["question-bank","History","7"],["question-bank","History","8"],["question-bank","History","9"],["question-bank","History","10"],["question-bank","History","11"],["question-bank","History","12"],["question-bank","Geography","PK"],["question-bank","Geography","K"],["question-bank","Geography","1"],["question-bank","Geography","2"],["question-bank","Geography","3"],["question-bank","Geography","4"],["question-bank","Geography","5"],["question-bank","Geography","6"],["question-bank","Geography","7"],["question-bank","Geography","8"],["question-bank","Geography","9"],["question-bank","Geography","10"],["question-bank","Geography","11"],["question-bank","Geography","12"],["question-bank","Civics","PK"],["question-bank","Civics","K"],["question-bank","Civics","1"],["question-bank","Civics","2"],["question-bank","Civics","3"],["question-bank","Civics","4"],["question-bank","Civics","5"],["question-bank","Civics","6"],["question-bank","Civics","7"],["question-bank","Civics","8"],["question-bank","Civics","9"],["question-bank","Civics","10"],["question-bank","Civics","11"],["question-bank","Civics","12"],["decodable","Math","PK"],["decodable","Math","K"],["decodable","Math","1"],["decodable","Math","2"],["decodable","Math","3"],["decodable","Math","4"],["decodable","Math","5"],["decodable","Math","6"],["decodable","Math","7"],["decodable","Math","8"],["decodable","Math","9"],["decodable","Math","10"],["decodable","Math","11"],["decodable","Math","12"],["decodable","Reading","PK"],["decodable","Reading","K"],["decodable","Reading","1"],["decodable","Reading","2"],["decodable","Reading","3"],["decodable","Reading","4"],["decodable","Reading","5"],["decodable","Reading","6"],["decodable","Reading","7"],["decodable","Reading","8"],["decodable","Reading","9"],["decodable","Reading","10"],["decodable","Reading","11"],["decodable","Reading","12"],["decodable","Language","PK"],["decodable","Language","K"],["decodable","Language","1"],["decodable","Language","2"],["decodable","Language","3"],["decodable","Language","4"],["decodable","Language","5"],["decodable","Language","6"],["decodable","Language","7"],["decodable","Language","8"],["decodable","Language","9"],["decodable","Language","10"],["decodable","Language","11"],["decodable","Language","12"],["decodable","Science","PK"],["decodable","Science","K"],["decodable","Science","1"],["decodable","Science","2"],["decodable","Science","3"],["decodable","Science","4"],["decodable","Science","5"],["decodable","Science","6"],["decodable","Science","7"],["decodable","Science","8"],["decodable","Science","9"],["decodable","Science","10"],["decodable","Science","11"],["decodable","Science","12"],["decodable","Vocabulary","PK"],["decodable","Vocabulary","K"],["decodable","Vocabulary","1"],["decodable","Vocabulary","2"],["decodable","Vocabulary","3"],["decodable","Vocabulary","4"],["decodable","Vocabulary","5"],["decodable","Vocabulary","6"],["decodable","Vocabulary","7"],["decodable","Vocabulary","8"],["decodable","Vocabulary","9"],["decodable","Vocabulary","10"],["decodable","Vocabulary","11"],["decodable","Vocabulary","12"],["decodable","Writing","PK"],["decodable","Writing","K"],["decodable","Writing","1"],["decodable","Writing","2"],["decodable","Writing","3"],["decodable","Writing","4"],["decodable","Writing","5"],["decodable","Writing","6"],["decodable","Writing","7"],["decodable","Writing","8"],["decodable","Writing","9"],["decodable","Writing","10"],["decodable","Writing","11"],["decodable","Writing","12"],["decodable","Social Studies","PK"],["decodable","Social Studies","K"],["decodable","Social Studies","1"],["decodable","Social Studies","2"],["decodable","Social Studies","3"],["decodable","Social Studies","4"],["decodable","Social Studies","5"],["decodable","Social Studies","6"],["decodable","Social Studies","7"],["decodable","Social Studies","8"],["decodable","Social Studies","9"],["decodable","Social Studies","10"],["decodable","Social Studies","11"],["decodable","Social Studies","12"],["decodable","Biology","PK"],["decodable","Biology","K"],["decodable","Biology","1"],["decodable","Biology","2"],["decodable","Biology","3"],["decodable","Biology","4"],["decodable","Biology","5"],["decodable","Biology","6"],["decodable","Biology","7"],["decodable","Biology","8"],["decodable","Biology","9"],["decodable","Biology","10"],["decodable","Biology","11"],["decodable","Biology","12"],["decodable","Chemistry","PK"],["decodable","Chemistry","K"],["decodable","Chemistry","1"],["decodable","Chemistry","2"],["decodable","Chemistry","3"],["decodable","Chemistry","4"],["decodable","Chemistry","5"],["decodable","Chemistry","6"],["decodable","Chemistry","7"],["decodable","Chemistry","8"],["decodable","Chemistry","9"],["decodable","Chemistry","10"],["decodable","Chemistry","11"],["decodable","Chemistry","12"],["decodable","Physics","PK"],["decodable","Physics","K"],["decodable","Physics","1"],["decodable","Physics","2"],["decodable","Physics","3"],["decodable","Physics","4"],["decodable","Physics","5"],["decodable","Physics","6"],["decodable","Physics","7"],["decodable","Physics","8"],["decodable","Physics","9"],["decodable","Physics","10"],["decodable","Physics","11"],["decodable","Physics","12"],["decodable","Economics","PK"],["decodable","Economics","K"],["decodable","Economics","1"],["decodable","Economics","2"],["decodable","Economics","3"],["decodable","Economics","4"],["decodable","Economics","5"],["decodable","Economics","6"],["decodable","Economics","7"],["decodable","Economics","8"],["decodable","Economics","9"],["decodable","Economics","10"],["decodable","Economics","11"],["decodable","Economics","12"],["decodable","History","PK"],["decodable","History","K"],["decodable","History","1"],["decodable","History","2"],["decodable","History","3"],["decodable","History","4"],["decodable","History","5"],["decodable","History","6"],["decodable","History","7"],["decodable","History","8"],["decodable","History","9"],["decodable","History","10"],["decodable","History","11"],["decodable","History","12"],["decodable","Geography","PK"],["decodable","Geography","K"],["decodable","Geography","1"],["decodable","Geography","2"],["decodable","Geography","3"],["decodable","Geography","4"],["decodable","Geography","5"],["decodable","Geography","6"],["decodable","Geography","7"],["decodable","Geography","8"],["decodable","Geography","9"],["decodable","Geography","10"],["decodable","Geography","11"],["decodable","Geography","12"],["decodable","Civics","PK"],["decodable","Civics","K"],["decodable","Civics","1"],["decodable","Civics","2"],["decodable","Civics","3"],["decodable","Civics","4"],["decodable","Civics","5"],["decodable","Civics","6"],["decodable","Civics","7"],["decodable","Civics","8"],["decodable","Civics","9"],["decodable","Civics","10"],["decodable","Civics","11"],["decodable","Civics","12"],["decodable-bank","Math","PK"],["decodable-bank","Math","K"],["decodable-bank","Math","1"],["decodable-bank","Math","2"],["decodable-bank","Math","3"],["decodable-bank","Math","4"],["decodable-bank","Math","5"],["decodable-bank","Math","6"],["decodable-bank","Math","7"],["decodable-bank","Math","8"],["decodable-bank","Math","9"],["decodable-bank","Math","10"],["decodable-bank","Math","11"],["decodable-bank","Math","12"],["decodable-bank","Reading","PK"],["decodable-bank","Reading","K"],["decodable-bank","Reading","1"],["decodable-bank","Reading","2"],["decodable-bank","Reading","3"],["decodable-bank","Reading","4"],["decodable-bank","Reading","5"],["decodable-bank","Reading","6"],["decodable-bank","Reading","7"],["decodable-bank","Reading","8"],["decodable-bank","Reading","9"],["decodable-bank","Reading","10"],["decodable-bank","Reading","11"],["decodable-bank","Reading","12"],["decodable-bank","Language","PK"],["decodable-bank","Language","K"],["decodable-bank","Language","1"],["decodable-bank","Language","2"],["decodable-bank","Language","3"],["decodable-bank","Language","4"],["decodable-bank","Language","5"],["decodable-bank","Language","6"],["decodable-bank","Language","7"],["decodable-bank","Language","8"],["decodable-bank","Language","9"],["decodable-bank","Language","10"],["decodable-bank","Language","11"],["decodable-bank","Language","12"],["decodable-bank","Science","PK"],["decodable-bank","Science","K"],["decodable-bank","Science","1"],["decodable-bank","Science","2"],["decodable-bank","Science","3"],["decodable-bank","Science","4"],["decodable-bank","Science","5"],["decodable-bank","Science","6"],["decodable-bank","Science","7"],["decodable-bank","Science","8"],["decodable-bank","Science","9"],["decodable-bank","Science","10"],["decodable-bank","Science","11"],["decodable-bank","Science","12"],["decodable-bank","Vocabulary","PK"],["decodable-bank","Vocabulary","K"],["decodable-bank","Vocabulary","1"],["decodable-bank","Vocabulary","2"],["decodable-bank","Vocabulary","3"],["decodable-bank","Vocabulary","4"],["decodable-bank","Vocabulary","5"],["decodable-bank","Vocabulary","6"],["decodable-bank","Vocabulary","7"],["decodable-bank","Vocabulary","8"],["decodable-bank","Vocabulary","9"],["decodable-bank","Vocabulary","10"],["decodable-bank","Vocabulary","11"],["decodable-bank","Vocabulary","12"],["decodable-bank","Writing","PK"],["decodable-bank","Writing","K"],["decodable-bank","Writing","1"],["decodable-bank","Writing","2"],["decodable-bank","Writing","3"],["decodable-bank","Writing","4"],["decodable-bank","Writing","5"],["decodable-bank","Writing","6"],["decodable-bank","Writing","7"],["decodable-bank","Writing","8"],["decodable-bank","Writing","9"],["decodable-bank","Writing","10"],["decodable-bank","Writing","11"],["decodable-bank","Writing","12"],["decodable-bank","Social Studies","PK"],["decodable-bank","Social Studies","K"],["decodable-bank","Social Studies","1"],["decodable-bank","Social Studies","2"],["decodable-bank","Social Studies","3"],["decodable-bank","Social Studies","4"],["decodable-bank","Social Studies","5"],["decodable-bank","Social Studies","6"],["decodable-bank","Social Studies","7"],["decodable-bank","Social Studies","8"],["decodable-bank","Social Studies","9"],["decodable-bank","Social Studies","10"],["decodable-bank","Social Studies","11"],["decodable-bank","Social Studies","12"],["decodable-bank","Biology","PK"],["decodable-bank","Biology","K"],["decodable-bank","Biology","1"],["decodable-bank","Biology","2"],["decodable-bank","Biology","3"],["decodable-bank","Biology","4"],["decodable-bank","Biology","5"],["decodable-bank","Biology","6"],["decodable-bank","Biology","7"],["decodable-bank","Biology","8"],["decodable-bank","Biology","9"],["decodable-bank","Biology","10"],["decodable-bank","Biology","11"],["decodable-bank","Biology","12"],["decodable-bank","Chemistry","PK"],["decodable-bank","Chemistry","K"],["decodable-bank","Chemistry","1"],["decodable-bank","Chemistry","2"],["decodable-bank","Chemistry","3"],["decodable-bank","Chemistry","4"],["decodable-bank","Chemistry","5"],["decodable-bank","Chemistry","6"],["decodable-bank","Chemistry","7"],["decodable-bank","Chemistry","8"],["decodable-bank","Chemistry","9"],["decodable-bank","Chemistry","10"],["decodable-bank","Chemistry","11"],["decodable-bank","Chemistry","12"],["decodable-bank","Physics","PK"],["decodable-bank","Physics","K"],["decodable-bank","Physics","1"],["decodable-bank","Physics","2"],["decodable-bank","Physics","3"],["decodable-bank","Physics","4"],["decodable-bank","Physics","5"],["decodable-bank","Physics","6"],["decodable-bank","Physics","7"],["decodable-bank","Physics","8"],["decodable-bank","Physics","9"],["decodable-bank","Physics","10"],["decodable-bank","Physics","11"],["decodable-bank","Physics","12"],["decodable-bank","Economics","PK"],["decodable-bank","Economics","K"],["decodable-bank","Economics","1"],["decodable-bank","Economics","2"],["decodable-bank","Economics","3"],["decodable-bank","Economics","4"],["decodable-bank","Economics","5"],["decodable-bank","Economics","6"],["decodable-bank","Economics","7"],["decodable-bank","Economics","8"],["decodable-bank","Economics","9"],["decodable-bank","Economics","10"],["decodable-bank","Economics","11"],["decodable-bank","Economics","12"],["decodable-bank","History","PK"],["decodable-bank","History","K"],["decodable-bank","History","1"],["decodable-bank","History","2"],["decodable-bank","History","3"],["decodable-bank","History","4"],["decodable-bank","History","5"],["decodable-bank","History","6"],["decodable-bank","History","7"],["decodable-bank","History","8"],["decodable-bank","History","9"],["decodable-bank","History","10"],["decodable-bank","History","11"],["decodable-bank","History","12"],["decodable-bank","Geography","PK"],["decodable-bank","Geography","K"],["decodable-bank","Geography","1"],["decodable-bank","Geography","2"],["decodable-bank","Geography","3"],["decodable-bank","Geography","4"],["decodable-bank","Geography","5"],["decodable-bank","Geography","6"],["decodable-bank","Geography","7"],["decodable-bank","Geography","8"],["decodable-bank","Geography","9"],["decodable-bank","Geography","10"],["decodable-bank","Geography","11"],["decodable-bank","Geography","12"],["decodable-bank","Civics","PK"],["decodable-bank","Civics","K"],["decodable-bank","Civics","1"],["decodable-bank","Civics","2"],["decodable-bank","Civics","3"],["decodable-bank","Civics","4"],["decodable-bank","Civics","5"],["decodable-bank","Civics","6"],["decodable-bank","Civics","7"],["decodable-bank","Civics","8"],["decodable-bank","Civics","9"],["decodable-bank","Civics","10"],["decodable-bank","Civics","11"],["decodable-bank","Civics","12"],["simulation","Math","PK"],["simulation","Math","K"],["simulation","Math","1"],["simulation","Math","2"],["simulation","Math","3"],["simulation","Math","4"],["simulation","Math","5"],["simulation","Math","6"],["simulation","Math","7"],["simulation","Math","8"],["simulation","Math","9"],["simulation","Math","10"],["simulation","Math","11"],["simulation","Math","12"],["simulation","Reading","PK"],["simulation","Reading","K"],["simulation","Reading","1"],["simulation","Reading","2"],["simulation","Reading","3"],["simulation","Reading","4"],["simulation","Reading","5"],["simulation","Reading","6"],["simulation","Reading","7"],["simulation","Reading","8"],["simulation","Reading","9"],["simulation","Reading","10"],["simulation","Reading","11"],["simulation","Reading","12"],["simulation","Language","PK"],["simulation","Language","K"],["simulation","Language","1"],["simulation","Language","2"],["simulation","Language","3"],["simulation","Language","4"],["simulation","Language","5"],["simulation","Language","6"],["simulation","Language","7"],["simulation","Language","8"],["simulation","Language","9"],["simulation","Language","10"],["simulation","Language","11"],["simulation","Language","12"],["simulation","Science","PK"],["simulation","Science","K"],["simulation","Science","1"],["simulation","Science","2"],["simulation","Science","3"],["simulation","Science","4"],["simulation","Science","5"],["simulation","Science","6"],["simulation","Science","7"],["simulation","Science","8"],["simulation","Science","9"],["simulation","Science","10"],["simulation","Science","11"],["simulation","Science","12"],["simulation","Vocabulary","PK"],["simulation","Vocabulary","K"],["simulation","Vocabulary","1"],["simulation","Vocabulary","2"],["simulation","Vocabulary","3"],["simulation","Vocabulary","4"],["simulation","Vocabulary","5"],["simulation","Vocabulary","6"],["simulation","Vocabulary","7"],["simulation","Vocabulary","8"],["simulation","Vocabulary","9"],["simulation","Vocabulary","10"],["simulation","Vocabulary","11"],["simulation","Vocabulary","12"],["simulation","Writing","PK"],["simulation","Writing","K"],["simulation","Writing","1"],["simulation","Writing","2"],["simulation","Writing","3"],["simulation","Writing","4"],["simulation","Writing","5"],["simulation","Writing","6"],["simulation","Writing","7"],["simulation","Writing","8"],["simulation","Writing","9"],["simulation","Writing","10"],["simulation","Writing","11"],["simulation","Writing","12"],["simulation","Social Studies","PK"],["simulation","Social Studies","K"],["simulation","Social Studies","1"],["simulation","Social Studies","2"],["simulation","Social Studies","3"],["simulation","Social Studies","4"],["simulation","Social Studies","5"],["simulation","Social Studies","6"],["simulation","Social Studies","7"],["simulation","Social Studies","8"],["simulation","Social Studies","9"],["simulation","Social Studies","10"],["simulation","Social Studies","11"],["simulation","Social Studies","12"],["simulation","Biology","PK"],["simulation","Biology","K"],["simulation","Biology","1"],["simulation","Biology","2"],["simulation","Biology","3"],["simulation","Biology","4"],["simulation","Biology","5"],["simulation","Biology","6"],["simulation","Biology","7"],["simulation","Biology","8"],["simulation","Biology","9"],["simulation","Biology","10"],["simulation","Biology","11"],["simulation","Biology","12"],["simulation","Chemistry","PK"],["simulation","Chemistry","K"],["simulation","Chemistry","1"],["simulation","Chemistry","2"],["simulation","Chemistry","3"],["simulation","Chemistry","4"],["simulation","Chemistry","5"],["simulation","Chemistry","6"],["simulation","Chemistry","7"],["simulation","Chemistry","8"],["simulation","Chemistry","9"],["simulation","Chemistry","10"],["simulation","Chemistry","11"],["simulation","Chemistry","12"],["simulation","Physics","PK"],["simulation","Physics","K"],["simulation","Physics","1"],["simulation","Physics","2"],["simulation","Physics","3"],["simulation","Physics","4"],["simulation","Physics","5"],["simulation","Physics","6"],["simulation","Physics","7"],["simulation","Physics","8"],["simulation","Physics","9"],["simulation","Physics","10"],["simulation","Physics","11"],["simulation","Physics","12"],["simulation","Economics","PK"],["simulation","Economics","K"],["simulation","Economics","1"],["simulation","Economics","2"],["simulation","Economics","3"],["simulation","Economics","4"],["simulation","Economics","5"],["simulation","Economics","6"],["simulation","Economics","7"],["simulation","Economics","8"],["simulation","Economics","9"],["simulation","Economics","10"],["simulation","Economics","11"],["simulation","Economics","12"],["simulation","History","PK"],["simulation","History","K"],["simulation","History","1"],["simulation","History","2"],["simulation","History","3"],["simulation","History","4"],["simulation","History","5"],["simulation","History","6"],["simulation","History","7"],["simulation","History","8"],["simulation","History","9"],["simulation","History","10"],["simulation","History","11"],["simulation","History","12"],["simulation","Geography","PK"],["simulation","Geography","K"],["simulation","Geography","1"],["simulation","Geography","2"],["simulation","Geography","3"],["simulation","Geography","4"],["simulation","Geography","5"],["simulation","Geography","6"],["simulation","Geography","7"],["simulation","Geography","8"],["simulation","Geography","9"],["simulation","Geography","10"],["simulation","Geography","11"],["simulation","Geography","12"],["simulation","Civics","PK"],["simulation","Civics","K"],["simulation","Civics","1"],["simulation","Civics","2"],["simulation","Civics","3"],["simulation","Civics","4"],["simulation","Civics","5"],["simulation","Civics","6"],["simulation","Civics","7"],["simulation","Civics","8"],["simulation","Civics","9"],["simulation","Civics","10"],["simulation","Civics","11"],["simulation","Civics","12"],["manipulative","Math","PK"],["manipulative","Math","K"],["manipulative","Math","1"],["manipulative","Math","2"],["manipulative","Math","3"],["manipulative","Math","4"],["manipulative","Math","5"],["manipulative","Math","6"],["manipulative","Math","7"],["manipulative","Math","8"],["manipulative","Math","9"],["manipulative","Math","10"],["manipulative","Math","11"],["manipulative","Math","12"],["manipulative","Reading","PK"],["manipulative","Reading","K"],["manipulative","Reading","1"],["manipulative","Reading","2"],["manipulative","Reading","3"],["manipulative","Reading","4"],["manipulative","Reading","5"],["manipulative","Reading","6"],["manipulative","Reading","7"],["manipulative","Reading","8"],["manipulative","Reading","9"],["manipulative","Reading","10"],["manipulative","Reading","11"],["manipulative","Reading","12"],["manipulative","Language","PK"],["manipulative","Language","K"],["manipulative","Language","1"],["manipulative","Language","2"],["manipulative","Language","3"],["manipulative","Language","4"],["manipulative","Language","5"],["manipulative","Language","6"],["manipulative","Language","7"],["manipulative","Language","8"],["manipulative","Language","9"],["manipulative","Language","10"],["manipulative","Language","11"],["manipulative","Language","12"],["manipulative","Science","PK"],["manipulative","Science","K"],["manipulative","Science","1"],["manipulative","Science","2"],["manipulative","Science","3"],["manipulative","Science","4"],["manipulative","Science","5"],["manipulative","Science","6"],["manipulative","Science","7"],["manipulative","Science","8"],["manipulative","Science","9"],["manipulative","Science","10"],["manipulative","Science","11"],["manipulative","Science","12"],["manipulative","Vocabulary","PK"],["manipulative","Vocabulary","K"],["manipulative","Vocabulary","1"],["manipulative","Vocabulary","2"],["manipulative","Vocabulary","3"],["manipulative","Vocabulary","4"],["manipulative","Vocabulary","5"],["manipulative","Vocabulary","6"],["manipulative","Vocabulary","7"],["manipulative","Vocabulary","8"],["manipulative","Vocabulary","9"],["manipulative","Vocabulary","10"],["manipulative","Vocabulary","11"],["manipulative","Vocabulary","12"],["manipulative","Writing","PK"],["manipulative","Writing","K"],["manipulative","Writing","1"],["manipulative","Writing","2"],["manipulative","Writing","3"],["manipulative","Writing","4"],["manipulative","Writing","5"],["manipulative","Writing","6"],["manipulative","Writing","7"],["manipulative","Writing","8"],["manipulative","Writing","9"],["manipulative","Writing","10"],["manipulative","Writing","11"],["manipulative","Writing","12"],["manipulative","Social Studies","PK"],["manipulative","Social Studies","K"],["manipulative","Social Studies","1"],["manipulative","Social Studies","2"],["manipulative","Social Studies","3"],["manipulative","Social Studies","4"],["manipulative","Social Studies","5"],["manipulative","Social Studies","6"],["manipulative","Social Studies","7"],["manipulative","Social Studies","8"],["manipulative","Social Studies","9"],["manipulative","Social Studies","10"],["manipulative","Social Studies","11"],["manipulative","Social Studies","12"],["manipulative","Biology","PK"],["manipulative","Biology","K"],["manipulative","Biology","1"],["manipulative","Biology","2"],["manipulative","Biology","3"],["manipulative","Biology","4"],["manipulative","Biology","5"],["manipulative","Biology","6"],["manipulative","Biology","7"],["manipulative","Biology","8"],["manipulative","Biology","9"],["manipulative","Biology","10"],["manipulative","Biology","11"],["manipulative","Biology","12"],["manipulative","Chemistry","PK"],["manipulative","Chemistry","K"],["manipulative","Chemistry","1"],["manipulative","Chemistry","2"],["manipulative","Chemistry","3"],["manipulative","Chemistry","4"],["manipulative","Chemistry","5"],["manipulative","Chemistry","6"],["manipulative","Chemistry","7"],["manipulative","Chemistry","8"],["manipulative","Chemistry","9"],["manipulative","Chemistry","10"],["manipulative","Chemistry","11"],["manipulative","Chemistry","12"],["manipulative","Physics","PK"],["manipulative","Physics","K"],["manipulative","Physics","1"],["manipulative","Physics","2"],["manipulative","Physics","3"],["manipulative","Physics","4"],["manipulative","Physics","5"],["manipulative","Physics","6"],["manipulative","Physics","7"],["manipulative","Physics","8"],["manipulative","Physics","9"],["manipulative","Physics","10"],["manipulative","Physics","11"],["manipulative","Physics","12"],["manipulative","Economics","PK"],["manipulative","Economics","K"],["manipulative","Economics","1"],["manipulative","Economics","2"],["manipulative","Economics","3"],["manipulative","Economics","4"],["manipulative","Economics","5"],["manipulative","Economics","6"],["manipulative","Economics","7"],["manipulative","Economics","8"],["manipulative","Economics","9"],["manipulative","Economics","10"],["manipulative","Economics","11"],["manipulative","Economics","12"],["manipulative","History","PK"],["manipulative","History","K"],["manipulative","History","1"],["manipulative","History","2"],["manipulative","History","3"],["manipulative","History","4"],["manipulative","History","5"],["manipulative","History","6"],["manipulative","History","7"],["manipulative","History","8"],["manipulative","History","9"],["manipulative","History","10"],["manipulative","History","11"],["manipulative","History","12"],["manipulative","Geography","PK"],["manipulative","Geography","K"],["manipulative","Geography","1"],["manipulative","Geography","2"],["manipulative","Geography","3"],["manipulative","Geography","4"],["manipulative","Geography","5"],["manipulative","Geography","6"],["manipulative","Geography","7"],["manipulative","Geography","8"],["manipulative","Geography","9"],["manipulative","Geography","10"],["manipulative","Geography","11"],["manipulative","Geography","12"],["manipulative","Civics","PK"],["manipulative","Civics","K"],["manipulative","Civics","1"],["manipulative","Civics","2"],["manipulative","Civics","3"],["manipulative","Civics","4"],["manipulative","Civics","5"],["manipulative","Civics","6"],["manipulative","Civics","7"],["manipulative","Civics","8"],["manipulative","Civics","9"],["manipulative","Civics","10"],["manipulative","Civics","11"],["manipulative","Civics","12"],["game","Math","PK"],["game","Math","K"],["game","Math","1"],["game","Math","2"],["game","Math","3"],["game","Math","4"],["game","Math","5"],["game","Math","6"],["game","Math","7"],["game","Math","8"],["game","Math","9"],["game","Math","10"],["game","Math","11"],["game","Math","12"],["game","Reading","PK"],["game","Reading","K"],["game","Reading","1"],["game","Reading","2"],["game","Reading","3"],["game","Reading","4"],["game","Reading","5"],["game","Reading","6"],["game","Reading","7"],["game","Reading","8"],["game","Reading","9"],["game","Reading","10"],["game","Reading","11"],["game","Reading","12"],["game","Language","PK"],["game","Language","K"],["game","Language","1"],["game","Language","2"],["game","Language","3"],["game","Language","4"],["game","Language","5"],["game","Language","6"],["game","Language","7"],["game","Language","8"],["game","Language","9"],["game","Language","10"],["game","Language","11"],["game","Language","12"],["game","Science","PK"],["game","Science","K"],["game","Science","1"],["game","Science","2"],["game","Science","3"],["game","Science","4"],["game","Science","5"],["game","Science","6"],["game","Science","7"],["game","Science","8"],["game","Science","9"],["game","Science","10"],["game","Science","11"],["game","Science","12"],["game","Vocabulary","PK"],["game","Vocabulary","K"],["game","Vocabulary","1"],["game","Vocabulary","2"],["game","Vocabulary","3"],["game","Vocabulary","4"],["game","Vocabulary","5"],["game","Vocabulary","6"],["game","Vocabulary","7"],["game","Vocabulary","8"],["game","Vocabulary","9"],["game","Vocabulary","10"],["game","Vocabulary","11"],["game","Vocabulary","12"],["game","Writing","PK"],["game","Writing","K"],["game","Writing","1"],["game","Writing","2"],["game","Writing","3"],["game","Writing","4"],["game","Writing","5"],["game","Writing","6"],["game","Writing","7"],["game","Writing","8"],["game","Writing","9"],["game","Writing","10"],["game","Writing","11"],["game","Writing","12"],["game","Social Studies","PK"],["game","Social Studies","K"],["game","Social Studies","1"],["game","Social Studies","2"],["game","Social Studies","3"],["game","Social Studies","4"],["game","Social Studies","5"],["game","Social Studies","6"],["game","Social Studies","7"],["game","Social Studies","8"],["game","Social Studies","9"],["game","Social Studies","10"],["game","Social Studies","11"],["game","Social Studies","12"],["game","Biology","PK"],["game","Biology","K"],["game","Biology","1"],["game","Biology","2"],["game","Biology","3"],["game","Biology","4"],["game","Biology","5"],["game","Biology","6"],["game","Biology","7"],["game","Biology","8"],["game","Biology","9"],["game","Biology","10"],["game","Biology","11"],["game","Biology","12"],["game","Chemistry","PK"],["game","Chemistry","K"],["game","Chemistry","1"],["game","Chemistry","2"],["game","Chemistry","3"],["game","Chemistry","4"],["game","Chemistry","5"],["game","Chemistry","6"],["game","Chemistry","7"],["game","Chemistry","8"],["game","Chemistry","9"],["game","Chemistry","10"],["game","Chemistry","11"],["game","Chemistry","12"],["game","Physics","PK"],["game","Physics","K"],["game","Physics","1"],["game","Physics","2"],["game","Physics","3"],["game","Physics","4"],["game","Physics","5"],["game","Physics","6"],["game","Physics","7"],["game","Physics","8"],["game","Physics","9"],["game","Physics","10"],["game","Physics","11"],["game","Physics","12"],["game","Economics","PK"],["game","Economics","K"],["game","Economics","1"],["game","Economics","2"],["game","Economics","3"],["game","Economics","4"],["game","Economics","5"],["game","Economics","6"],["game","Economics","7"],["game","Economics","8"],["game","Economics","9"],["game","Economics","10"],["game","Economics","11"],["game","Economics","12"],["game","History","PK"],["game","History","K"],["game","History","1"],["game","History","2"],["game","History","3"],["game","History","4"],["game","History","5"],["game","History","6"],["game","History","7"],["game","History","8"],["game","History","9"],["game","History","10"],["game","History","11"],["game","History","12"],["game","Geography","PK"],["game","Geography","K"],["game","Geography","1"],["game","Geography","2"],["game","Geography","3"],["game","Geography","4"],["game","Geography","5"],["game","Geography","6"],["game","Geography","7"],["game","Geography","8"],["game","Geography","9"],["game","Geography","10"],["game","Geography","11"],["game","Geography","12"],["game","Civics","PK"],["game","Civics","K"],["game","Civics","1"],["game","Civics","2"],["game","Civics","3"],["game","Civics","4"],["game","Civics","5"],["game","Civics","6"],["game","Civics","7"],["game","Civics","8"],["game","Civics","9"],["game","Civics","10"],["game","Civics","11"],["game","Civics","12"],["canonical-kc-synthesis","Math","PK"],["canonical-kc-synthesis","Math","K"],["canonical-kc-synthesis","Math","1"],["canonical-kc-synthesis","Math","2"],["canonical-kc-synthesis","Math","3"],["canonical-kc-synthesis","Math","4"],["canonical-kc-synthesis","Math","5"],["canonical-kc-synthesis","Math","6"],["canonical-kc-synthesis","Math","7"],["canonical-kc-synthesis","Math","8"],["canonical-kc-synthesis","Math","9"],["canonical-kc-synthesis","Math","10"],["canonical-kc-synthesis","Math","11"],["canonical-kc-synthesis","Math","12"],["canonical-kc-synthesis","Reading","PK"],["canonical-kc-synthesis","Reading","K"],["canonical-kc-synthesis","Reading","1"],["canonical-kc-synthesis","Reading","2"],["canonical-kc-synthesis","Reading","3"],["canonical-kc-synthesis","Reading","4"],["canonical-kc-synthesis","Reading","5"],["canonical-kc-synthesis","Reading","6"],["canonical-kc-synthesis","Reading","7"],["canonical-kc-synthesis","Reading","8"],["canonical-kc-synthesis","Reading","9"],["canonical-kc-synthesis","Reading","10"],["canonical-kc-synthesis","Reading","11"],["canonical-kc-synthesis","Reading","12"],["canonical-kc-synthesis","Language","PK"],["canonical-kc-synthesis","Language","K"],["canonical-kc-synthesis","Language","1"],["canonical-kc-synthesis","Language","2"],["canonical-kc-synthesis","Language","3"],["canonical-kc-synthesis","Language","4"],["canonical-kc-synthesis","Language","5"],["canonical-kc-synthesis","Language","6"],["canonical-kc-synthesis","Language","7"],["canonical-kc-synthesis","Language","8"],["canonical-kc-synthesis","Language","9"],["canonical-kc-synthesis","Language","10"],["canonical-kc-synthesis","Language","11"],["canonical-kc-synthesis","Language","12"],["canonical-kc-synthesis","Science","PK"],["canonical-kc-synthesis","Science","K"],["canonical-kc-synthesis","Science","1"],["canonical-kc-synthesis","Science","2"],["canonical-kc-synthesis","Science","3"],["canonical-kc-synthesis","Science","4"],["canonical-kc-synthesis","Science","5"],["canonical-kc-synthesis","Science","6"],["canonical-kc-synthesis","Science","7"],["canonical-kc-synthesis","Science","8"],["canonical-kc-synthesis","Science","9"],["canonical-kc-synthesis","Science","10"],["canonical-kc-synthesis","Science","11"],["canonical-kc-synthesis","Science","12"],["canonical-kc-synthesis","Vocabulary","PK"],["canonical-kc-synthesis","Vocabulary","K"],["canonical-kc-synthesis","Vocabulary","1"],["canonical-kc-synthesis","Vocabulary","2"],["canonical-kc-synthesis","Vocabulary","3"],["canonical-kc-synthesis","Vocabulary","4"],["canonical-kc-synthesis","Vocabulary","5"],["canonical-kc-synthesis","Vocabulary","6"],["canonical-kc-synthesis","Vocabulary","7"],["canonical-kc-synthesis","Vocabulary","8"],["canonical-kc-synthesis","Vocabulary","9"],["canonical-kc-synthesis","Vocabulary","10"],["canonical-kc-synthesis","Vocabulary","11"],["canonical-kc-synthesis","Vocabulary","12"],["canonical-kc-synthesis","Writing","PK"],["canonical-kc-synthesis","Writing","K"],["canonical-kc-synthesis","Writing","1"],["canonical-kc-synthesis","Writing","2"],["canonical-kc-synthesis","Writing","3"],["canonical-kc-synthesis","Writing","4"],["canonical-kc-synthesis","Writing","5"],["canonical-kc-synthesis","Writing","6"],["canonical-kc-synthesis","Writing","7"],["canonical-kc-synthesis","Writing","8"],["canonical-kc-synthesis","Writing","9"],["canonical-kc-synthesis","Writing","10"],["canonical-kc-synthesis","Writing","11"],["canonical-kc-synthesis","Writing","12"],["canonical-kc-synthesis","Social Studies","PK"],["canonical-kc-synthesis","Social Studies","K"],["canonical-kc-synthesis","Social Studies","1"],["canonical-kc-synthesis","Social Studies","2"],["canonical-kc-synthesis","Social Studies","3"],["canonical-kc-synthesis","Social Studies","4"],["canonical-kc-synthesis","Social Studies","5"],["canonical-kc-synthesis","Social Studies","6"],["canonical-kc-synthesis","Social Studies","7"],["canonical-kc-synthesis","Social Studies","8"],["canonical-kc-synthesis","Social Studies","9"],["canonical-kc-synthesis","Social Studies","10"],["canonical-kc-synthesis","Social Studies","11"],["canonical-kc-synthesis","Social Studies","12"],["canonical-kc-synthesis","Biology","PK"],["canonical-kc-synthesis","Biology","K"],["canonical-kc-synthesis","Biology","1"],["canonical-kc-synthesis","Biology","2"],["canonical-kc-synthesis","Biology","3"],["canonical-kc-synthesis","Biology","4"],["canonical-kc-synthesis","Biology","5"],["canonical-kc-synthesis","Biology","6"],["canonical-kc-synthesis","Biology","7"],["canonical-kc-synthesis","Biology","8"],["canonical-kc-synthesis","Biology","9"],["canonical-kc-synthesis","Biology","10"],["canonical-kc-synthesis","Biology","11"],["canonical-kc-synthesis","Biology","12"],["canonical-kc-synthesis","Chemistry","PK"],["canonical-kc-synthesis","Chemistry","K"],["canonical-kc-synthesis","Chemistry","1"],["canonical-kc-synthesis","Chemistry","2"],["canonical-kc-synthesis","Chemistry","3"],["canonical-kc-synthesis","Chemistry","4"],["canonical-kc-synthesis","Chemistry","5"],["canonical-kc-synthesis","Chemistry","6"],["canonical-kc-synthesis","Chemistry","7"],["canonical-kc-synthesis","Chemistry","8"],["canonical-kc-synthesis","Chemistry","9"],["canonical-kc-synthesis","Chemistry","10"],["canonical-kc-synthesis","Chemistry","11"],["canonical-kc-synthesis","Chemistry","12"],["canonical-kc-synthesis","Physics","PK"],["canonical-kc-synthesis","Physics","K"],["canonical-kc-synthesis","Physics","1"],["canonical-kc-synthesis","Physics","2"],["canonical-kc-synthesis","Physics","3"],["canonical-kc-synthesis","Physics","4"],["canonical-kc-synthesis","Physics","5"],["canonical-kc-synthesis","Physics","6"],["canonical-kc-synthesis","Physics","7"],["canonical-kc-synthesis","Physics","8"],["canonical-kc-synthesis","Physics","9"],["canonical-kc-synthesis","Physics","10"],["canonical-kc-synthesis","Physics","11"],["canonical-kc-synthesis","Physics","12"],["canonical-kc-synthesis","Economics","PK"],["canonical-kc-synthesis","Economics","K"],["canonical-kc-synthesis","Economics","1"],["canonical-kc-synthesis","Economics","2"],["canonical-kc-synthesis","Economics","3"],["canonical-kc-synthesis","Economics","4"],["canonical-kc-synthesis","Economics","5"],["canonical-kc-synthesis","Economics","6"],["canonical-kc-synthesis","Economics","7"],["canonical-kc-synthesis","Economics","8"],["canonical-kc-synthesis","Economics","9"],["canonical-kc-synthesis","Economics","10"],["canonical-kc-synthesis","Economics","11"],["canonical-kc-synthesis","Economics","12"],["canonical-kc-synthesis","History","PK"],["canonical-kc-synthesis","History","K"],["canonical-kc-synthesis","History","1"],["canonical-kc-synthesis","History","2"],["canonical-kc-synthesis","History","3"],["canonical-kc-synthesis","History","4"],["canonical-kc-synthesis","History","5"],["canonical-kc-synthesis","History","6"],["canonical-kc-synthesis","History","7"],["canonical-kc-synthesis","History","8"],["canonical-kc-synthesis","History","9"],["canonical-kc-synthesis","History","10"],["canonical-kc-synthesis","History","11"],["canonical-kc-synthesis","History","12"],["canonical-kc-synthesis","Geography","PK"],["canonical-kc-synthesis","Geography","K"],["canonical-kc-synthesis","Geography","1"],["canonical-kc-synthesis","Geography","2"],["canonical-kc-synthesis","Geography","3"],["canonical-kc-synthesis","Geography","4"],["canonical-kc-synthesis","Geography","5"],["canonical-kc-synthesis","Geography","6"],["canonical-kc-synthesis","Geography","7"],["canonical-kc-synthesis","Geography","8"],["canonical-kc-synthesis","Geography","9"],["canonical-kc-synthesis","Geography","10"],["canonical-kc-synthesis","Geography","11"],["canonical-kc-synthesis","Geography","12"],["canonical-kc-synthesis","Civics","PK"],["canonical-kc-synthesis","Civics","K"],["canonical-kc-synthesis","Civics","1"],["canonical-kc-synthesis","Civics","2"],["canonical-kc-synthesis","Civics","3"],["canonical-kc-synthesis","Civics","4"],["canonical-kc-synthesis","Civics","5"],["canonical-kc-synthesis","Civics","6"],["canonical-kc-synthesis","Civics","7"],["canonical-kc-synthesis","Civics","8"],["canonical-kc-synthesis","Civics","9"],["canonical-kc-synthesis","Civics","10"],["canonical-kc-synthesis","Civics","11"],["canonical-kc-synthesis","Civics","12"],["content-materialization","Math","PK"],["content-materialization","Math","K"],["content-materialization","Math","1"],["content-materialization","Math","2"],["content-materialization","Math","3"],["content-materialization","Math","4"],["content-materialization","Math","5"],["content-materialization","Math","6"],["content-materialization","Math","7"],["content-materialization","Math","8"],["content-materialization","Math","9"],["content-materialization","Math","10"],["content-materialization","Math","11"],["content-materialization","Math","12"],["content-materialization","Reading","PK"],["content-materialization","Reading","K"],["content-materialization","Reading","1"],["content-materialization","Reading","2"],["content-materialization","Reading","3"],["content-materialization","Reading","4"],["content-materialization","Reading","5"],["content-materialization","Reading","6"],["content-materialization","Reading","7"],["content-materialization","Reading","8"],["content-materialization","Reading","9"],["content-materialization","Reading","10"],["content-materialization","Reading","11"],["content-materialization","Reading","12"],["content-materialization","Language","PK"],["content-materialization","Language","K"],["content-materialization","Language","1"],["content-materialization","Language","2"],["content-materialization","Language","3"],["content-materialization","Language","4"],["content-materialization","Language","5"],["content-materialization","Language","6"],["content-materialization","Language","7"],["content-materialization","Language","8"],["content-materialization","Language","9"],["content-materialization","Language","10"],["content-materialization","Language","11"],["content-materialization","Language","12"],["content-materialization","Science","PK"],["content-materialization","Science","K"],["content-materialization","Science","1"],["content-materialization","Science","2"],["content-materialization","Science","3"],["content-materialization","Science","4"],["content-materialization","Science","5"],["content-materialization","Science","6"],["content-materialization","Science","7"],["content-materialization","Science","8"],["content-materialization","Science","9"],["content-materialization","Science","10"],["content-materialization","Science","11"],["content-materialization","Science","12"],["content-materialization","Vocabulary","PK"],["content-materialization","Vocabulary","K"],["content-materialization","Vocabulary","1"],["content-materialization","Vocabulary","2"],["content-materialization","Vocabulary","3"],["content-materialization","Vocabulary","4"],["content-materialization","Vocabulary","5"],["content-materialization","Vocabulary","6"],["content-materialization","Vocabulary","7"],["content-materialization","Vocabulary","8"],["content-materialization","Vocabulary","9"],["content-materialization","Vocabulary","10"],["content-materialization","Vocabulary","11"],["content-materialization","Vocabulary","12"],["content-materialization","Writing","PK"],["content-materialization","Writing","K"],["content-materialization","Writing","1"],["content-materialization","Writing","2"],["content-materialization","Writing","3"],["content-materialization","Writing","4"],["content-materialization","Writing","5"],["content-materialization","Writing","6"],["content-materialization","Writing","7"],["content-materialization","Writing","8"],["content-materialization","Writing","9"],["content-materialization","Writing","10"],["content-materialization","Writing","11"],["content-materialization","Writing","12"],["content-materialization","Social Studies","PK"],["content-materialization","Social Studies","K"],["content-materialization","Social Studies","1"],["content-materialization","Social Studies","2"],["content-materialization","Social Studies","3"],["content-materialization","Social Studies","4"],["content-materialization","Social Studies","5"],["content-materialization","Social Studies","6"],["content-materialization","Social Studies","7"],["content-materialization","Social Studies","8"],["content-materialization","Social Studies","9"],["content-materialization","Social Studies","10"],["content-materialization","Social Studies","11"],["content-materialization","Social Studies","12"],["content-materialization","Biology","PK"],["content-materialization","Biology","K"],["content-materialization","Biology","1"],["content-materialization","Biology","2"],["content-materialization","Biology","3"],["content-materialization","Biology","4"],["content-materialization","Biology","5"],["content-materialization","Biology","6"],["content-materialization","Biology","7"],["content-materialization","Biology","8"],["content-materialization","Biology","9"],["content-materialization","Biology","10"],["content-materialization","Biology","11"],["content-materialization","Biology","12"],["content-materialization","Chemistry","PK"],["content-materialization","Chemistry","K"],["content-materialization","Chemistry","1"],["content-materialization","Chemistry","2"],["content-materialization","Chemistry","3"],["content-materialization","Chemistry","4"],["content-materialization","Chemistry","5"],["content-materialization","Chemistry","6"],["content-materialization","Chemistry","7"],["content-materialization","Chemistry","8"],["content-materialization","Chemistry","9"],["content-materialization","Chemistry","10"],["content-materialization","Chemistry","11"],["content-materialization","Chemistry","12"],["content-materialization","Physics","PK"],["content-materialization","Physics","K"],["content-materialization","Physics","1"],["content-materialization","Physics","2"],["content-materialization","Physics","3"],["content-materialization","Physics","4"],["content-materialization","Physics","5"],["content-materialization","Physics","6"],["content-materialization","Physics","7"],["content-materialization","Physics","8"],["content-materialization","Physics","9"],["content-materialization","Physics","10"],["content-materialization","Physics","11"],["content-materialization","Physics","12"],["content-materialization","Economics","PK"],["content-materialization","Economics","K"],["content-materialization","Economics","1"],["content-materialization","Economics","2"],["content-materialization","Economics","3"],["content-materialization","Economics","4"],["content-materialization","Economics","5"],["content-materialization","Economics","6"],["content-materialization","Economics","7"],["content-materialization","Economics","8"],["content-materialization","Economics","9"],["content-materialization","Economics","10"],["content-materialization","Economics","11"],["content-materialization","Economics","12"],["content-materialization","History","PK"],["content-materialization","History","K"],["content-materialization","History","1"],["content-materialization","History","2"],["content-materialization","History","3"],["content-materialization","History","4"],["content-materialization","History","5"],["content-materialization","History","6"],["content-materialization","History","7"],["content-materialization","History","8"],["content-materialization","History","9"],["content-materialization","History","10"],["content-materialization","History","11"],["content-materialization","History","12"],["content-materialization","Geography","PK"],["content-materialization","Geography","K"],["content-materialization","Geography","1"],["content-materialization","Geography","2"],["content-materialization","Geography","3"],["content-materialization","Geography","4"],["content-materialization","Geography","5"],["content-materialization","Geography","6"],["content-materialization","Geography","7"],["content-materialization","Geography","8"],["content-materialization","Geography","9"],["content-materialization","Geography","10"],["content-materialization","Geography","11"],["content-materialization","Geography","12"],["content-materialization","Civics","PK"],["content-materialization","Civics","K"],["content-materialization","Civics","1"],["content-materialization","Civics","2"],["content-materialization","Civics","3"],["content-materialization","Civics","4"],["content-materialization","Civics","5"],["content-materialization","Civics","6"],["content-materialization","Civics","7"],["content-materialization","Civics","8"],["content-materialization","Civics","9"],["content-materialization","Civics","10"],["content-materialization","Civics","11"],["content-materialization","Civics","12"],["curriculum-course","Math","PK"],["curriculum-course","Math","K"],["curriculum-course","Math","1"],["curriculum-course","Math","2"],["curriculum-course","Math","3"],["curriculum-course","Math","4"],["curriculum-course","Math","5"],["curriculum-course","Math","6"],["curriculum-course","Math","7"],["curriculum-course","Math","8"],["curriculum-course","Math","9"],["curriculum-course","Math","10"],["curriculum-course","Math","11"],["curriculum-course","Math","12"],["curriculum-course","Reading","PK"],["curriculum-course","Reading","K"],["curriculum-course","Reading","1"],["curriculum-course","Reading","2"],["curriculum-course","Reading","3"],["curriculum-course","Reading","4"],["curriculum-course","Reading","5"],["curriculum-course","Reading","6"],["curriculum-course","Reading","7"],["curriculum-course","Reading","8"],["curriculum-course","Reading","9"],["curriculum-course","Reading","10"],["curriculum-course","Reading","11"],["curriculum-course","Reading","12"],["curriculum-course","Language","PK"],["curriculum-course","Language","K"],["curriculum-course","Language","1"],["curriculum-course","Language","2"],["curriculum-course","Language","3"],["curriculum-course","Language","4"],["curriculum-course","Language","5"],["curriculum-course","Language","6"],["curriculum-course","Language","7"],["curriculum-course","Language","8"],["curriculum-course","Language","9"],["curriculum-course","Language","10"],["curriculum-course","Language","11"],["curriculum-course","Language","12"],["curriculum-course","Science","PK"],["curriculum-course","Science","K"],["curriculum-course","Science","1"],["curriculum-course","Science","2"],["curriculum-course","Science","3"],["curriculum-course","Science","4"],["curriculum-course","Science","5"],["curriculum-course","Science","6"],["curriculum-course","Science","7"],["curriculum-course","Science","8"],["curriculum-course","Science","9"],["curriculum-course","Science","10"],["curriculum-course","Science","11"],["curriculum-course","Science","12"],["curriculum-course","Vocabulary","PK"],["curriculum-course","Vocabulary","K"],["curriculum-course","Vocabulary","1"],["curriculum-course","Vocabulary","2"],["curriculum-course","Vocabulary","3"],["curriculum-course","Vocabulary","4"],["curriculum-course","Vocabulary","5"],["curriculum-course","Vocabulary","6"],["curriculum-course","Vocabulary","7"],["curriculum-course","Vocabulary","8"],["curriculum-course","Vocabulary","9"],["curriculum-course","Vocabulary","10"],["curriculum-course","Vocabulary","11"],["curriculum-course","Vocabulary","12"],["curriculum-course","Writing","PK"],["curriculum-course","Writing","K"],["curriculum-course","Writing","1"],["curriculum-course","Writing","2"],["curriculum-course","Writing","3"],["curriculum-course","Writing","4"],["curriculum-course","Writing","5"],["curriculum-course","Writing","6"],["curriculum-course","Writing","7"],["curriculum-course","Writing","8"],["curriculum-course","Writing","9"],["curriculum-course","Writing","10"],["curriculum-course","Writing","11"],["curriculum-course","Writing","12"],["curriculum-course","Social Studies","PK"],["curriculum-course","Social Studies","K"],["curriculum-course","Social Studies","1"],["curriculum-course","Social Studies","2"],["curriculum-course","Social Studies","3"],["curriculum-course","Social Studies","4"],["curriculum-course","Social Studies","5"],["curriculum-course","Social Studies","6"],["curriculum-course","Social Studies","7"],["curriculum-course","Social Studies","8"],["curriculum-course","Social Studies","9"],["curriculum-course","Social Studies","10"],["curriculum-course","Social Studies","11"],["curriculum-course","Social Studies","12"],["curriculum-course","Biology","PK"],["curriculum-course","Biology","K"],["curriculum-course","Biology","1"],["curriculum-course","Biology","2"],["curriculum-course","Biology","3"],["curriculum-course","Biology","4"],["curriculum-course","Biology","5"],["curriculum-course","Biology","6"],["curriculum-course","Biology","7"],["curriculum-course","Biology","8"],["curriculum-course","Biology","9"],["curriculum-course","Biology","10"],["curriculum-course","Biology","11"],["curriculum-course","Biology","12"],["curriculum-course","Chemistry","PK"],["curriculum-course","Chemistry","K"],["curriculum-course","Chemistry","1"],["curriculum-course","Chemistry","2"],["curriculum-course","Chemistry","3"],["curriculum-course","Chemistry","4"],["curriculum-course","Chemistry","5"],["curriculum-course","Chemistry","6"],["curriculum-course","Chemistry","7"],["curriculum-course","Chemistry","8"],["curriculum-course","Chemistry","9"],["curriculum-course","Chemistry","10"],["curriculum-course","Chemistry","11"],["curriculum-course","Chemistry","12"],["curriculum-course","Physics","PK"],["curriculum-course","Physics","K"],["curriculum-course","Physics","1"],["curriculum-course","Physics","2"],["curriculum-course","Physics","3"],["curriculum-course","Physics","4"],["curriculum-course","Physics","5"],["curriculum-course","Physics","6"],["curriculum-course","Physics","7"],["curriculum-course","Physics","8"],["curriculum-course","Physics","9"],["curriculum-course","Physics","10"],["curriculum-course","Physics","11"],["curriculum-course","Physics","12"],["curriculum-course","Economics","PK"],["curriculum-course","Economics","K"],["curriculum-course","Economics","1"],["curriculum-course","Economics","2"],["curriculum-course","Economics","3"],["curriculum-course","Economics","4"],["curriculum-course","Economics","5"],["curriculum-course","Economics","6"],["curriculum-course","Economics","7"],["curriculum-course","Economics","8"],["curriculum-course","Economics","9"],["curriculum-course","Economics","10"],["curriculum-course","Economics","11"],["curriculum-course","Economics","12"],["curriculum-course","History","PK"],["curriculum-course","History","K"],["curriculum-course","History","1"],["curriculum-course","History","2"],["curriculum-course","History","3"],["curriculum-course","History","4"],["curriculum-course","History","5"],["curriculum-course","History","6"],["curriculum-course","History","7"],["curriculum-course","History","8"],["curriculum-course","History","9"],["curriculum-course","History","10"],["curriculum-course","History","11"],["curriculum-course","History","12"],["curriculum-course","Geography","PK"],["curriculum-course","Geography","K"],["curriculum-course","Geography","1"],["curriculum-course","Geography","2"],["curriculum-course","Geography","3"],["curriculum-course","Geography","4"],["curriculum-course","Geography","5"],["curriculum-course","Geography","6"],["curriculum-course","Geography","7"],["curriculum-course","Geography","8"],["curriculum-course","Geography","9"],["curriculum-course","Geography","10"],["curriculum-course","Geography","11"],["curriculum-course","Geography","12"],["curriculum-course","Civics","PK"],["curriculum-course","Civics","K"],["curriculum-course","Civics","1"],["curriculum-course","Civics","2"],["curriculum-course","Civics","3"],["curriculum-course","Civics","4"],["curriculum-course","Civics","5"],["curriculum-course","Civics","6"],["curriculum-course","Civics","7"],["curriculum-course","Civics","8"],["curriculum-course","Civics","9"],["curriculum-course","Civics","10"],["curriculum-course","Civics","11"],["curriculum-course","Civics","12"],["curriculum-generation-plan","Math","PK"],["curriculum-generation-plan","Math","K"],["curriculum-generation-plan","Math","1"],["curriculum-generation-plan","Math","2"],["curriculum-generation-plan","Math","3"],["curriculum-generation-plan","Math","4"],["curriculum-generation-plan","Math","5"],["curriculum-generation-plan","Math","6"],["curriculum-generation-plan","Math","7"],["curriculum-generation-plan","Math","8"],["curriculum-generation-plan","Math","9"],["curriculum-generation-plan","Math","10"],["curriculum-generation-plan","Math","11"],["curriculum-generation-plan","Math","12"],["curriculum-generation-plan","Reading","PK"],["curriculum-generation-plan","Reading","K"],["curriculum-generation-plan","Reading","1"],["curriculum-generation-plan","Reading","2"],["curriculum-generation-plan","Reading","3"],["curriculum-generation-plan","Reading","4"],["curriculum-generation-plan","Reading","5"],["curriculum-generation-plan","Reading","6"],["curriculum-generation-plan","Reading","7"],["curriculum-generation-plan","Reading","8"],["curriculum-generation-plan","Reading","9"],["curriculum-generation-plan","Reading","10"],["curriculum-generation-plan","Reading","11"],["curriculum-generation-plan","Reading","12"],["curriculum-generation-plan","Language","PK"],["curriculum-generation-plan","Language","K"],["curriculum-generation-plan","Language","1"],["curriculum-generation-plan","Language","2"],["curriculum-generation-plan","Language","3"],["curriculum-generation-plan","Language","4"],["curriculum-generation-plan","Language","5"],["curriculum-generation-plan","Language","6"],["curriculum-generation-plan","Language","7"],["curriculum-generation-plan","Language","8"],["curriculum-generation-plan","Language","9"],["curriculum-generation-plan","Language","10"],["curriculum-generation-plan","Language","11"],["curriculum-generation-plan","Language","12"],["curriculum-generation-plan","Science","PK"],["curriculum-generation-plan","Science","K"],["curriculum-generation-plan","Science","1"],["curriculum-generation-plan","Science","2"],["curriculum-generation-plan","Science","3"],["curriculum-generation-plan","Science","4"],["curriculum-generation-plan","Science","5"],["curriculum-generation-plan","Science","6"],["curriculum-generation-plan","Science","7"],["curriculum-generation-plan","Science","8"],["curriculum-generation-plan","Science","9"],["curriculum-generation-plan","Science","10"],["curriculum-generation-plan","Science","11"],["curriculum-generation-plan","Science","12"],["curriculum-generation-plan","Vocabulary","PK"],["curriculum-generation-plan","Vocabulary","K"],["curriculum-generation-plan","Vocabulary","1"],["curriculum-generation-plan","Vocabulary","2"],["curriculum-generation-plan","Vocabulary","3"],["curriculum-generation-plan","Vocabulary","4"],["curriculum-generation-plan","Vocabulary","5"],["curriculum-generation-plan","Vocabulary","6"],["curriculum-generation-plan","Vocabulary","7"],["curriculum-generation-plan","Vocabulary","8"],["curriculum-generation-plan","Vocabulary","9"],["curriculum-generation-plan","Vocabulary","10"],["curriculum-generation-plan","Vocabulary","11"],["curriculum-generation-plan","Vocabulary","12"],["curriculum-generation-plan","Writing","PK"],["curriculum-generation-plan","Writing","K"],["curriculum-generation-plan","Writing","1"],["curriculum-generation-plan","Writing","2"],["curriculum-generation-plan","Writing","3"],["curriculum-generation-plan","Writing","4"],["curriculum-generation-plan","Writing","5"],["curriculum-generation-plan","Writing","6"],["curriculum-generation-plan","Writing","7"],["curriculum-generation-plan","Writing","8"],["curriculum-generation-plan","Writing","9"],["curriculum-generation-plan","Writing","10"],["curriculum-generation-plan","Writing","11"],["curriculum-generation-plan","Writing","12"],["curriculum-generation-plan","Social Studies","PK"],["curriculum-generation-plan","Social Studies","K"],["curriculum-generation-plan","Social Studies","1"],["curriculum-generation-plan","Social Studies","2"],["curriculum-generation-plan","Social Studies","3"],["curriculum-generation-plan","Social Studies","4"],["curriculum-generation-plan","Social Studies","5"],["curriculum-generation-plan","Social Studies","6"],["curriculum-generation-plan","Social Studies","7"],["curriculum-generation-plan","Social Studies","8"],["curriculum-generation-plan","Social Studies","9"],["curriculum-generation-plan","Social Studies","10"],["curriculum-generation-plan","Social Studies","11"],["curriculum-generation-plan","Social Studies","12"],["curriculum-generation-plan","Biology","PK"],["curriculum-generation-plan","Biology","K"],["curriculum-generation-plan","Biology","1"],["curriculum-generation-plan","Biology","2"],["curriculum-generation-plan","Biology","3"],["curriculum-generation-plan","Biology","4"],["curriculum-generation-plan","Biology","5"],["curriculum-generation-plan","Biology","6"],["curriculum-generation-plan","Biology","7"],["curriculum-generation-plan","Biology","8"],["curriculum-generation-plan","Biology","9"],["curriculum-generation-plan","Biology","10"],["curriculum-generation-plan","Biology","11"],["curriculum-generation-plan","Biology","12"],["curriculum-generation-plan","Chemistry","PK"],["curriculum-generation-plan","Chemistry","K"],["curriculum-generation-plan","Chemistry","1"],["curriculum-generation-plan","Chemistry","2"],["curriculum-generation-plan","Chemistry","3"],["curriculum-generation-plan","Chemistry","4"],["curriculum-generation-plan","Chemistry","5"],["curriculum-generation-plan","Chemistry","6"],["curriculum-generation-plan","Chemistry","7"],["curriculum-generation-plan","Chemistry","8"],["curriculum-generation-plan","Chemistry","9"],["curriculum-generation-plan","Chemistry","10"],["curriculum-generation-plan","Chemistry","11"],["curriculum-generation-plan","Chemistry","12"],["curriculum-generation-plan","Physics","PK"],["curriculum-generation-plan","Physics","K"],["curriculum-generation-plan","Physics","1"],["curriculum-generation-plan","Physics","2"],["curriculum-generation-plan","Physics","3"],["curriculum-generation-plan","Physics","4"],["curriculum-generation-plan","Physics","5"],["curriculum-generation-plan","Physics","6"],["curriculum-generation-plan","Physics","7"],["curriculum-generation-plan","Physics","8"],["curriculum-generation-plan","Physics","9"],["curriculum-generation-plan","Physics","10"],["curriculum-generation-plan","Physics","11"],["curriculum-generation-plan","Physics","12"],["curriculum-generation-plan","Economics","PK"],["curriculum-generation-plan","Economics","K"],["curriculum-generation-plan","Economics","1"],["curriculum-generation-plan","Economics","2"],["curriculum-generation-plan","Economics","3"],["curriculum-generation-plan","Economics","4"],["curriculum-generation-plan","Economics","5"],["curriculum-generation-plan","Economics","6"],["curriculum-generation-plan","Economics","7"],["curriculum-generation-plan","Economics","8"],["curriculum-generation-plan","Economics","9"],["curriculum-generation-plan","Economics","10"],["curriculum-generation-plan","Economics","11"],["curriculum-generation-plan","Economics","12"],["curriculum-generation-plan","History","PK"],["curriculum-generation-plan","History","K"],["curriculum-generation-plan","History","1"],["curriculum-generation-plan","History","2"],["curriculum-generation-plan","History","3"],["curriculum-generation-plan","History","4"],["curriculum-generation-plan","History","5"],["curriculum-generation-plan","History","6"],["curriculum-generation-plan","History","7"],["curriculum-generation-plan","History","8"],["curriculum-generation-plan","History","9"],["curriculum-generation-plan","History","10"],["curriculum-generation-plan","History","11"],["curriculum-generation-plan","History","12"],["curriculum-generation-plan","Geography","PK"],["curriculum-generation-plan","Geography","K"],["curriculum-generation-plan","Geography","1"],["curriculum-generation-plan","Geography","2"],["curriculum-generation-plan","Geography","3"],["curriculum-generation-plan","Geography","4"],["curriculum-generation-plan","Geography","5"],["curriculum-generation-plan","Geography","6"],["curriculum-generation-plan","Geography","7"],["curriculum-generation-plan","Geography","8"],["curriculum-generation-plan","Geography","9"],["curriculum-generation-plan","Geography","10"],["curriculum-generation-plan","Geography","11"],["curriculum-generation-plan","Geography","12"],["curriculum-generation-plan","Civics","PK"],["curriculum-generation-plan","Civics","K"],["curriculum-generation-plan","Civics","1"],["curriculum-generation-plan","Civics","2"],["curriculum-generation-plan","Civics","3"],["curriculum-generation-plan","Civics","4"],["curriculum-generation-plan","Civics","5"],["curriculum-generation-plan","Civics","6"],["curriculum-generation-plan","Civics","7"],["curriculum-generation-plan","Civics","8"],["curriculum-generation-plan","Civics","9"],["curriculum-generation-plan","Civics","10"],["curriculum-generation-plan","Civics","11"],["curriculum-generation-plan","Civics","12"],["curriculum-kc-tree","Math","PK"],["curriculum-kc-tree","Math","K"],["curriculum-kc-tree","Math","1"],["curriculum-kc-tree","Math","2"],["curriculum-kc-tree","Math","3"],["curriculum-kc-tree","Math","4"],["curriculum-kc-tree","Math","5"],["curriculum-kc-tree","Math","6"],["curriculum-kc-tree","Math","7"],["curriculum-kc-tree","Math","8"],["curriculum-kc-tree","Math","9"],["curriculum-kc-tree","Math","10"],["curriculum-kc-tree","Math","11"],["curriculum-kc-tree","Math","12"],["curriculum-kc-tree","Reading","PK"],["curriculum-kc-tree","Reading","K"],["curriculum-kc-tree","Reading","1"],["curriculum-kc-tree","Reading","2"],["curriculum-kc-tree","Reading","3"],["curriculum-kc-tree","Reading","4"],["curriculum-kc-tree","Reading","5"],["curriculum-kc-tree","Reading","6"],["curriculum-kc-tree","Reading","7"],["curriculum-kc-tree","Reading","8"],["curriculum-kc-tree","Reading","9"],["curriculum-kc-tree","Reading","10"],["curriculum-kc-tree","Reading","11"],["curriculum-kc-tree","Reading","12"],["curriculum-kc-tree","Language","PK"],["curriculum-kc-tree","Language","K"],["curriculum-kc-tree","Language","1"],["curriculum-kc-tree","Language","2"],["curriculum-kc-tree","Language","3"],["curriculum-kc-tree","Language","4"],["curriculum-kc-tree","Language","5"],["curriculum-kc-tree","Language","6"],["curriculum-kc-tree","Language","7"],["curriculum-kc-tree","Language","8"],["curriculum-kc-tree","Language","9"],["curriculum-kc-tree","Language","10"],["curriculum-kc-tree","Language","11"],["curriculum-kc-tree","Language","12"],["curriculum-kc-tree","Science","PK"],["curriculum-kc-tree","Science","K"],["curriculum-kc-tree","Science","1"],["curriculum-kc-tree","Science","2"],["curriculum-kc-tree","Science","3"],["curriculum-kc-tree","Science","4"],["curriculum-kc-tree","Science","5"],["curriculum-kc-tree","Science","6"],["curriculum-kc-tree","Science","7"],["curriculum-kc-tree","Science","8"],["curriculum-kc-tree","Science","9"],["curriculum-kc-tree","Science","10"],["curriculum-kc-tree","Science","11"],["curriculum-kc-tree","Science","12"],["curriculum-kc-tree","Vocabulary","PK"],["curriculum-kc-tree","Vocabulary","K"],["curriculum-kc-tree","Vocabulary","1"],["curriculum-kc-tree","Vocabulary","2"],["curriculum-kc-tree","Vocabulary","3"],["curriculum-kc-tree","Vocabulary","4"],["curriculum-kc-tree","Vocabulary","5"],["curriculum-kc-tree","Vocabulary","6"],["curriculum-kc-tree","Vocabulary","7"],["curriculum-kc-tree","Vocabulary","8"],["curriculum-kc-tree","Vocabulary","9"],["curriculum-kc-tree","Vocabulary","10"],["curriculum-kc-tree","Vocabulary","11"],["curriculum-kc-tree","Vocabulary","12"],["curriculum-kc-tree","Writing","PK"],["curriculum-kc-tree","Writing","K"],["curriculum-kc-tree","Writing","1"],["curriculum-kc-tree","Writing","2"],["curriculum-kc-tree","Writing","3"],["curriculum-kc-tree","Writing","4"],["curriculum-kc-tree","Writing","5"],["curriculum-kc-tree","Writing","6"],["curriculum-kc-tree","Writing","7"],["curriculum-kc-tree","Writing","8"],["curriculum-kc-tree","Writing","9"],["curriculum-kc-tree","Writing","10"],["curriculum-kc-tree","Writing","11"],["curriculum-kc-tree","Writing","12"],["curriculum-kc-tree","Social Studies","PK"],["curriculum-kc-tree","Social Studies","K"],["curriculum-kc-tree","Social Studies","1"],["curriculum-kc-tree","Social Studies","2"],["curriculum-kc-tree","Social Studies","3"],["curriculum-kc-tree","Social Studies","4"],["curriculum-kc-tree","Social Studies","5"],["curriculum-kc-tree","Social Studies","6"],["curriculum-kc-tree","Social Studies","7"],["curriculum-kc-tree","Social Studies","8"],["curriculum-kc-tree","Social Studies","9"],["curriculum-kc-tree","Social Studies","10"],["curriculum-kc-tree","Social Studies","11"],["curriculum-kc-tree","Social Studies","12"],["curriculum-kc-tree","Biology","PK"],["curriculum-kc-tree","Biology","K"],["curriculum-kc-tree","Biology","1"],["curriculum-kc-tree","Biology","2"],["curriculum-kc-tree","Biology","3"],["curriculum-kc-tree","Biology","4"],["curriculum-kc-tree","Biology","5"],["curriculum-kc-tree","Biology","6"],["curriculum-kc-tree","Biology","7"],["curriculum-kc-tree","Biology","8"],["curriculum-kc-tree","Biology","9"],["curriculum-kc-tree","Biology","10"],["curriculum-kc-tree","Biology","11"],["curriculum-kc-tree","Biology","12"],["curriculum-kc-tree","Chemistry","PK"],["curriculum-kc-tree","Chemistry","K"],["curriculum-kc-tree","Chemistry","1"],["curriculum-kc-tree","Chemistry","2"],["curriculum-kc-tree","Chemistry","3"],["curriculum-kc-tree","Chemistry","4"],["curriculum-kc-tree","Chemistry","5"],["curriculum-kc-tree","Chemistry","6"],["curriculum-kc-tree","Chemistry","7"],["curriculum-kc-tree","Chemistry","8"],["curriculum-kc-tree","Chemistry","9"],["curriculum-kc-tree","Chemistry","10"],["curriculum-kc-tree","Chemistry","11"],["curriculum-kc-tree","Chemistry","12"],["curriculum-kc-tree","Physics","PK"],["curriculum-kc-tree","Physics","K"],["curriculum-kc-tree","Physics","1"],["curriculum-kc-tree","Physics","2"],["curriculum-kc-tree","Physics","3"],["curriculum-kc-tree","Physics","4"],["curriculum-kc-tree","Physics","5"],["curriculum-kc-tree","Physics","6"],["curriculum-kc-tree","Physics","7"],["curriculum-kc-tree","Physics","8"],["curriculum-kc-tree","Physics","9"],["curriculum-kc-tree","Physics","10"],["curriculum-kc-tree","Physics","11"],["curriculum-kc-tree","Physics","12"],["curriculum-kc-tree","Economics","PK"],["curriculum-kc-tree","Economics","K"],["curriculum-kc-tree","Economics","1"],["curriculum-kc-tree","Economics","2"],["curriculum-kc-tree","Economics","3"],["curriculum-kc-tree","Economics","4"],["curriculum-kc-tree","Economics","5"],["curriculum-kc-tree","Economics","6"],["curriculum-kc-tree","Economics","7"],["curriculum-kc-tree","Economics","8"],["curriculum-kc-tree","Economics","9"],["curriculum-kc-tree","Economics","10"],["curriculum-kc-tree","Economics","11"],["curriculum-kc-tree","Economics","12"],["curriculum-kc-tree","History","PK"],["curriculum-kc-tree","History","K"],["curriculum-kc-tree","History","1"],["curriculum-kc-tree","History","2"],["curriculum-kc-tree","History","3"],["curriculum-kc-tree","History","4"],["curriculum-kc-tree","History","5"],["curriculum-kc-tree","History","6"],["curriculum-kc-tree","History","7"],["curriculum-kc-tree","History","8"],["curriculum-kc-tree","History","9"],["curriculum-kc-tree","History","10"],["curriculum-kc-tree","History","11"],["curriculum-kc-tree","History","12"],["curriculum-kc-tree","Geography","PK"],["curriculum-kc-tree","Geography","K"],["curriculum-kc-tree","Geography","1"],["curriculum-kc-tree","Geography","2"],["curriculum-kc-tree","Geography","3"],["curriculum-kc-tree","Geography","4"],["curriculum-kc-tree","Geography","5"],["curriculum-kc-tree","Geography","6"],["curriculum-kc-tree","Geography","7"],["curriculum-kc-tree","Geography","8"],["curriculum-kc-tree","Geography","9"],["curriculum-kc-tree","Geography","10"],["curriculum-kc-tree","Geography","11"],["curriculum-kc-tree","Geography","12"],["curriculum-kc-tree","Civics","PK"],["curriculum-kc-tree","Civics","K"],["curriculum-kc-tree","Civics","1"],["curriculum-kc-tree","Civics","2"],["curriculum-kc-tree","Civics","3"],["curriculum-kc-tree","Civics","4"],["curriculum-kc-tree","Civics","5"],["curriculum-kc-tree","Civics","6"],["curriculum-kc-tree","Civics","7"],["curriculum-kc-tree","Civics","8"],["curriculum-kc-tree","Civics","9"],["curriculum-kc-tree","Civics","10"],["curriculum-kc-tree","Civics","11"],["curriculum-kc-tree","Civics","12"],["curriculum-lesson-set","Math","PK"],["curriculum-lesson-set","Math","K"],["curriculum-lesson-set","Math","1"],["curriculum-lesson-set","Math","2"],["curriculum-lesson-set","Math","3"],["curriculum-lesson-set","Math","4"],["curriculum-lesson-set","Math","5"],["curriculum-lesson-set","Math","6"],["curriculum-lesson-set","Math","7"],["curriculum-lesson-set","Math","8"],["curriculum-lesson-set","Math","9"],["curriculum-lesson-set","Math","10"],["curriculum-lesson-set","Math","11"],["curriculum-lesson-set","Math","12"],["curriculum-lesson-set","Reading","PK"],["curriculum-lesson-set","Reading","K"],["curriculum-lesson-set","Reading","1"],["curriculum-lesson-set","Reading","2"],["curriculum-lesson-set","Reading","3"],["curriculum-lesson-set","Reading","4"],["curriculum-lesson-set","Reading","5"],["curriculum-lesson-set","Reading","6"],["curriculum-lesson-set","Reading","7"],["curriculum-lesson-set","Reading","8"],["curriculum-lesson-set","Reading","9"],["curriculum-lesson-set","Reading","10"],["curriculum-lesson-set","Reading","11"],["curriculum-lesson-set","Reading","12"],["curriculum-lesson-set","Language","PK"],["curriculum-lesson-set","Language","K"],["curriculum-lesson-set","Language","1"],["curriculum-lesson-set","Language","2"],["curriculum-lesson-set","Language","3"],["curriculum-lesson-set","Language","4"],["curriculum-lesson-set","Language","5"],["curriculum-lesson-set","Language","6"],["curriculum-lesson-set","Language","7"],["curriculum-lesson-set","Language","8"],["curriculum-lesson-set","Language","9"],["curriculum-lesson-set","Language","10"],["curriculum-lesson-set","Language","11"],["curriculum-lesson-set","Language","12"],["curriculum-lesson-set","Science","PK"],["curriculum-lesson-set","Science","K"],["curriculum-lesson-set","Science","1"],["curriculum-lesson-set","Science","2"],["curriculum-lesson-set","Science","3"],["curriculum-lesson-set","Science","4"],["curriculum-lesson-set","Science","5"],["curriculum-lesson-set","Science","6"],["curriculum-lesson-set","Science","7"],["curriculum-lesson-set","Science","8"],["curriculum-lesson-set","Science","9"],["curriculum-lesson-set","Science","10"],["curriculum-lesson-set","Science","11"],["curriculum-lesson-set","Science","12"],["curriculum-lesson-set","Vocabulary","PK"],["curriculum-lesson-set","Vocabulary","K"],["curriculum-lesson-set","Vocabulary","1"],["curriculum-lesson-set","Vocabulary","2"],["curriculum-lesson-set","Vocabulary","3"],["curriculum-lesson-set","Vocabulary","4"],["curriculum-lesson-set","Vocabulary","5"],["curriculum-lesson-set","Vocabulary","6"],["curriculum-lesson-set","Vocabulary","7"],["curriculum-lesson-set","Vocabulary","8"],["curriculum-lesson-set","Vocabulary","9"],["curriculum-lesson-set","Vocabulary","10"],["curriculum-lesson-set","Vocabulary","11"],["curriculum-lesson-set","Vocabulary","12"],["curriculum-lesson-set","Writing","PK"],["curriculum-lesson-set","Writing","K"],["curriculum-lesson-set","Writing","1"],["curriculum-lesson-set","Writing","2"],["curriculum-lesson-set","Writing","3"],["curriculum-lesson-set","Writing","4"],["curriculum-lesson-set","Writing","5"],["curriculum-lesson-set","Writing","6"],["curriculum-lesson-set","Writing","7"],["curriculum-lesson-set","Writing","8"],["curriculum-lesson-set","Writing","9"],["curriculum-lesson-set","Writing","10"],["curriculum-lesson-set","Writing","11"],["curriculum-lesson-set","Writing","12"],["curriculum-lesson-set","Social Studies","PK"],["curriculum-lesson-set","Social Studies","K"],["curriculum-lesson-set","Social Studies","1"],["curriculum-lesson-set","Social Studies","2"],["curriculum-lesson-set","Social Studies","3"],["curriculum-lesson-set","Social Studies","4"],["curriculum-lesson-set","Social Studies","5"],["curriculum-lesson-set","Social Studies","6"],["curriculum-lesson-set","Social Studies","7"],["curriculum-lesson-set","Social Studies","8"],["curriculum-lesson-set","Social Studies","9"],["curriculum-lesson-set","Social Studies","10"],["curriculum-lesson-set","Social Studies","11"],["curriculum-lesson-set","Social Studies","12"],["curriculum-lesson-set","Biology","PK"],["curriculum-lesson-set","Biology","K"],["curriculum-lesson-set","Biology","1"],["curriculum-lesson-set","Biology","2"],["curriculum-lesson-set","Biology","3"],["curriculum-lesson-set","Biology","4"],["curriculum-lesson-set","Biology","5"],["curriculum-lesson-set","Biology","6"],["curriculum-lesson-set","Biology","7"],["curriculum-lesson-set","Biology","8"],["curriculum-lesson-set","Biology","9"],["curriculum-lesson-set","Biology","10"],["curriculum-lesson-set","Biology","11"],["curriculum-lesson-set","Biology","12"],["curriculum-lesson-set","Chemistry","PK"],["curriculum-lesson-set","Chemistry","K"],["curriculum-lesson-set","Chemistry","1"],["curriculum-lesson-set","Chemistry","2"],["curriculum-lesson-set","Chemistry","3"],["curriculum-lesson-set","Chemistry","4"],["curriculum-lesson-set","Chemistry","5"],["curriculum-lesson-set","Chemistry","6"],["curriculum-lesson-set","Chemistry","7"],["curriculum-lesson-set","Chemistry","8"],["curriculum-lesson-set","Chemistry","9"],["curriculum-lesson-set","Chemistry","10"],["curriculum-lesson-set","Chemistry","11"],["curriculum-lesson-set","Chemistry","12"],["curriculum-lesson-set","Physics","PK"],["curriculum-lesson-set","Physics","K"],["curriculum-lesson-set","Physics","1"],["curriculum-lesson-set","Physics","2"],["curriculum-lesson-set","Physics","3"],["curriculum-lesson-set","Physics","4"],["curriculum-lesson-set","Physics","5"],["curriculum-lesson-set","Physics","6"],["curriculum-lesson-set","Physics","7"],["curriculum-lesson-set","Physics","8"],["curriculum-lesson-set","Physics","9"],["curriculum-lesson-set","Physics","10"],["curriculum-lesson-set","Physics","11"],["curriculum-lesson-set","Physics","12"],["curriculum-lesson-set","Economics","PK"],["curriculum-lesson-set","Economics","K"],["curriculum-lesson-set","Economics","1"],["curriculum-lesson-set","Economics","2"],["curriculum-lesson-set","Economics","3"],["curriculum-lesson-set","Economics","4"],["curriculum-lesson-set","Economics","5"],["curriculum-lesson-set","Economics","6"],["curriculum-lesson-set","Economics","7"],["curriculum-lesson-set","Economics","8"],["curriculum-lesson-set","Economics","9"],["curriculum-lesson-set","Economics","10"],["curriculum-lesson-set","Economics","11"],["curriculum-lesson-set","Economics","12"],["curriculum-lesson-set","History","PK"],["curriculum-lesson-set","History","K"],["curriculum-lesson-set","History","1"],["curriculum-lesson-set","History","2"],["curriculum-lesson-set","History","3"],["curriculum-lesson-set","History","4"],["curriculum-lesson-set","History","5"],["curriculum-lesson-set","History","6"],["curriculum-lesson-set","History","7"],["curriculum-lesson-set","History","8"],["curriculum-lesson-set","History","9"],["curriculum-lesson-set","History","10"],["curriculum-lesson-set","History","11"],["curriculum-lesson-set","History","12"],["curriculum-lesson-set","Geography","PK"],["curriculum-lesson-set","Geography","K"],["curriculum-lesson-set","Geography","1"],["curriculum-lesson-set","Geography","2"],["curriculum-lesson-set","Geography","3"],["curriculum-lesson-set","Geography","4"],["curriculum-lesson-set","Geography","5"],["curriculum-lesson-set","Geography","6"],["curriculum-lesson-set","Geography","7"],["curriculum-lesson-set","Geography","8"],["curriculum-lesson-set","Geography","9"],["curriculum-lesson-set","Geography","10"],["curriculum-lesson-set","Geography","11"],["curriculum-lesson-set","Geography","12"],["curriculum-lesson-set","Civics","PK"],["curriculum-lesson-set","Civics","K"],["curriculum-lesson-set","Civics","1"],["curriculum-lesson-set","Civics","2"],["curriculum-lesson-set","Civics","3"],["curriculum-lesson-set","Civics","4"],["curriculum-lesson-set","Civics","5"],["curriculum-lesson-set","Civics","6"],["curriculum-lesson-set","Civics","7"],["curriculum-lesson-set","Civics","8"],["curriculum-lesson-set","Civics","9"],["curriculum-lesson-set","Civics","10"],["curriculum-lesson-set","Civics","11"],["curriculum-lesson-set","Civics","12"],["curriculum-placement-diagnostic","Math","PK"],["curriculum-placement-diagnostic","Math","K"],["curriculum-placement-diagnostic","Math","1"],["curriculum-placement-diagnostic","Math","2"],["curriculum-placement-diagnostic","Math","3"],["curriculum-placement-diagnostic","Math","4"],["curriculum-placement-diagnostic","Math","5"],["curriculum-placement-diagnostic","Math","6"],["curriculum-placement-diagnostic","Math","7"],["curriculum-placement-diagnostic","Math","8"],["curriculum-placement-diagnostic","Math","9"],["curriculum-placement-diagnostic","Math","10"],["curriculum-placement-diagnostic","Math","11"],["curriculum-placement-diagnostic","Math","12"],["curriculum-placement-diagnostic","Reading","PK"],["curriculum-placement-diagnostic","Reading","K"],["curriculum-placement-diagnostic","Reading","1"],["curriculum-placement-diagnostic","Reading","2"],["curriculum-placement-diagnostic","Reading","3"],["curriculum-placement-diagnostic","Reading","4"],["curriculum-placement-diagnostic","Reading","5"],["curriculum-placement-diagnostic","Reading","6"],["curriculum-placement-diagnostic","Reading","7"],["curriculum-placement-diagnostic","Reading","8"],["curriculum-placement-diagnostic","Reading","9"],["curriculum-placement-diagnostic","Reading","10"],["curriculum-placement-diagnostic","Reading","11"],["curriculum-placement-diagnostic","Reading","12"],["curriculum-placement-diagnostic","Language","PK"],["curriculum-placement-diagnostic","Language","K"],["curriculum-placement-diagnostic","Language","1"],["curriculum-placement-diagnostic","Language","2"],["curriculum-placement-diagnostic","Language","3"],["curriculum-placement-diagnostic","Language","4"],["curriculum-placement-diagnostic","Language","5"],["curriculum-placement-diagnostic","Language","6"],["curriculum-placement-diagnostic","Language","7"],["curriculum-placement-diagnostic","Language","8"],["curriculum-placement-diagnostic","Language","9"],["curriculum-placement-diagnostic","Language","10"],["curriculum-placement-diagnostic","Language","11"],["curriculum-placement-diagnostic","Language","12"],["curriculum-placement-diagnostic","Science","PK"],["curriculum-placement-diagnostic","Science","K"],["curriculum-placement-diagnostic","Science","1"],["curriculum-placement-diagnostic","Science","2"],["curriculum-placement-diagnostic","Science","3"],["curriculum-placement-diagnostic","Science","4"],["curriculum-placement-diagnostic","Science","5"],["curriculum-placement-diagnostic","Science","6"],["curriculum-placement-diagnostic","Science","7"],["curriculum-placement-diagnostic","Science","8"],["curriculum-placement-diagnostic","Science","9"],["curriculum-placement-diagnostic","Science","10"],["curriculum-placement-diagnostic","Science","11"],["curriculum-placement-diagnostic","Science","12"],["curriculum-placement-diagnostic","Vocabulary","PK"],["curriculum-placement-diagnostic","Vocabulary","K"],["curriculum-placement-diagnostic","Vocabulary","1"],["curriculum-placement-diagnostic","Vocabulary","2"],["curriculum-placement-diagnostic","Vocabulary","3"],["curriculum-placement-diagnostic","Vocabulary","4"],["curriculum-placement-diagnostic","Vocabulary","5"],["curriculum-placement-diagnostic","Vocabulary","6"],["curriculum-placement-diagnostic","Vocabulary","7"],["curriculum-placement-diagnostic","Vocabulary","8"],["curriculum-placement-diagnostic","Vocabulary","9"],["curriculum-placement-diagnostic","Vocabulary","10"],["curriculum-placement-diagnostic","Vocabulary","11"],["curriculum-placement-diagnostic","Vocabulary","12"],["curriculum-placement-diagnostic","Writing","PK"],["curriculum-placement-diagnostic","Writing","K"],["curriculum-placement-diagnostic","Writing","1"],["curriculum-placement-diagnostic","Writing","2"],["curriculum-placement-diagnostic","Writing","3"],["curriculum-placement-diagnostic","Writing","4"],["curriculum-placement-diagnostic","Writing","5"],["curriculum-placement-diagnostic","Writing","6"],["curriculum-placement-diagnostic","Writing","7"],["curriculum-placement-diagnostic","Writing","8"],["curriculum-placement-diagnostic","Writing","9"],["curriculum-placement-diagnostic","Writing","10"],["curriculum-placement-diagnostic","Writing","11"],["curriculum-placement-diagnostic","Writing","12"],["curriculum-placement-diagnostic","Social Studies","PK"],["curriculum-placement-diagnostic","Social Studies","K"],["curriculum-placement-diagnostic","Social Studies","1"],["curriculum-placement-diagnostic","Social Studies","2"],["curriculum-placement-diagnostic","Social Studies","3"],["curriculum-placement-diagnostic","Social Studies","4"],["curriculum-placement-diagnostic","Social Studies","5"],["curriculum-placement-diagnostic","Social Studies","6"],["curriculum-placement-diagnostic","Social Studies","7"],["curriculum-placement-diagnostic","Social Studies","8"],["curriculum-placement-diagnostic","Social Studies","9"],["curriculum-placement-diagnostic","Social Studies","10"],["curriculum-placement-diagnostic","Social Studies","11"],["curriculum-placement-diagnostic","Social Studies","12"],["curriculum-placement-diagnostic","Biology","PK"],["curriculum-placement-diagnostic","Biology","K"],["curriculum-placement-diagnostic","Biology","1"],["curriculum-placement-diagnostic","Biology","2"],["curriculum-placement-diagnostic","Biology","3"],["curriculum-placement-diagnostic","Biology","4"],["curriculum-placement-diagnostic","Biology","5"],["curriculum-placement-diagnostic","Biology","6"],["curriculum-placement-diagnostic","Biology","7"],["curriculum-placement-diagnostic","Biology","8"],["curriculum-placement-diagnostic","Biology","9"],["curriculum-placement-diagnostic","Biology","10"],["curriculum-placement-diagnostic","Biology","11"],["curriculum-placement-diagnostic","Biology","12"],["curriculum-placement-diagnostic","Chemistry","PK"],["curriculum-placement-diagnostic","Chemistry","K"],["curriculum-placement-diagnostic","Chemistry","1"],["curriculum-placement-diagnostic","Chemistry","2"],["curriculum-placement-diagnostic","Chemistry","3"],["curriculum-placement-diagnostic","Chemistry","4"],["curriculum-placement-diagnostic","Chemistry","5"],["curriculum-placement-diagnostic","Chemistry","6"],["curriculum-placement-diagnostic","Chemistry","7"],["curriculum-placement-diagnostic","Chemistry","8"],["curriculum-placement-diagnostic","Chemistry","9"],["curriculum-placement-diagnostic","Chemistry","10"],["curriculum-placement-diagnostic","Chemistry","11"],["curriculum-placement-diagnostic","Chemistry","12"],["curriculum-placement-diagnostic","Physics","PK"],["curriculum-placement-diagnostic","Physics","K"],["curriculum-placement-diagnostic","Physics","1"],["curriculum-placement-diagnostic","Physics","2"],["curriculum-placement-diagnostic","Physics","3"],["curriculum-placement-diagnostic","Physics","4"],["curriculum-placement-diagnostic","Physics","5"],["curriculum-placement-diagnostic","Physics","6"],["curriculum-placement-diagnostic","Physics","7"],["curriculum-placement-diagnostic","Physics","8"],["curriculum-placement-diagnostic","Physics","9"],["curriculum-placement-diagnostic","Physics","10"],["curriculum-placement-diagnostic","Physics","11"],["curriculum-placement-diagnostic","Physics","12"],["curriculum-placement-diagnostic","Economics","PK"],["curriculum-placement-diagnostic","Economics","K"],["curriculum-placement-diagnostic","Economics","1"],["curriculum-placement-diagnostic","Economics","2"],["curriculum-placement-diagnostic","Economics","3"],["curriculum-placement-diagnostic","Economics","4"],["curriculum-placement-diagnostic","Economics","5"],["curriculum-placement-diagnostic","Economics","6"],["curriculum-placement-diagnostic","Economics","7"],["curriculum-placement-diagnostic","Economics","8"],["curriculum-placement-diagnostic","Economics","9"],["curriculum-placement-diagnostic","Economics","10"],["curriculum-placement-diagnostic","Economics","11"],["curriculum-placement-diagnostic","Economics","12"],["curriculum-placement-diagnostic","History","PK"],["curriculum-placement-diagnostic","History","K"],["curriculum-placement-diagnostic","History","1"],["curriculum-placement-diagnostic","History","2"],["curriculum-placement-diagnostic","History","3"],["curriculum-placement-diagnostic","History","4"],["curriculum-placement-diagnostic","History","5"],["curriculum-placement-diagnostic","History","6"],["curriculum-placement-diagnostic","History","7"],["curriculum-placement-diagnostic","History","8"],["curriculum-placement-diagnostic","History","9"],["curriculum-placement-diagnostic","History","10"],["curriculum-placement-diagnostic","History","11"],["curriculum-placement-diagnostic","History","12"],["curriculum-placement-diagnostic","Geography","PK"],["curriculum-placement-diagnostic","Geography","K"],["curriculum-placement-diagnostic","Geography","1"],["curriculum-placement-diagnostic","Geography","2"],["curriculum-placement-diagnostic","Geography","3"],["curriculum-placement-diagnostic","Geography","4"],["curriculum-placement-diagnostic","Geography","5"],["curriculum-placement-diagnostic","Geography","6"],["curriculum-placement-diagnostic","Geography","7"],["curriculum-placement-diagnostic","Geography","8"],["curriculum-placement-diagnostic","Geography","9"],["curriculum-placement-diagnostic","Geography","10"],["curriculum-placement-diagnostic","Geography","11"],["curriculum-placement-diagnostic","Geography","12"],["curriculum-placement-diagnostic","Civics","PK"],["curriculum-placement-diagnostic","Civics","K"],["curriculum-placement-diagnostic","Civics","1"],["curriculum-placement-diagnostic","Civics","2"],["curriculum-placement-diagnostic","Civics","3"],["curriculum-placement-diagnostic","Civics","4"],["curriculum-placement-diagnostic","Civics","5"],["curriculum-placement-diagnostic","Civics","6"],["curriculum-placement-diagnostic","Civics","7"],["curriculum-placement-diagnostic","Civics","8"],["curriculum-placement-diagnostic","Civics","9"],["curriculum-placement-diagnostic","Civics","10"],["curriculum-placement-diagnostic","Civics","11"],["curriculum-placement-diagnostic","Civics","12"],["curriculum-remediation-plan","Math","PK"],["curriculum-remediation-plan","Math","K"],["curriculum-remediation-plan","Math","1"],["curriculum-remediation-plan","Math","2"],["curriculum-remediation-plan","Math","3"],["curriculum-remediation-plan","Math","4"],["curriculum-remediation-plan","Math","5"],["curriculum-remediation-plan","Math","6"],["curriculum-remediation-plan","Math","7"],["curriculum-remediation-plan","Math","8"],["curriculum-remediation-plan","Math","9"],["curriculum-remediation-plan","Math","10"],["curriculum-remediation-plan","Math","11"],["curriculum-remediation-plan","Math","12"],["curriculum-remediation-plan","Reading","PK"],["curriculum-remediation-plan","Reading","K"],["curriculum-remediation-plan","Reading","1"],["curriculum-remediation-plan","Reading","2"],["curriculum-remediation-plan","Reading","3"],["curriculum-remediation-plan","Reading","4"],["curriculum-remediation-plan","Reading","5"],["curriculum-remediation-plan","Reading","6"],["curriculum-remediation-plan","Reading","7"],["curriculum-remediation-plan","Reading","8"],["curriculum-remediation-plan","Reading","9"],["curriculum-remediation-plan","Reading","10"],["curriculum-remediation-plan","Reading","11"],["curriculum-remediation-plan","Reading","12"],["curriculum-remediation-plan","Language","PK"],["curriculum-remediation-plan","Language","K"],["curriculum-remediation-plan","Language","1"],["curriculum-remediation-plan","Language","2"],["curriculum-remediation-plan","Language","3"],["curriculum-remediation-plan","Language","4"],["curriculum-remediation-plan","Language","5"],["curriculum-remediation-plan","Language","6"],["curriculum-remediation-plan","Language","7"],["curriculum-remediation-plan","Language","8"],["curriculum-remediation-plan","Language","9"],["curriculum-remediation-plan","Language","10"],["curriculum-remediation-plan","Language","11"],["curriculum-remediation-plan","Language","12"],["curriculum-remediation-plan","Science","PK"],["curriculum-remediation-plan","Science","K"],["curriculum-remediation-plan","Science","1"],["curriculum-remediation-plan","Science","2"],["curriculum-remediation-plan","Science","3"],["curriculum-remediation-plan","Science","4"],["curriculum-remediation-plan","Science","5"],["curriculum-remediation-plan","Science","6"],["curriculum-remediation-plan","Science","7"],["curriculum-remediation-plan","Science","8"],["curriculum-remediation-plan","Science","9"],["curriculum-remediation-plan","Science","10"],["curriculum-remediation-plan","Science","11"],["curriculum-remediation-plan","Science","12"],["curriculum-remediation-plan","Vocabulary","PK"],["curriculum-remediation-plan","Vocabulary","K"],["curriculum-remediation-plan","Vocabulary","1"],["curriculum-remediation-plan","Vocabulary","2"],["curriculum-remediation-plan","Vocabulary","3"],["curriculum-remediation-plan","Vocabulary","4"],["curriculum-remediation-plan","Vocabulary","5"],["curriculum-remediation-plan","Vocabulary","6"],["curriculum-remediation-plan","Vocabulary","7"],["curriculum-remediation-plan","Vocabulary","8"],["curriculum-remediation-plan","Vocabulary","9"],["curriculum-remediation-plan","Vocabulary","10"],["curriculum-remediation-plan","Vocabulary","11"],["curriculum-remediation-plan","Vocabulary","12"],["curriculum-remediation-plan","Writing","PK"],["curriculum-remediation-plan","Writing","K"],["curriculum-remediation-plan","Writing","1"],["curriculum-remediation-plan","Writing","2"],["curriculum-remediation-plan","Writing","3"],["curriculum-remediation-plan","Writing","4"],["curriculum-remediation-plan","Writing","5"],["curriculum-remediation-plan","Writing","6"],["curriculum-remediation-plan","Writing","7"],["curriculum-remediation-plan","Writing","8"],["curriculum-remediation-plan","Writing","9"],["curriculum-remediation-plan","Writing","10"],["curriculum-remediation-plan","Writing","11"],["curriculum-remediation-plan","Writing","12"],["curriculum-remediation-plan","Social Studies","PK"],["curriculum-remediation-plan","Social Studies","K"],["curriculum-remediation-plan","Social Studies","1"],["curriculum-remediation-plan","Social Studies","2"],["curriculum-remediation-plan","Social Studies","3"],["curriculum-remediation-plan","Social Studies","4"],["curriculum-remediation-plan","Social Studies","5"],["curriculum-remediation-plan","Social Studies","6"],["curriculum-remediation-plan","Social Studies","7"],["curriculum-remediation-plan","Social Studies","8"],["curriculum-remediation-plan","Social Studies","9"],["curriculum-remediation-plan","Social Studies","10"],["curriculum-remediation-plan","Social Studies","11"],["curriculum-remediation-plan","Social Studies","12"],["curriculum-remediation-plan","Biology","PK"],["curriculum-remediation-plan","Biology","K"],["curriculum-remediation-plan","Biology","1"],["curriculum-remediation-plan","Biology","2"],["curriculum-remediation-plan","Biology","3"],["curriculum-remediation-plan","Biology","4"],["curriculum-remediation-plan","Biology","5"],["curriculum-remediation-plan","Biology","6"],["curriculum-remediation-plan","Biology","7"],["curriculum-remediation-plan","Biology","8"],["curriculum-remediation-plan","Biology","9"],["curriculum-remediation-plan","Biology","10"],["curriculum-remediation-plan","Biology","11"],["curriculum-remediation-plan","Biology","12"],["curriculum-remediation-plan","Chemistry","PK"],["curriculum-remediation-plan","Chemistry","K"],["curriculum-remediation-plan","Chemistry","1"],["curriculum-remediation-plan","Chemistry","2"],["curriculum-remediation-plan","Chemistry","3"],["curriculum-remediation-plan","Chemistry","4"],["curriculum-remediation-plan","Chemistry","5"],["curriculum-remediation-plan","Chemistry","6"],["curriculum-remediation-plan","Chemistry","7"],["curriculum-remediation-plan","Chemistry","8"],["curriculum-remediation-plan","Chemistry","9"],["curriculum-remediation-plan","Chemistry","10"],["curriculum-remediation-plan","Chemistry","11"],["curriculum-remediation-plan","Chemistry","12"],["curriculum-remediation-plan","Physics","PK"],["curriculum-remediation-plan","Physics","K"],["curriculum-remediation-plan","Physics","1"],["curriculum-remediation-plan","Physics","2"],["curriculum-remediation-plan","Physics","3"],["curriculum-remediation-plan","Physics","4"],["curriculum-remediation-plan","Physics","5"],["curriculum-remediation-plan","Physics","6"],["curriculum-remediation-plan","Physics","7"],["curriculum-remediation-plan","Physics","8"],["curriculum-remediation-plan","Physics","9"],["curriculum-remediation-plan","Physics","10"],["curriculum-remediation-plan","Physics","11"],["curriculum-remediation-plan","Physics","12"],["curriculum-remediation-plan","Economics","PK"],["curriculum-remediation-plan","Economics","K"],["curriculum-remediation-plan","Economics","1"],["curriculum-remediation-plan","Economics","2"],["curriculum-remediation-plan","Economics","3"],["curriculum-remediation-plan","Economics","4"],["curriculum-remediation-plan","Economics","5"],["curriculum-remediation-plan","Economics","6"],["curriculum-remediation-plan","Economics","7"],["curriculum-remediation-plan","Economics","8"],["curriculum-remediation-plan","Economics","9"],["curriculum-remediation-plan","Economics","10"],["curriculum-remediation-plan","Economics","11"],["curriculum-remediation-plan","Economics","12"],["curriculum-remediation-plan","History","PK"],["curriculum-remediation-plan","History","K"],["curriculum-remediation-plan","History","1"],["curriculum-remediation-plan","History","2"],["curriculum-remediation-plan","History","3"],["curriculum-remediation-plan","History","4"],["curriculum-remediation-plan","History","5"],["curriculum-remediation-plan","History","6"],["curriculum-remediation-plan","History","7"],["curriculum-remediation-plan","History","8"],["curriculum-remediation-plan","History","9"],["curriculum-remediation-plan","History","10"],["curriculum-remediation-plan","History","11"],["curriculum-remediation-plan","History","12"],["curriculum-remediation-plan","Geography","PK"],["curriculum-remediation-plan","Geography","K"],["curriculum-remediation-plan","Geography","1"],["curriculum-remediation-plan","Geography","2"],["curriculum-remediation-plan","Geography","3"],["curriculum-remediation-plan","Geography","4"],["curriculum-remediation-plan","Geography","5"],["curriculum-remediation-plan","Geography","6"],["curriculum-remediation-plan","Geography","7"],["curriculum-remediation-plan","Geography","8"],["curriculum-remediation-plan","Geography","9"],["curriculum-remediation-plan","Geography","10"],["curriculum-remediation-plan","Geography","11"],["curriculum-remediation-plan","Geography","12"],["curriculum-remediation-plan","Civics","PK"],["curriculum-remediation-plan","Civics","K"],["curriculum-remediation-plan","Civics","1"],["curriculum-remediation-plan","Civics","2"],["curriculum-remediation-plan","Civics","3"],["curriculum-remediation-plan","Civics","4"],["curriculum-remediation-plan","Civics","5"],["curriculum-remediation-plan","Civics","6"],["curriculum-remediation-plan","Civics","7"],["curriculum-remediation-plan","Civics","8"],["curriculum-remediation-plan","Civics","9"],["curriculum-remediation-plan","Civics","10"],["curriculum-remediation-plan","Civics","11"],["curriculum-remediation-plan","Civics","12"],["curriculum-standards-map","Math","PK"],["curriculum-standards-map","Math","K"],["curriculum-standards-map","Math","1"],["curriculum-standards-map","Math","2"],["curriculum-standards-map","Math","3"],["curriculum-standards-map","Math","4"],["curriculum-standards-map","Math","5"],["curriculum-standards-map","Math","6"],["curriculum-standards-map","Math","7"],["curriculum-standards-map","Math","8"],["curriculum-standards-map","Math","9"],["curriculum-standards-map","Math","10"],["curriculum-standards-map","Math","11"],["curriculum-standards-map","Math","12"],["curriculum-standards-map","Reading","PK"],["curriculum-standards-map","Reading","K"],["curriculum-standards-map","Reading","1"],["curriculum-standards-map","Reading","2"],["curriculum-standards-map","Reading","3"],["curriculum-standards-map","Reading","4"],["curriculum-standards-map","Reading","5"],["curriculum-standards-map","Reading","6"],["curriculum-standards-map","Reading","7"],["curriculum-standards-map","Reading","8"],["curriculum-standards-map","Reading","9"],["curriculum-standards-map","Reading","10"],["curriculum-standards-map","Reading","11"],["curriculum-standards-map","Reading","12"],["curriculum-standards-map","Language","PK"],["curriculum-standards-map","Language","K"],["curriculum-standards-map","Language","1"],["curriculum-standards-map","Language","2"],["curriculum-standards-map","Language","3"],["curriculum-standards-map","Language","4"],["curriculum-standards-map","Language","5"],["curriculum-standards-map","Language","6"],["curriculum-standards-map","Language","7"],["curriculum-standards-map","Language","8"],["curriculum-standards-map","Language","9"],["curriculum-standards-map","Language","10"],["curriculum-standards-map","Language","11"],["curriculum-standards-map","Language","12"],["curriculum-standards-map","Science","PK"],["curriculum-standards-map","Science","K"],["curriculum-standards-map","Science","1"],["curriculum-standards-map","Science","2"],["curriculum-standards-map","Science","3"],["curriculum-standards-map","Science","4"],["curriculum-standards-map","Science","5"],["curriculum-standards-map","Science","6"],["curriculum-standards-map","Science","7"],["curriculum-standards-map","Science","8"],["curriculum-standards-map","Science","9"],["curriculum-standards-map","Science","10"],["curriculum-standards-map","Science","11"],["curriculum-standards-map","Science","12"],["curriculum-standards-map","Vocabulary","PK"],["curriculum-standards-map","Vocabulary","K"],["curriculum-standards-map","Vocabulary","1"],["curriculum-standards-map","Vocabulary","2"],["curriculum-standards-map","Vocabulary","3"],["curriculum-standards-map","Vocabulary","4"],["curriculum-standards-map","Vocabulary","5"],["curriculum-standards-map","Vocabulary","6"],["curriculum-standards-map","Vocabulary","7"],["curriculum-standards-map","Vocabulary","8"],["curriculum-standards-map","Vocabulary","9"],["curriculum-standards-map","Vocabulary","10"],["curriculum-standards-map","Vocabulary","11"],["curriculum-standards-map","Vocabulary","12"],["curriculum-standards-map","Writing","PK"],["curriculum-standards-map","Writing","K"],["curriculum-standards-map","Writing","1"],["curriculum-standards-map","Writing","2"],["curriculum-standards-map","Writing","3"],["curriculum-standards-map","Writing","4"],["curriculum-standards-map","Writing","5"],["curriculum-standards-map","Writing","6"],["curriculum-standards-map","Writing","7"],["curriculum-standards-map","Writing","8"],["curriculum-standards-map","Writing","9"],["curriculum-standards-map","Writing","10"],["curriculum-standards-map","Writing","11"],["curriculum-standards-map","Writing","12"],["curriculum-standards-map","Social Studies","PK"],["curriculum-standards-map","Social Studies","K"],["curriculum-standards-map","Social Studies","1"],["curriculum-standards-map","Social Studies","2"],["curriculum-standards-map","Social Studies","3"],["curriculum-standards-map","Social Studies","4"],["curriculum-standards-map","Social Studies","5"],["curriculum-standards-map","Social Studies","6"],["curriculum-standards-map","Social Studies","7"],["curriculum-standards-map","Social Studies","8"],["curriculum-standards-map","Social Studies","9"],["curriculum-standards-map","Social Studies","10"],["curriculum-standards-map","Social Studies","11"],["curriculum-standards-map","Social Studies","12"],["curriculum-standards-map","Biology","PK"],["curriculum-standards-map","Biology","K"],["curriculum-standards-map","Biology","1"],["curriculum-standards-map","Biology","2"],["curriculum-standards-map","Biology","3"],["curriculum-standards-map","Biology","4"],["curriculum-standards-map","Biology","5"],["curriculum-standards-map","Biology","6"],["curriculum-standards-map","Biology","7"],["curriculum-standards-map","Biology","8"],["curriculum-standards-map","Biology","9"],["curriculum-standards-map","Biology","10"],["curriculum-standards-map","Biology","11"],["curriculum-standards-map","Biology","12"],["curriculum-standards-map","Chemistry","PK"],["curriculum-standards-map","Chemistry","K"],["curriculum-standards-map","Chemistry","1"],["curriculum-standards-map","Chemistry","2"],["curriculum-standards-map","Chemistry","3"],["curriculum-standards-map","Chemistry","4"],["curriculum-standards-map","Chemistry","5"],["curriculum-standards-map","Chemistry","6"],["curriculum-standards-map","Chemistry","7"],["curriculum-standards-map","Chemistry","8"],["curriculum-standards-map","Chemistry","9"],["curriculum-standards-map","Chemistry","10"],["curriculum-standards-map","Chemistry","11"],["curriculum-standards-map","Chemistry","12"],["curriculum-standards-map","Physics","PK"],["curriculum-standards-map","Physics","K"],["curriculum-standards-map","Physics","1"],["curriculum-standards-map","Physics","2"],["curriculum-standards-map","Physics","3"],["curriculum-standards-map","Physics","4"],["curriculum-standards-map","Physics","5"],["curriculum-standards-map","Physics","6"],["curriculum-standards-map","Physics","7"],["curriculum-standards-map","Physics","8"],["curriculum-standards-map","Physics","9"],["curriculum-standards-map","Physics","10"],["curriculum-standards-map","Physics","11"],["curriculum-standards-map","Physics","12"],["curriculum-standards-map","Economics","PK"],["curriculum-standards-map","Economics","K"],["curriculum-standards-map","Economics","1"],["curriculum-standards-map","Economics","2"],["curriculum-standards-map","Economics","3"],["curriculum-standards-map","Economics","4"],["curriculum-standards-map","Economics","5"],["curriculum-standards-map","Economics","6"],["curriculum-standards-map","Economics","7"],["curriculum-standards-map","Economics","8"],["curriculum-standards-map","Economics","9"],["curriculum-standards-map","Economics","10"],["curriculum-standards-map","Economics","11"],["curriculum-standards-map","Economics","12"],["curriculum-standards-map","History","PK"],["curriculum-standards-map","History","K"],["curriculum-standards-map","History","1"],["curriculum-standards-map","History","2"],["curriculum-standards-map","History","3"],["curriculum-standards-map","History","4"],["curriculum-standards-map","History","5"],["curriculum-standards-map","History","6"],["curriculum-standards-map","History","7"],["curriculum-standards-map","History","8"],["curriculum-standards-map","History","9"],["curriculum-standards-map","History","10"],["curriculum-standards-map","History","11"],["curriculum-standards-map","History","12"],["curriculum-standards-map","Geography","PK"],["curriculum-standards-map","Geography","K"],["curriculum-standards-map","Geography","1"],["curriculum-standards-map","Geography","2"],["curriculum-standards-map","Geography","3"],["curriculum-standards-map","Geography","4"],["curriculum-standards-map","Geography","5"],["curriculum-standards-map","Geography","6"],["curriculum-standards-map","Geography","7"],["curriculum-standards-map","Geography","8"],["curriculum-standards-map","Geography","9"],["curriculum-standards-map","Geography","10"],["curriculum-standards-map","Geography","11"],["curriculum-standards-map","Geography","12"],["curriculum-standards-map","Civics","PK"],["curriculum-standards-map","Civics","K"],["curriculum-standards-map","Civics","1"],["curriculum-standards-map","Civics","2"],["curriculum-standards-map","Civics","3"],["curriculum-standards-map","Civics","4"],["curriculum-standards-map","Civics","5"],["curriculum-standards-map","Civics","6"],["curriculum-standards-map","Civics","7"],["curriculum-standards-map","Civics","8"],["curriculum-standards-map","Civics","9"],["curriculum-standards-map","Civics","10"],["curriculum-standards-map","Civics","11"],["curriculum-standards-map","Civics","12"],["curriculum-timeback-course-refs","Math","PK"],["curriculum-timeback-course-refs","Math","K"],["curriculum-timeback-course-refs","Math","1"],["curriculum-timeback-course-refs","Math","2"],["curriculum-timeback-course-refs","Math","3"],["curriculum-timeback-course-refs","Math","4"],["curriculum-timeback-course-refs","Math","5"],["curriculum-timeback-course-refs","Math","6"],["curriculum-timeback-course-refs","Math","7"],["curriculum-timeback-course-refs","Math","8"],["curriculum-timeback-course-refs","Math","9"],["curriculum-timeback-course-refs","Math","10"],["curriculum-timeback-course-refs","Math","11"],["curriculum-timeback-course-refs","Math","12"],["curriculum-timeback-course-refs","Reading","PK"],["curriculum-timeback-course-refs","Reading","K"],["curriculum-timeback-course-refs","Reading","1"],["curriculum-timeback-course-refs","Reading","2"],["curriculum-timeback-course-refs","Reading","3"],["curriculum-timeback-course-refs","Reading","4"],["curriculum-timeback-course-refs","Reading","5"],["curriculum-timeback-course-refs","Reading","6"],["curriculum-timeback-course-refs","Reading","7"],["curriculum-timeback-course-refs","Reading","8"],["curriculum-timeback-course-refs","Reading","9"],["curriculum-timeback-course-refs","Reading","10"],["curriculum-timeback-course-refs","Reading","11"],["curriculum-timeback-course-refs","Reading","12"],["curriculum-timeback-course-refs","Language","PK"],["curriculum-timeback-course-refs","Language","K"],["curriculum-timeback-course-refs","Language","1"],["curriculum-timeback-course-refs","Language","2"],["curriculum-timeback-course-refs","Language","3"],["curriculum-timeback-course-refs","Language","4"],["curriculum-timeback-course-refs","Language","5"],["curriculum-timeback-course-refs","Language","6"],["curriculum-timeback-course-refs","Language","7"],["curriculum-timeback-course-refs","Language","8"],["curriculum-timeback-course-refs","Language","9"],["curriculum-timeback-course-refs","Language","10"],["curriculum-timeback-course-refs","Language","11"],["curriculum-timeback-course-refs","Language","12"],["curriculum-timeback-course-refs","Science","PK"],["curriculum-timeback-course-refs","Science","K"],["curriculum-timeback-course-refs","Science","1"],["curriculum-timeback-course-refs","Science","2"],["curriculum-timeback-course-refs","Science","3"],["curriculum-timeback-course-refs","Science","4"],["curriculum-timeback-course-refs","Science","5"],["curriculum-timeback-course-refs","Science","6"],["curriculum-timeback-course-refs","Science","7"],["curriculum-timeback-course-refs","Science","8"],["curriculum-timeback-course-refs","Science","9"],["curriculum-timeback-course-refs","Science","10"],["curriculum-timeback-course-refs","Science","11"],["curriculum-timeback-course-refs","Science","12"],["curriculum-timeback-course-refs","Vocabulary","PK"],["curriculum-timeback-course-refs","Vocabulary","K"],["curriculum-timeback-course-refs","Vocabulary","1"],["curriculum-timeback-course-refs","Vocabulary","2"],["curriculum-timeback-course-refs","Vocabulary","3"],["curriculum-timeback-course-refs","Vocabulary","4"],["curriculum-timeback-course-refs","Vocabulary","5"],["curriculum-timeback-course-refs","Vocabulary","6"],["curriculum-timeback-course-refs","Vocabulary","7"],["curriculum-timeback-course-refs","Vocabulary","8"],["curriculum-timeback-course-refs","Vocabulary","9"],["curriculum-timeback-course-refs","Vocabulary","10"],["curriculum-timeback-course-refs","Vocabulary","11"],["curriculum-timeback-course-refs","Vocabulary","12"],["curriculum-timeback-course-refs","Writing","PK"],["curriculum-timeback-course-refs","Writing","K"],["curriculum-timeback-course-refs","Writing","1"],["curriculum-timeback-course-refs","Writing","2"],["curriculum-timeback-course-refs","Writing","3"],["curriculum-timeback-course-refs","Writing","4"],["curriculum-timeback-course-refs","Writing","5"],["curriculum-timeback-course-refs","Writing","6"],["curriculum-timeback-course-refs","Writing","7"],["curriculum-timeback-course-refs","Writing","8"],["curriculum-timeback-course-refs","Writing","9"],["curriculum-timeback-course-refs","Writing","10"],["curriculum-timeback-course-refs","Writing","11"],["curriculum-timeback-course-refs","Writing","12"],["curriculum-timeback-course-refs","Social Studies","PK"],["curriculum-timeback-course-refs","Social Studies","K"],["curriculum-timeback-course-refs","Social Studies","1"],["curriculum-timeback-course-refs","Social Studies","2"],["curriculum-timeback-course-refs","Social Studies","3"],["curriculum-timeback-course-refs","Social Studies","4"],["curriculum-timeback-course-refs","Social Studies","5"],["curriculum-timeback-course-refs","Social Studies","6"],["curriculum-timeback-course-refs","Social Studies","7"],["curriculum-timeback-course-refs","Social Studies","8"],["curriculum-timeback-course-refs","Social Studies","9"],["curriculum-timeback-course-refs","Social Studies","10"],["curriculum-timeback-course-refs","Social Studies","11"],["curriculum-timeback-course-refs","Social Studies","12"],["curriculum-timeback-course-refs","Biology","PK"],["curriculum-timeback-course-refs","Biology","K"],["curriculum-timeback-course-refs","Biology","1"],["curriculum-timeback-course-refs","Biology","2"],["curriculum-timeback-course-refs","Biology","3"],["curriculum-timeback-course-refs","Biology","4"],["curriculum-timeback-course-refs","Biology","5"],["curriculum-timeback-course-refs","Biology","6"],["curriculum-timeback-course-refs","Biology","7"],["curriculum-timeback-course-refs","Biology","8"],["curriculum-timeback-course-refs","Biology","9"],["curriculum-timeback-course-refs","Biology","10"],["curriculum-timeback-course-refs","Biology","11"],["curriculum-timeback-course-refs","Biology","12"],["curriculum-timeback-course-refs","Chemistry","PK"],["curriculum-timeback-course-refs","Chemistry","K"],["curriculum-timeback-course-refs","Chemistry","1"],["curriculum-timeback-course-refs","Chemistry","2"],["curriculum-timeback-course-refs","Chemistry","3"],["curriculum-timeback-course-refs","Chemistry","4"],["curriculum-timeback-course-refs","Chemistry","5"],["curriculum-timeback-course-refs","Chemistry","6"],["curriculum-timeback-course-refs","Chemistry","7"],["curriculum-timeback-course-refs","Chemistry","8"],["curriculum-timeback-course-refs","Chemistry","9"],["curriculum-timeback-course-refs","Chemistry","10"],["curriculum-timeback-course-refs","Chemistry","11"],["curriculum-timeback-course-refs","Chemistry","12"],["curriculum-timeback-course-refs","Physics","PK"],["curriculum-timeback-course-refs","Physics","K"],["curriculum-timeback-course-refs","Physics","1"],["curriculum-timeback-course-refs","Physics","2"],["curriculum-timeback-course-refs","Physics","3"],["curriculum-timeback-course-refs","Physics","4"],["curriculum-timeback-course-refs","Physics","5"],["curriculum-timeback-course-refs","Physics","6"],["curriculum-timeback-course-refs","Physics","7"],["curriculum-timeback-course-refs","Physics","8"],["curriculum-timeback-course-refs","Physics","9"],["curriculum-timeback-course-refs","Physics","10"],["curriculum-timeback-course-refs","Physics","11"],["curriculum-timeback-course-refs","Physics","12"],["curriculum-timeback-course-refs","Economics","PK"],["curriculum-timeback-course-refs","Economics","K"],["curriculum-timeback-course-refs","Economics","1"],["curriculum-timeback-course-refs","Economics","2"],["curriculum-timeback-course-refs","Economics","3"],["curriculum-timeback-course-refs","Economics","4"],["curriculum-timeback-course-refs","Economics","5"],["curriculum-timeback-course-refs","Economics","6"],["curriculum-timeback-course-refs","Economics","7"],["curriculum-timeback-course-refs","Economics","8"],["curriculum-timeback-course-refs","Economics","9"],["curriculum-timeback-course-refs","Economics","10"],["curriculum-timeback-course-refs","Economics","11"],["curriculum-timeback-course-refs","Economics","12"],["curriculum-timeback-course-refs","History","PK"],["curriculum-timeback-course-refs","History","K"],["curriculum-timeback-course-refs","History","1"],["curriculum-timeback-course-refs","History","2"],["curriculum-timeback-course-refs","History","3"],["curriculum-timeback-course-refs","History","4"],["curriculum-timeback-course-refs","History","5"],["curriculum-timeback-course-refs","History","6"],["curriculum-timeback-course-refs","History","7"],["curriculum-timeback-course-refs","History","8"],["curriculum-timeback-course-refs","History","9"],["curriculum-timeback-course-refs","History","10"],["curriculum-timeback-course-refs","History","11"],["curriculum-timeback-course-refs","History","12"],["curriculum-timeback-course-refs","Geography","PK"],["curriculum-timeback-course-refs","Geography","K"],["curriculum-timeback-course-refs","Geography","1"],["curriculum-timeback-course-refs","Geography","2"],["curriculum-timeback-course-refs","Geography","3"],["curriculum-timeback-course-refs","Geography","4"],["curriculum-timeback-course-refs","Geography","5"],["curriculum-timeback-course-refs","Geography","6"],["curriculum-timeback-course-refs","Geography","7"],["curriculum-timeback-course-refs","Geography","8"],["curriculum-timeback-course-refs","Geography","9"],["curriculum-timeback-course-refs","Geography","10"],["curriculum-timeback-course-refs","Geography","11"],["curriculum-timeback-course-refs","Geography","12"],["curriculum-timeback-course-refs","Civics","PK"],["curriculum-timeback-course-refs","Civics","K"],["curriculum-timeback-course-refs","Civics","1"],["curriculum-timeback-course-refs","Civics","2"],["curriculum-timeback-course-refs","Civics","3"],["curriculum-timeback-course-refs","Civics","4"],["curriculum-timeback-course-refs","Civics","5"],["curriculum-timeback-course-refs","Civics","6"],["curriculum-timeback-course-refs","Civics","7"],["curriculum-timeback-course-refs","Civics","8"],["curriculum-timeback-course-refs","Civics","9"],["curriculum-timeback-course-refs","Civics","10"],["curriculum-timeback-course-refs","Civics","11"],["curriculum-timeback-course-refs","Civics","12"],["framework-alignment","Math","PK"],["framework-alignment","Math","K"],["framework-alignment","Math","1"],["framework-alignment","Math","2"],["framework-alignment","Math","3"],["framework-alignment","Math","4"],["framework-alignment","Math","5"],["framework-alignment","Math","6"],["framework-alignment","Math","7"],["framework-alignment","Math","8"],["framework-alignment","Math","9"],["framework-alignment","Math","10"],["framework-alignment","Math","11"],["framework-alignment","Math","12"],["framework-alignment","Reading","PK"],["framework-alignment","Reading","K"],["framework-alignment","Reading","1"],["framework-alignment","Reading","2"],["framework-alignment","Reading","3"],["framework-alignment","Reading","4"],["framework-alignment","Reading","5"],["framework-alignment","Reading","6"],["framework-alignment","Reading","7"],["framework-alignment","Reading","8"],["framework-alignment","Reading","9"],["framework-alignment","Reading","10"],["framework-alignment","Reading","11"],["framework-alignment","Reading","12"],["framework-alignment","Language","PK"],["framework-alignment","Language","K"],["framework-alignment","Language","1"],["framework-alignment","Language","2"],["framework-alignment","Language","3"],["framework-alignment","Language","4"],["framework-alignment","Language","5"],["framework-alignment","Language","6"],["framework-alignment","Language","7"],["framework-alignment","Language","8"],["framework-alignment","Language","9"],["framework-alignment","Language","10"],["framework-alignment","Language","11"],["framework-alignment","Language","12"],["framework-alignment","Science","PK"],["framework-alignment","Science","K"],["framework-alignment","Science","1"],["framework-alignment","Science","2"],["framework-alignment","Science","3"],["framework-alignment","Science","4"],["framework-alignment","Science","5"],["framework-alignment","Science","6"],["framework-alignment","Science","7"],["framework-alignment","Science","8"],["framework-alignment","Science","9"],["framework-alignment","Science","10"],["framework-alignment","Science","11"],["framework-alignment","Science","12"],["framework-alignment","Vocabulary","PK"],["framework-alignment","Vocabulary","K"],["framework-alignment","Vocabulary","1"],["framework-alignment","Vocabulary","2"],["framework-alignment","Vocabulary","3"],["framework-alignment","Vocabulary","4"],["framework-alignment","Vocabulary","5"],["framework-alignment","Vocabulary","6"],["framework-alignment","Vocabulary","7"],["framework-alignment","Vocabulary","8"],["framework-alignment","Vocabulary","9"],["framework-alignment","Vocabulary","10"],["framework-alignment","Vocabulary","11"],["framework-alignment","Vocabulary","12"],["framework-alignment","Writing","PK"],["framework-alignment","Writing","K"],["framework-alignment","Writing","1"],["framework-alignment","Writing","2"],["framework-alignment","Writing","3"],["framework-alignment","Writing","4"],["framework-alignment","Writing","5"],["framework-alignment","Writing","6"],["framework-alignment","Writing","7"],["framework-alignment","Writing","8"],["framework-alignment","Writing","9"],["framework-alignment","Writing","10"],["framework-alignment","Writing","11"],["framework-alignment","Writing","12"],["framework-alignment","Social Studies","PK"],["framework-alignment","Social Studies","K"],["framework-alignment","Social Studies","1"],["framework-alignment","Social Studies","2"],["framework-alignment","Social Studies","3"],["framework-alignment","Social Studies","4"],["framework-alignment","Social Studies","5"],["framework-alignment","Social Studies","6"],["framework-alignment","Social Studies","7"],["framework-alignment","Social Studies","8"],["framework-alignment","Social Studies","9"],["framework-alignment","Social Studies","10"],["framework-alignment","Social Studies","11"],["framework-alignment","Social Studies","12"],["framework-alignment","Biology","PK"],["framework-alignment","Biology","K"],["framework-alignment","Biology","1"],["framework-alignment","Biology","2"],["framework-alignment","Biology","3"],["framework-alignment","Biology","4"],["framework-alignment","Biology","5"],["framework-alignment","Biology","6"],["framework-alignment","Biology","7"],["framework-alignment","Biology","8"],["framework-alignment","Biology","9"],["framework-alignment","Biology","10"],["framework-alignment","Biology","11"],["framework-alignment","Biology","12"],["framework-alignment","Chemistry","PK"],["framework-alignment","Chemistry","K"],["framework-alignment","Chemistry","1"],["framework-alignment","Chemistry","2"],["framework-alignment","Chemistry","3"],["framework-alignment","Chemistry","4"],["framework-alignment","Chemistry","5"],["framework-alignment","Chemistry","6"],["framework-alignment","Chemistry","7"],["framework-alignment","Chemistry","8"],["framework-alignment","Chemistry","9"],["framework-alignment","Chemistry","10"],["framework-alignment","Chemistry","11"],["framework-alignment","Chemistry","12"],["framework-alignment","Physics","PK"],["framework-alignment","Physics","K"],["framework-alignment","Physics","1"],["framework-alignment","Physics","2"],["framework-alignment","Physics","3"],["framework-alignment","Physics","4"],["framework-alignment","Physics","5"],["framework-alignment","Physics","6"],["framework-alignment","Physics","7"],["framework-alignment","Physics","8"],["framework-alignment","Physics","9"],["framework-alignment","Physics","10"],["framework-alignment","Physics","11"],["framework-alignment","Physics","12"],["framework-alignment","Economics","PK"],["framework-alignment","Economics","K"],["framework-alignment","Economics","1"],["framework-alignment","Economics","2"],["framework-alignment","Economics","3"],["framework-alignment","Economics","4"],["framework-alignment","Economics","5"],["framework-alignment","Economics","6"],["framework-alignment","Economics","7"],["framework-alignment","Economics","8"],["framework-alignment","Economics","9"],["framework-alignment","Economics","10"],["framework-alignment","Economics","11"],["framework-alignment","Economics","12"],["framework-alignment","History","PK"],["framework-alignment","History","K"],["framework-alignment","History","1"],["framework-alignment","History","2"],["framework-alignment","History","3"],["framework-alignment","History","4"],["framework-alignment","History","5"],["framework-alignment","History","6"],["framework-alignment","History","7"],["framework-alignment","History","8"],["framework-alignment","History","9"],["framework-alignment","History","10"],["framework-alignment","History","11"],["framework-alignment","History","12"],["framework-alignment","Geography","PK"],["framework-alignment","Geography","K"],["framework-alignment","Geography","1"],["framework-alignment","Geography","2"],["framework-alignment","Geography","3"],["framework-alignment","Geography","4"],["framework-alignment","Geography","5"],["framework-alignment","Geography","6"],["framework-alignment","Geography","7"],["framework-alignment","Geography","8"],["framework-alignment","Geography","9"],["framework-alignment","Geography","10"],["framework-alignment","Geography","11"],["framework-alignment","Geography","12"],["framework-alignment","Civics","PK"],["framework-alignment","Civics","K"],["framework-alignment","Civics","1"],["framework-alignment","Civics","2"],["framework-alignment","Civics","3"],["framework-alignment","Civics","4"],["framework-alignment","Civics","5"],["framework-alignment","Civics","6"],["framework-alignment","Civics","7"],["framework-alignment","Civics","8"],["framework-alignment","Civics","9"],["framework-alignment","Civics","10"],["framework-alignment","Civics","11"],["framework-alignment","Civics","12"],["standards-source-acquisition","Math","PK"],["standards-source-acquisition","Math","K"],["standards-source-acquisition","Math","1"],["standards-source-acquisition","Math","2"],["standards-source-acquisition","Math","3"],["standards-source-acquisition","Math","4"],["standards-source-acquisition","Math","5"],["standards-source-acquisition","Math","6"],["standards-source-acquisition","Math","7"],["standards-source-acquisition","Math","8"],["standards-source-acquisition","Math","9"],["standards-source-acquisition","Math","10"],["standards-source-acquisition","Math","11"],["standards-source-acquisition","Math","12"],["standards-source-acquisition","Reading","PK"],["standards-source-acquisition","Reading","K"],["standards-source-acquisition","Reading","1"],["standards-source-acquisition","Reading","2"],["standards-source-acquisition","Reading","3"],["standards-source-acquisition","Reading","4"],["standards-source-acquisition","Reading","5"],["standards-source-acquisition","Reading","6"],["standards-source-acquisition","Reading","7"],["standards-source-acquisition","Reading","8"],["standards-source-acquisition","Reading","9"],["standards-source-acquisition","Reading","10"],["standards-source-acquisition","Reading","11"],["standards-source-acquisition","Reading","12"],["standards-source-acquisition","Language","PK"],["standards-source-acquisition","Language","K"],["standards-source-acquisition","Language","1"],["standards-source-acquisition","Language","2"],["standards-source-acquisition","Language","3"],["standards-source-acquisition","Language","4"],["standards-source-acquisition","Language","5"],["standards-source-acquisition","Language","6"],["standards-source-acquisition","Language","7"],["standards-source-acquisition","Language","8"],["standards-source-acquisition","Language","9"],["standards-source-acquisition","Language","10"],["standards-source-acquisition","Language","11"],["standards-source-acquisition","Language","12"],["standards-source-acquisition","Science","PK"],["standards-source-acquisition","Science","K"],["standards-source-acquisition","Science","1"],["standards-source-acquisition","Science","2"],["standards-source-acquisition","Science","3"],["standards-source-acquisition","Science","4"],["standards-source-acquisition","Science","5"],["standards-source-acquisition","Science","6"],["standards-source-acquisition","Science","7"],["standards-source-acquisition","Science","8"],["standards-source-acquisition","Science","9"],["standards-source-acquisition","Science","10"],["standards-source-acquisition","Science","11"],["standards-source-acquisition","Science","12"],["standards-source-acquisition","Vocabulary","PK"],["standards-source-acquisition","Vocabulary","K"],["standards-source-acquisition","Vocabulary","1"],["standards-source-acquisition","Vocabulary","2"],["standards-source-acquisition","Vocabulary","3"],["standards-source-acquisition","Vocabulary","4"],["standards-source-acquisition","Vocabulary","5"],["standards-source-acquisition","Vocabulary","6"],["standards-source-acquisition","Vocabulary","7"],["standards-source-acquisition","Vocabulary","8"],["standards-source-acquisition","Vocabulary","9"],["standards-source-acquisition","Vocabulary","10"],["standards-source-acquisition","Vocabulary","11"],["standards-source-acquisition","Vocabulary","12"],["standards-source-acquisition","Writing","PK"],["standards-source-acquisition","Writing","K"],["standards-source-acquisition","Writing","1"],["standards-source-acquisition","Writing","2"],["standards-source-acquisition","Writing","3"],["standards-source-acquisition","Writing","4"],["standards-source-acquisition","Writing","5"],["standards-source-acquisition","Writing","6"],["standards-source-acquisition","Writing","7"],["standards-source-acquisition","Writing","8"],["standards-source-acquisition","Writing","9"],["standards-source-acquisition","Writing","10"],["standards-source-acquisition","Writing","11"],["standards-source-acquisition","Writing","12"],["standards-source-acquisition","Social Studies","PK"],["standards-source-acquisition","Social Studies","K"],["standards-source-acquisition","Social Studies","1"],["standards-source-acquisition","Social Studies","2"],["standards-source-acquisition","Social Studies","3"],["standards-source-acquisition","Social Studies","4"],["standards-source-acquisition","Social Studies","5"],["standards-source-acquisition","Social Studies","6"],["standards-source-acquisition","Social Studies","7"],["standards-source-acquisition","Social Studies","8"],["standards-source-acquisition","Social Studies","9"],["standards-source-acquisition","Social Studies","10"],["standards-source-acquisition","Social Studies","11"],["standards-source-acquisition","Social Studies","12"],["standards-source-acquisition","Biology","PK"],["standards-source-acquisition","Biology","K"],["standards-source-acquisition","Biology","1"],["standards-source-acquisition","Biology","2"],["standards-source-acquisition","Biology","3"],["standards-source-acquisition","Biology","4"],["standards-source-acquisition","Biology","5"],["standards-source-acquisition","Biology","6"],["standards-source-acquisition","Biology","7"],["standards-source-acquisition","Biology","8"],["standards-source-acquisition","Biology","9"],["standards-source-acquisition","Biology","10"],["standards-source-acquisition","Biology","11"],["standards-source-acquisition","Biology","12"],["standards-source-acquisition","Chemistry","PK"],["standards-source-acquisition","Chemistry","K"],["standards-source-acquisition","Chemistry","1"],["standards-source-acquisition","Chemistry","2"],["standards-source-acquisition","Chemistry","3"],["standards-source-acquisition","Chemistry","4"],["standards-source-acquisition","Chemistry","5"],["standards-source-acquisition","Chemistry","6"],["standards-source-acquisition","Chemistry","7"],["standards-source-acquisition","Chemistry","8"],["standards-source-acquisition","Chemistry","9"],["standards-source-acquisition","Chemistry","10"],["standards-source-acquisition","Chemistry","11"],["standards-source-acquisition","Chemistry","12"],["standards-source-acquisition","Physics","PK"],["standards-source-acquisition","Physics","K"],["standards-source-acquisition","Physics","1"],["standards-source-acquisition","Physics","2"],["standards-source-acquisition","Physics","3"],["standards-source-acquisition","Physics","4"],["standards-source-acquisition","Physics","5"],["standards-source-acquisition","Physics","6"],["standards-source-acquisition","Physics","7"],["standards-source-acquisition","Physics","8"],["standards-source-acquisition","Physics","9"],["standards-source-acquisition","Physics","10"],["standards-source-acquisition","Physics","11"],["standards-source-acquisition","Physics","12"],["standards-source-acquisition","Economics","PK"],["standards-source-acquisition","Economics","K"],["standards-source-acquisition","Economics","1"],["standards-source-acquisition","Economics","2"],["standards-source-acquisition","Economics","3"],["standards-source-acquisition","Economics","4"],["standards-source-acquisition","Economics","5"],["standards-source-acquisition","Economics","6"],["standards-source-acquisition","Economics","7"],["standards-source-acquisition","Economics","8"],["standards-source-acquisition","Economics","9"],["standards-source-acquisition","Economics","10"],["standards-source-acquisition","Economics","11"],["standards-source-acquisition","Economics","12"],["standards-source-acquisition","History","PK"],["standards-source-acquisition","History","K"],["standards-source-acquisition","History","1"],["standards-source-acquisition","History","2"],["standards-source-acquisition","History","3"],["standards-source-acquisition","History","4"],["standards-source-acquisition","History","5"],["standards-source-acquisition","History","6"],["standards-source-acquisition","History","7"],["standards-source-acquisition","History","8"],["standards-source-acquisition","History","9"],["standards-source-acquisition","History","10"],["standards-source-acquisition","History","11"],["standards-source-acquisition","History","12"],["standards-source-acquisition","Geography","PK"],["standards-source-acquisition","Geography","K"],["standards-source-acquisition","Geography","1"],["standards-source-acquisition","Geography","2"],["standards-source-acquisition","Geography","3"],["standards-source-acquisition","Geography","4"],["standards-source-acquisition","Geography","5"],["standards-source-acquisition","Geography","6"],["standards-source-acquisition","Geography","7"],["standards-source-acquisition","Geography","8"],["standards-source-acquisition","Geography","9"],["standards-source-acquisition","Geography","10"],["standards-source-acquisition","Geography","11"],["standards-source-acquisition","Geography","12"],["standards-source-acquisition","Civics","PK"],["standards-source-acquisition","Civics","K"],["standards-source-acquisition","Civics","1"],["standards-source-acquisition","Civics","2"],["standards-source-acquisition","Civics","3"],["standards-source-acquisition","Civics","4"],["standards-source-acquisition","Civics","5"],["standards-source-acquisition","Civics","6"],["standards-source-acquisition","Civics","7"],["standards-source-acquisition","Civics","8"],["standards-source-acquisition","Civics","9"],["standards-source-acquisition","Civics","10"],["standards-source-acquisition","Civics","11"],["standards-source-acquisition","Civics","12"],["standards-source-document-acquisition","Math","PK"],["standards-source-document-acquisition","Math","K"],["standards-source-document-acquisition","Math","1"],["standards-source-document-acquisition","Math","2"],["standards-source-document-acquisition","Math","3"],["standards-source-document-acquisition","Math","4"],["standards-source-document-acquisition","Math","5"],["standards-source-document-acquisition","Math","6"],["standards-source-document-acquisition","Math","7"],["standards-source-document-acquisition","Math","8"],["standards-source-document-acquisition","Math","9"],["standards-source-document-acquisition","Math","10"],["standards-source-document-acquisition","Math","11"],["standards-source-document-acquisition","Math","12"],["standards-source-document-acquisition","Reading","PK"],["standards-source-document-acquisition","Reading","K"],["standards-source-document-acquisition","Reading","1"],["standards-source-document-acquisition","Reading","2"],["standards-source-document-acquisition","Reading","3"],["standards-source-document-acquisition","Reading","4"],["standards-source-document-acquisition","Reading","5"],["standards-source-document-acquisition","Reading","6"],["standards-source-document-acquisition","Reading","7"],["standards-source-document-acquisition","Reading","8"],["standards-source-document-acquisition","Reading","9"],["standards-source-document-acquisition","Reading","10"],["standards-source-document-acquisition","Reading","11"],["standards-source-document-acquisition","Reading","12"],["standards-source-document-acquisition","Language","PK"],["standards-source-document-acquisition","Language","K"],["standards-source-document-acquisition","Language","1"],["standards-source-document-acquisition","Language","2"],["standards-source-document-acquisition","Language","3"],["standards-source-document-acquisition","Language","4"],["standards-source-document-acquisition","Language","5"],["standards-source-document-acquisition","Language","6"],["standards-source-document-acquisition","Language","7"],["standards-source-document-acquisition","Language","8"],["standards-source-document-acquisition","Language","9"],["standards-source-document-acquisition","Language","10"],["standards-source-document-acquisition","Language","11"],["standards-source-document-acquisition","Language","12"],["standards-source-document-acquisition","Science","PK"],["standards-source-document-acquisition","Science","K"],["standards-source-document-acquisition","Science","1"],["standards-source-document-acquisition","Science","2"],["standards-source-document-acquisition","Science","3"],["standards-source-document-acquisition","Science","4"],["standards-source-document-acquisition","Science","5"],["standards-source-document-acquisition","Science","6"],["standards-source-document-acquisition","Science","7"],["standards-source-document-acquisition","Science","8"],["standards-source-document-acquisition","Science","9"],["standards-source-document-acquisition","Science","10"],["standards-source-document-acquisition","Science","11"],["standards-source-document-acquisition","Science","12"],["standards-source-document-acquisition","Vocabulary","PK"],["standards-source-document-acquisition","Vocabulary","K"],["standards-source-document-acquisition","Vocabulary","1"],["standards-source-document-acquisition","Vocabulary","2"],["standards-source-document-acquisition","Vocabulary","3"],["standards-source-document-acquisition","Vocabulary","4"],["standards-source-document-acquisition","Vocabulary","5"],["standards-source-document-acquisition","Vocabulary","6"],["standards-source-document-acquisition","Vocabulary","7"],["standards-source-document-acquisition","Vocabulary","8"],["standards-source-document-acquisition","Vocabulary","9"],["standards-source-document-acquisition","Vocabulary","10"],["standards-source-document-acquisition","Vocabulary","11"],["standards-source-document-acquisition","Vocabulary","12"],["standards-source-document-acquisition","Writing","PK"],["standards-source-document-acquisition","Writing","K"],["standards-source-document-acquisition","Writing","1"],["standards-source-document-acquisition","Writing","2"],["standards-source-document-acquisition","Writing","3"],["standards-source-document-acquisition","Writing","4"],["standards-source-document-acquisition","Writing","5"],["standards-source-document-acquisition","Writing","6"],["standards-source-document-acquisition","Writing","7"],["standards-source-document-acquisition","Writing","8"],["standards-source-document-acquisition","Writing","9"],["standards-source-document-acquisition","Writing","10"],["standards-source-document-acquisition","Writing","11"],["standards-source-document-acquisition","Writing","12"],["standards-source-document-acquisition","Social Studies","PK"],["standards-source-document-acquisition","Social Studies","K"],["standards-source-document-acquisition","Social Studies","1"],["standards-source-document-acquisition","Social Studies","2"],["standards-source-document-acquisition","Social Studies","3"],["standards-source-document-acquisition","Social Studies","4"],["standards-source-document-acquisition","Social Studies","5"],["standards-source-document-acquisition","Social Studies","6"],["standards-source-document-acquisition","Social Studies","7"],["standards-source-document-acquisition","Social Studies","8"],["standards-source-document-acquisition","Social Studies","9"],["standards-source-document-acquisition","Social Studies","10"],["standards-source-document-acquisition","Social Studies","11"],["standards-source-document-acquisition","Social Studies","12"],["standards-source-document-acquisition","Biology","PK"],["standards-source-document-acquisition","Biology","K"],["standards-source-document-acquisition","Biology","1"],["standards-source-document-acquisition","Biology","2"],["standards-source-document-acquisition","Biology","3"],["standards-source-document-acquisition","Biology","4"],["standards-source-document-acquisition","Biology","5"],["standards-source-document-acquisition","Biology","6"],["standards-source-document-acquisition","Biology","7"],["standards-source-document-acquisition","Biology","8"],["standards-source-document-acquisition","Biology","9"],["standards-source-document-acquisition","Biology","10"],["standards-source-document-acquisition","Biology","11"],["standards-source-document-acquisition","Biology","12"],["standards-source-document-acquisition","Chemistry","PK"],["standards-source-document-acquisition","Chemistry","K"],["standards-source-document-acquisition","Chemistry","1"],["standards-source-document-acquisition","Chemistry","2"],["standards-source-document-acquisition","Chemistry","3"],["standards-source-document-acquisition","Chemistry","4"],["standards-source-document-acquisition","Chemistry","5"],["standards-source-document-acquisition","Chemistry","6"],["standards-source-document-acquisition","Chemistry","7"],["standards-source-document-acquisition","Chemistry","8"],["standards-source-document-acquisition","Chemistry","9"],["standards-source-document-acquisition","Chemistry","10"],["standards-source-document-acquisition","Chemistry","11"],["standards-source-document-acquisition","Chemistry","12"],["standards-source-document-acquisition","Physics","PK"],["standards-source-document-acquisition","Physics","K"],["standards-source-document-acquisition","Physics","1"],["standards-source-document-acquisition","Physics","2"],["standards-source-document-acquisition","Physics","3"],["standards-source-document-acquisition","Physics","4"],["standards-source-document-acquisition","Physics","5"],["standards-source-document-acquisition","Physics","6"],["standards-source-document-acquisition","Physics","7"],["standards-source-document-acquisition","Physics","8"],["standards-source-document-acquisition","Physics","9"],["standards-source-document-acquisition","Physics","10"],["standards-source-document-acquisition","Physics","11"],["standards-source-document-acquisition","Physics","12"],["standards-source-document-acquisition","Economics","PK"],["standards-source-document-acquisition","Economics","K"],["standards-source-document-acquisition","Economics","1"],["standards-source-document-acquisition","Economics","2"],["standards-source-document-acquisition","Economics","3"],["standards-source-document-acquisition","Economics","4"],["standards-source-document-acquisition","Economics","5"],["standards-source-document-acquisition","Economics","6"],["standards-source-document-acquisition","Economics","7"],["standards-source-document-acquisition","Economics","8"],["standards-source-document-acquisition","Economics","9"],["standards-source-document-acquisition","Economics","10"],["standards-source-document-acquisition","Economics","11"],["standards-source-document-acquisition","Economics","12"],["standards-source-document-acquisition","History","PK"],["standards-source-document-acquisition","History","K"],["standards-source-document-acquisition","History","1"],["standards-source-document-acquisition","History","2"],["standards-source-document-acquisition","History","3"],["standards-source-document-acquisition","History","4"],["standards-source-document-acquisition","History","5"],["standards-source-document-acquisition","History","6"],["standards-source-document-acquisition","History","7"],["standards-source-document-acquisition","History","8"],["standards-source-document-acquisition","History","9"],["standards-source-document-acquisition","History","10"],["standards-source-document-acquisition","History","11"],["standards-source-document-acquisition","History","12"],["standards-source-document-acquisition","Geography","PK"],["standards-source-document-acquisition","Geography","K"],["standards-source-document-acquisition","Geography","1"],["standards-source-document-acquisition","Geography","2"],["standards-source-document-acquisition","Geography","3"],["standards-source-document-acquisition","Geography","4"],["standards-source-document-acquisition","Geography","5"],["standards-source-document-acquisition","Geography","6"],["standards-source-document-acquisition","Geography","7"],["standards-source-document-acquisition","Geography","8"],["standards-source-document-acquisition","Geography","9"],["standards-source-document-acquisition","Geography","10"],["standards-source-document-acquisition","Geography","11"],["standards-source-document-acquisition","Geography","12"],["standards-source-document-acquisition","Civics","PK"],["standards-source-document-acquisition","Civics","K"],["standards-source-document-acquisition","Civics","1"],["standards-source-document-acquisition","Civics","2"],["standards-source-document-acquisition","Civics","3"],["standards-source-document-acquisition","Civics","4"],["standards-source-document-acquisition","Civics","5"],["standards-source-document-acquisition","Civics","6"],["standards-source-document-acquisition","Civics","7"],["standards-source-document-acquisition","Civics","8"],["standards-source-document-acquisition","Civics","9"],["standards-source-document-acquisition","Civics","10"],["standards-source-document-acquisition","Civics","11"],["standards-source-document-acquisition","Civics","12"],["interactive-article","Math","PK"],["interactive-article","Math","K"],["interactive-article","Math","1"],["interactive-article","Math","2"],["interactive-article","Math","3"],["interactive-article","Math","4"],["interactive-article","Math","5"],["interactive-article","Math","6"],["interactive-article","Math","7"],["interactive-article","Math","8"],["interactive-article","Math","9"],["interactive-article","Math","10"],["interactive-article","Math","11"],["interactive-article","Math","12"],["interactive-article","Reading","PK"],["interactive-article","Reading","K"],["interactive-article","Reading","1"],["interactive-article","Reading","2"],["interactive-article","Reading","3"],["interactive-article","Reading","4"],["interactive-article","Reading","5"],["interactive-article","Reading","6"],["interactive-article","Reading","7"],["interactive-article","Reading","8"],["interactive-article","Reading","9"],["interactive-article","Reading","10"],["interactive-article","Reading","11"],["interactive-article","Reading","12"],["interactive-article","Language","PK"],["interactive-article","Language","K"],["interactive-article","Language","1"],["interactive-article","Language","2"],["interactive-article","Language","3"],["interactive-article","Language","4"],["interactive-article","Language","5"],["interactive-article","Language","6"],["interactive-article","Language","7"],["interactive-article","Language","8"],["interactive-article","Language","9"],["interactive-article","Language","10"],["interactive-article","Language","11"],["interactive-article","Language","12"],["interactive-article","Science","PK"],["interactive-article","Science","K"],["interactive-article","Science","1"],["interactive-article","Science","2"],["interactive-article","Science","3"],["interactive-article","Science","4"],["interactive-article","Science","5"],["interactive-article","Science","6"],["interactive-article","Science","7"],["interactive-article","Science","8"],["interactive-article","Science","9"],["interactive-article","Science","10"],["interactive-article","Science","11"],["interactive-article","Science","12"],["interactive-article","Vocabulary","PK"],["interactive-article","Vocabulary","K"],["interactive-article","Vocabulary","1"],["interactive-article","Vocabulary","2"],["interactive-article","Vocabulary","3"],["interactive-article","Vocabulary","4"],["interactive-article","Vocabulary","5"],["interactive-article","Vocabulary","6"],["interactive-article","Vocabulary","7"],["interactive-article","Vocabulary","8"],["interactive-article","Vocabulary","9"],["interactive-article","Vocabulary","10"],["interactive-article","Vocabulary","11"],["interactive-article","Vocabulary","12"],["interactive-article","Writing","PK"],["interactive-article","Writing","K"],["interactive-article","Writing","1"],["interactive-article","Writing","2"],["interactive-article","Writing","3"],["interactive-article","Writing","4"],["interactive-article","Writing","5"],["interactive-article","Writing","6"],["interactive-article","Writing","7"],["interactive-article","Writing","8"],["interactive-article","Writing","9"],["interactive-article","Writing","10"],["interactive-article","Writing","11"],["interactive-article","Writing","12"],["interactive-article","Social Studies","PK"],["interactive-article","Social Studies","K"],["interactive-article","Social Studies","1"],["interactive-article","Social Studies","2"],["interactive-article","Social Studies","3"],["interactive-article","Social Studies","4"],["interactive-article","Social Studies","5"],["interactive-article","Social Studies","6"],["interactive-article","Social Studies","7"],["interactive-article","Social Studies","8"],["interactive-article","Social Studies","9"],["interactive-article","Social Studies","10"],["interactive-article","Social Studies","11"],["interactive-article","Social Studies","12"],["interactive-article","Biology","PK"],["interactive-article","Biology","K"],["interactive-article","Biology","1"],["interactive-article","Biology","2"],["interactive-article","Biology","3"],["interactive-article","Biology","4"],["interactive-article","Biology","5"],["interactive-article","Biology","6"],["interactive-article","Biology","7"],["interactive-article","Biology","8"],["interactive-article","Biology","9"],["interactive-article","Biology","10"],["interactive-article","Biology","11"],["interactive-article","Biology","12"],["interactive-article","Chemistry","PK"],["interactive-article","Chemistry","K"],["interactive-article","Chemistry","1"],["interactive-article","Chemistry","2"],["interactive-article","Chemistry","3"],["interactive-article","Chemistry","4"],["interactive-article","Chemistry","5"],["interactive-article","Chemistry","6"],["interactive-article","Chemistry","7"],["interactive-article","Chemistry","8"],["interactive-article","Chemistry","9"],["interactive-article","Chemistry","10"],["interactive-article","Chemistry","11"],["interactive-article","Chemistry","12"],["interactive-article","Physics","PK"],["interactive-article","Physics","K"],["interactive-article","Physics","1"],["interactive-article","Physics","2"],["interactive-article","Physics","3"],["interactive-article","Physics","4"],["interactive-article","Physics","5"],["interactive-article","Physics","6"],["interactive-article","Physics","7"],["interactive-article","Physics","8"],["interactive-article","Physics","9"],["interactive-article","Physics","10"],["interactive-article","Physics","11"],["interactive-article","Physics","12"],["interactive-article","Economics","PK"],["interactive-article","Economics","K"],["interactive-article","Economics","1"],["interactive-article","Economics","2"],["interactive-article","Economics","3"],["interactive-article","Economics","4"],["interactive-article","Economics","5"],["interactive-article","Economics","6"],["interactive-article","Economics","7"],["interactive-article","Economics","8"],["interactive-article","Economics","9"],["interactive-article","Economics","10"],["interactive-article","Economics","11"],["interactive-article","Economics","12"],["interactive-article","History","PK"],["interactive-article","History","K"],["interactive-article","History","1"],["interactive-article","History","2"],["interactive-article","History","3"],["interactive-article","History","4"],["interactive-article","History","5"],["interactive-article","History","6"],["interactive-article","History","7"],["interactive-article","History","8"],["interactive-article","History","9"],["interactive-article","History","10"],["interactive-article","History","11"],["interactive-article","History","12"],["interactive-article","Geography","PK"],["interactive-article","Geography","K"],["interactive-article","Geography","1"],["interactive-article","Geography","2"],["interactive-article","Geography","3"],["interactive-article","Geography","4"],["interactive-article","Geography","5"],["interactive-article","Geography","6"],["interactive-article","Geography","7"],["interactive-article","Geography","8"],["interactive-article","Geography","9"],["interactive-article","Geography","10"],["interactive-article","Geography","11"],["interactive-article","Geography","12"],["interactive-article","Civics","PK"],["interactive-article","Civics","K"],["interactive-article","Civics","1"],["interactive-article","Civics","2"],["interactive-article","Civics","3"],["interactive-article","Civics","4"],["interactive-article","Civics","5"],["interactive-article","Civics","6"],["interactive-article","Civics","7"],["interactive-article","Civics","8"],["interactive-article","Civics","9"],["interactive-article","Civics","10"],["interactive-article","Civics","11"],["interactive-article","Civics","12"],["interactive-video","Math","PK"],["interactive-video","Math","K"],["interactive-video","Math","1"],["interactive-video","Math","2"],["interactive-video","Math","3"],["interactive-video","Math","4"],["interactive-video","Math","5"],["interactive-video","Math","6"],["interactive-video","Math","7"],["interactive-video","Math","8"],["interactive-video","Math","9"],["interactive-video","Math","10"],["interactive-video","Math","11"],["interactive-video","Math","12"],["interactive-video","Reading","PK"],["interactive-video","Reading","K"],["interactive-video","Reading","1"],["interactive-video","Reading","2"],["interactive-video","Reading","3"],["interactive-video","Reading","4"],["interactive-video","Reading","5"],["interactive-video","Reading","6"],["interactive-video","Reading","7"],["interactive-video","Reading","8"],["interactive-video","Reading","9"],["interactive-video","Reading","10"],["interactive-video","Reading","11"],["interactive-video","Reading","12"],["interactive-video","Language","PK"],["interactive-video","Language","K"],["interactive-video","Language","1"],["interactive-video","Language","2"],["interactive-video","Language","3"],["interactive-video","Language","4"],["interactive-video","Language","5"],["interactive-video","Language","6"],["interactive-video","Language","7"],["interactive-video","Language","8"],["interactive-video","Language","9"],["interactive-video","Language","10"],["interactive-video","Language","11"],["interactive-video","Language","12"],["interactive-video","Science","PK"],["interactive-video","Science","K"],["interactive-video","Science","1"],["interactive-video","Science","2"],["interactive-video","Science","3"],["interactive-video","Science","4"],["interactive-video","Science","5"],["interactive-video","Science","6"],["interactive-video","Science","7"],["interactive-video","Science","8"],["interactive-video","Science","9"],["interactive-video","Science","10"],["interactive-video","Science","11"],["interactive-video","Science","12"],["interactive-video","Vocabulary","PK"],["interactive-video","Vocabulary","K"],["interactive-video","Vocabulary","1"],["interactive-video","Vocabulary","2"],["interactive-video","Vocabulary","3"],["interactive-video","Vocabulary","4"],["interactive-video","Vocabulary","5"],["interactive-video","Vocabulary","6"],["interactive-video","Vocabulary","7"],["interactive-video","Vocabulary","8"],["interactive-video","Vocabulary","9"],["interactive-video","Vocabulary","10"],["interactive-video","Vocabulary","11"],["interactive-video","Vocabulary","12"],["interactive-video","Writing","PK"],["interactive-video","Writing","K"],["interactive-video","Writing","1"],["interactive-video","Writing","2"],["interactive-video","Writing","3"],["interactive-video","Writing","4"],["interactive-video","Writing","5"],["interactive-video","Writing","6"],["interactive-video","Writing","7"],["interactive-video","Writing","8"],["interactive-video","Writing","9"],["interactive-video","Writing","10"],["interactive-video","Writing","11"],["interactive-video","Writing","12"],["interactive-video","Social Studies","PK"],["interactive-video","Social Studies","K"],["interactive-video","Social Studies","1"],["interactive-video","Social Studies","2"],["interactive-video","Social Studies","3"],["interactive-video","Social Studies","4"],["interactive-video","Social Studies","5"],["interactive-video","Social Studies","6"],["interactive-video","Social Studies","7"],["interactive-video","Social Studies","8"],["interactive-video","Social Studies","9"],["interactive-video","Social Studies","10"],["interactive-video","Social Studies","11"],["interactive-video","Social Studies","12"],["interactive-video","Biology","PK"],["interactive-video","Biology","K"],["interactive-video","Biology","1"],["interactive-video","Biology","2"],["interactive-video","Biology","3"],["interactive-video","Biology","4"],["interactive-video","Biology","5"],["interactive-video","Biology","6"],["interactive-video","Biology","7"],["interactive-video","Biology","8"],["interactive-video","Biology","9"],["interactive-video","Biology","10"],["interactive-video","Biology","11"],["interactive-video","Biology","12"],["interactive-video","Chemistry","PK"],["interactive-video","Chemistry","K"],["interactive-video","Chemistry","1"],["interactive-video","Chemistry","2"],["interactive-video","Chemistry","3"],["interactive-video","Chemistry","4"],["interactive-video","Chemistry","5"],["interactive-video","Chemistry","6"],["interactive-video","Chemistry","7"],["interactive-video","Chemistry","8"],["interactive-video","Chemistry","9"],["interactive-video","Chemistry","10"],["interactive-video","Chemistry","11"],["interactive-video","Chemistry","12"],["interactive-video","Physics","PK"],["interactive-video","Physics","K"],["interactive-video","Physics","1"],["interactive-video","Physics","2"],["interactive-video","Physics","3"],["interactive-video","Physics","4"],["interactive-video","Physics","5"],["interactive-video","Physics","6"],["interactive-video","Physics","7"],["interactive-video","Physics","8"],["interactive-video","Physics","9"],["interactive-video","Physics","10"],["interactive-video","Physics","11"],["interactive-video","Physics","12"],["interactive-video","Economics","PK"],["interactive-video","Economics","K"],["interactive-video","Economics","1"],["interactive-video","Economics","2"],["interactive-video","Economics","3"],["interactive-video","Economics","4"],["interactive-video","Economics","5"],["interactive-video","Economics","6"],["interactive-video","Economics","7"],["interactive-video","Economics","8"],["interactive-video","Economics","9"],["interactive-video","Economics","10"],["interactive-video","Economics","11"],["interactive-video","Economics","12"],["interactive-video","History","PK"],["interactive-video","History","K"],["interactive-video","History","1"],["interactive-video","History","2"],["interactive-video","History","3"],["interactive-video","History","4"],["interactive-video","History","5"],["interactive-video","History","6"],["interactive-video","History","7"],["interactive-video","History","8"],["interactive-video","History","9"],["interactive-video","History","10"],["interactive-video","History","11"],["interactive-video","History","12"],["interactive-video","Geography","PK"],["interactive-video","Geography","K"],["interactive-video","Geography","1"],["interactive-video","Geography","2"],["interactive-video","Geography","3"],["interactive-video","Geography","4"],["interactive-video","Geography","5"],["interactive-video","Geography","6"],["interactive-video","Geography","7"],["interactive-video","Geography","8"],["interactive-video","Geography","9"],["interactive-video","Geography","10"],["interactive-video","Geography","11"],["interactive-video","Geography","12"],["interactive-video","Civics","PK"],["interactive-video","Civics","K"],["interactive-video","Civics","1"],["interactive-video","Civics","2"],["interactive-video","Civics","3"],["interactive-video","Civics","4"],["interactive-video","Civics","5"],["interactive-video","Civics","6"],["interactive-video","Civics","7"],["interactive-video","Civics","8"],["interactive-video","Civics","9"],["interactive-video","Civics","10"],["interactive-video","Civics","11"],["interactive-video","Civics","12"]],"withheldSkillIds":[],"runtimeEvidence":{"description":"Sampled measured runtime cells from the latest generation runtime matrix run — advisory per-combo evidence, not the availability gate. When the current time is past staleAfter (or staleAfter is null), the sample is older than its freshness window and must not be trusted as current.","generatedAt":"2026-08-11T05:54:49.937Z","freshnessWindowDays":7,"staleAfter":"2026-08-18T05:54:49.937Z","cells":[{"skillId":"image","subject":"Math","grade":"PK","subtype":"poster","status":"passed","passed":true},{"skillId":"image-series","subject":"Reading","grade":"K","subtype":"diagram","status":"passed","passed":true},{"skillId":"image","subject":"Science","grade":"2","subtype":"illustration","status":"judge-blocked","passed":false},{"skillId":"image-series","subject":"Vocabulary","grade":"3","subtype":"poster","status":"passed","passed":true},{"skillId":"image","subject":"Social Studies","grade":"5","subtype":"photo","status":"passed","passed":true},{"skillId":"image","subject":"Language","grade":"8","subtype":"mind-map","status":"passed","passed":true},{"skillId":"image","subject":"Writing","grade":"11","subtype":"mathematical-diagram","status":"passed","passed":true},{"skillId":"image","subject":"Reading","grade":"K","subtype":"graph","status":"passed","passed":true},{"skillId":"image","subject":"Vocabulary","grade":"3","subtype":"chart","status":"passed","passed":true},{"skillId":"image","subject":"Math","grade":"6","subtype":"diagram","status":"passed","passed":true},{"skillId":"image","subject":"Science","grade":"9","subtype":"poster","status":"passed","passed":true},{"skillId":"image-series","subject":"Vocabulary","grade":"10","subtype":"diagram","status":"passed","passed":true},{"skillId":"image","subject":"Social Studies","grade":"12","subtype":"illustration","status":"passed","passed":true},{"skillId":"image-series","subject":"Math","grade":"PK","subtype":"poster","status":"passed","passed":true},{"skillId":"image","subject":"Language","grade":"1","subtype":"photo","status":"passed","passed":true},{"skillId":"image","subject":"Writing","grade":"4","subtype":"mind-map","status":"passed","passed":true},{"skillId":"image","subject":"Reading","grade":"7","subtype":"mathematical-diagram","status":"passed","passed":true},{"skillId":"image","subject":"Vocabulary","grade":"10","subtype":"graph","status":"judge-blocked","passed":false},{"skillId":"image","subject":"Math","grade":"PK","subtype":"chart","status":"passed","passed":true},{"skillId":"image","subject":"Science","grade":"2","subtype":"diagram","status":"passed","passed":true},{"skillId":"image","subject":"Social Studies","grade":"5","subtype":"poster","status":"passed","passed":true},{"skillId":"image-series","subject":"Math","grade":"6","subtype":"diagram","status":"passed","passed":true},{"skillId":"image","subject":"Language","grade":"8","subtype":"illustration","status":"passed","passed":true},{"skillId":"image-series","subject":"Science","grade":"9","subtype":"poster","status":"passed","passed":true},{"skillId":"image","subject":"Writing","grade":"11","subtype":"photo","status":"passed","passed":true},{"skillId":"image","subject":"Reading","grade":"K","subtype":"mind-map","status":"passed","passed":true},{"skillId":"image","subject":"Vocabulary","grade":"3","subtype":"mathematical-diagram","status":"passed","passed":true},{"skillId":"image","subject":"Math","grade":"6","subtype":"graph","status":"passed","passed":true},{"skillId":"image","subject":"Science","grade":"9","subtype":"chart","status":"passed","passed":true},{"skillId":"image","subject":"Social Studies","grade":"12","subtype":"diagram","status":"passed","passed":true},{"skillId":"image","subject":"Language","grade":"1","subtype":"poster","status":"passed","passed":true},{"skillId":"article","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"article","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"article","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"question","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"question","subject":"Math","grade":"PK","status":"generation-overrun","passed":null},{"skillId":"question","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"article-series","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"article-series","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"article-series","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"audio-script","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"audio-script","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"audio-script","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"storyboard","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"storyboard","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"storyboard","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"storyboard-series","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"storyboard-series","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"storyboard-series","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"video","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"video","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"video","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"test-spec","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"test-spec","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"test-spec","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"test","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"test","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"test","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"test-bank","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"test-bank","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"test-bank","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"question-bank","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"question-bank","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"question-bank","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"decodable","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"decodable","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"decodable","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"decodable-bank","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"decodable-bank","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"decodable-bank","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"simulation","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"simulation","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"simulation","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"manipulative","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"manipulative","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"manipulative","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"game","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"game","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"game","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"canonical-kc-synthesis","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"canonical-kc-synthesis","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"canonical-kc-synthesis","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"content-materialization","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"content-materialization","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"content-materialization","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-course","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"curriculum-course","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-course","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"curriculum-generation-plan","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-generation-plan","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"curriculum-generation-plan","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"curriculum-kc-tree","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"curriculum-kc-tree","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-kc-tree","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-lesson-set","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-lesson-set","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-lesson-set","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-placement-diagnostic","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"curriculum-placement-diagnostic","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"curriculum-placement-diagnostic","subject":"Math","grade":"PK","status":"failed","passed":false},{"skillId":"curriculum-remediation-plan","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-remediation-plan","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-remediation-plan","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-standards-map","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-standards-map","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-standards-map","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-timeback-course-refs","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-timeback-course-refs","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"curriculum-timeback-course-refs","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"framework-alignment","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"framework-alignment","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"framework-alignment","subject":"Math","grade":"PK","status":"passed","passed":true},{"skillId":"standards-source-acquisition","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"standards-source-acquisition","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"standards-source-acquisition","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"standards-source-document-acquisition","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"standards-source-document-acquisition","subject":"Math","grade":"PK","status":"judge-blocked","passed":false},{"skillId":"standards-source-document-acquisition","subject":"Math","grade":"PK","status":"judge-blocked","passed":false}]}}}