@plasius/learning 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/dist/index.cjs +222 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +221 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -388,6 +388,12 @@ declare const PADDLE_PULSE_MISSION_ONE_AUTHORING_V1: MissionAuthoringBundleV1;
|
|
|
388
388
|
* expected source fragments or list/collision edge answers.
|
|
389
389
|
*/
|
|
390
390
|
declare const PIXEL_TRAIL_CHALLENGE_MISSION_ONE_AUTHORING_V1: MissionAuthoringBundleV1;
|
|
391
|
+
/**
|
|
392
|
+
* Original first mission for Star Defender Squadron. Learners launch bounded
|
|
393
|
+
* JavaScript entities, patterns, health and rescue projectiles while protected
|
|
394
|
+
* pass targets and runtime edge cases remain facilitator-only.
|
|
395
|
+
*/
|
|
396
|
+
declare const STAR_DEFENDER_SQUADRON_MISSION_ONE_AUTHORING_V1: MissionAuthoringBundleV1;
|
|
391
397
|
/**
|
|
392
398
|
* Original first mission for Rescue Crew Commander. The learner arranges a
|
|
393
399
|
* typed visual program and can inspect its synchronized JavaScript projection,
|
|
@@ -408,4 +414,4 @@ declare function validateLearningPath(path: LearningPathVersionV1): LearningVali
|
|
|
408
414
|
/** Fail fast when a path is not safe to publish or consume. */
|
|
409
415
|
declare function assertValidLearningPath(path: LearningPathVersionV1): void;
|
|
410
416
|
|
|
411
|
-
export { type AssessmentCheckResultV1, type AssessmentCriterionV1, type AssessmentDimensionV1, type AssessmentResultV1, type AssessmentRubricV1, type AttemptEvidenceV1, type BadgeDefinitionV1, type CommercialStateV1, type CourseMaterialAudienceV1, type CourseMaterialKindV1, type CourseMaterialV1, type CourseMaterialsManifestV1, type FacilitatorMissionAuthoringV1, type GuardianAiConsentV1, type HardwareItemV1, type HardwareModeV1, type HardwareRequirementManifestV1, type HardwareVerificationStatusV1, JUNIOR_CODER_MISSION_STAGE_ORDER_V1, JUNIOR_CODER_MODULE_PRICE_V1_1, JUNIOR_CODER_ROBOT_RESCUE_PATH_CURRENT, JUNIOR_CODER_ROBOT_RESCUE_PATH_V1, JUNIOR_CODER_ROBOT_RESCUE_PATH_V1_1, type LearnerMissionAuthoringV1, type LearningGoalV1, type LearningModuleVersionV1, type LearningPathVersionV1, type LearningValidationIssueV1, METEOR_SHIELD_MISSION_ONE_AUTHORING_V1, MISSION_AUTHORING_CONTRACT_VERSION_V1, type MissionAccessibilityAlternativeV1, type MissionArtifactKindV1, type MissionArtifactReferenceV1, type MissionAuthoringBundleV1, type MissionAuthoringGoalV1, type MissionAuthoringValidationIssueV1, type MissionEvidenceKindV1, type MissionEvidenceRequirementV1, type MissionEvidenceRetentionV1, type MissionInteractionModeV1, type MissionInteractionRequirementV1, type MissionReadinessCheckV1, type MissionRewardBindingV1, type MissionSideAdventureV1, type MissionStageCardV1, type MissionStageKindV1, type MissionV1, type ModuleAgentDefinitionV1, type ModuleAgentFeedbackV1, type ModuleAgentRoleV1, type ModuleCategoryV1, type ModuleEntitlementV1, type ModulePricingV1, type ModuleReferencePriceV1, PADDLE_PULSE_MISSION_ONE_AUTHORING_V1, PIXEL_TRAIL_CHALLENGE_MISSION_ONE_AUTHORING_V1, type PublishedStaticProjectSnapshotV1, RESCUE_CREW_COMMANDER_MISSION_ONE_AUTHORING_V1, ROAD_HOPPER_RALLY_MISSION_ONE_AUTHORING_V1, ROBOT_MAZE_DASH_MISSION_ONE_AUTHORING_V1, SKYWING_SPRINT_MISSION_ONE_AUTHORING_V1, type ScoreBandV1, assertValidLearningPath, assertValidMissionAuthoringBundle, calculateAssessment, validateAssessmentRubric, validateLearningPath, validateMissionAuthoringBundle };
|
|
417
|
+
export { type AssessmentCheckResultV1, type AssessmentCriterionV1, type AssessmentDimensionV1, type AssessmentResultV1, type AssessmentRubricV1, type AttemptEvidenceV1, type BadgeDefinitionV1, type CommercialStateV1, type CourseMaterialAudienceV1, type CourseMaterialKindV1, type CourseMaterialV1, type CourseMaterialsManifestV1, type FacilitatorMissionAuthoringV1, type GuardianAiConsentV1, type HardwareItemV1, type HardwareModeV1, type HardwareRequirementManifestV1, type HardwareVerificationStatusV1, JUNIOR_CODER_MISSION_STAGE_ORDER_V1, JUNIOR_CODER_MODULE_PRICE_V1_1, JUNIOR_CODER_ROBOT_RESCUE_PATH_CURRENT, JUNIOR_CODER_ROBOT_RESCUE_PATH_V1, JUNIOR_CODER_ROBOT_RESCUE_PATH_V1_1, type LearnerMissionAuthoringV1, type LearningGoalV1, type LearningModuleVersionV1, type LearningPathVersionV1, type LearningValidationIssueV1, METEOR_SHIELD_MISSION_ONE_AUTHORING_V1, MISSION_AUTHORING_CONTRACT_VERSION_V1, type MissionAccessibilityAlternativeV1, type MissionArtifactKindV1, type MissionArtifactReferenceV1, type MissionAuthoringBundleV1, type MissionAuthoringGoalV1, type MissionAuthoringValidationIssueV1, type MissionEvidenceKindV1, type MissionEvidenceRequirementV1, type MissionEvidenceRetentionV1, type MissionInteractionModeV1, type MissionInteractionRequirementV1, type MissionReadinessCheckV1, type MissionRewardBindingV1, type MissionSideAdventureV1, type MissionStageCardV1, type MissionStageKindV1, type MissionV1, type ModuleAgentDefinitionV1, type ModuleAgentFeedbackV1, type ModuleAgentRoleV1, type ModuleCategoryV1, type ModuleEntitlementV1, type ModulePricingV1, type ModuleReferencePriceV1, PADDLE_PULSE_MISSION_ONE_AUTHORING_V1, PIXEL_TRAIL_CHALLENGE_MISSION_ONE_AUTHORING_V1, type PublishedStaticProjectSnapshotV1, RESCUE_CREW_COMMANDER_MISSION_ONE_AUTHORING_V1, ROAD_HOPPER_RALLY_MISSION_ONE_AUTHORING_V1, ROBOT_MAZE_DASH_MISSION_ONE_AUTHORING_V1, SKYWING_SPRINT_MISSION_ONE_AUTHORING_V1, STAR_DEFENDER_SQUADRON_MISSION_ONE_AUTHORING_V1, type ScoreBandV1, assertValidLearningPath, assertValidMissionAuthoringBundle, calculateAssessment, validateAssessmentRubric, validateLearningPath, validateMissionAuthoringBundle };
|
package/dist/index.d.ts
CHANGED
|
@@ -388,6 +388,12 @@ declare const PADDLE_PULSE_MISSION_ONE_AUTHORING_V1: MissionAuthoringBundleV1;
|
|
|
388
388
|
* expected source fragments or list/collision edge answers.
|
|
389
389
|
*/
|
|
390
390
|
declare const PIXEL_TRAIL_CHALLENGE_MISSION_ONE_AUTHORING_V1: MissionAuthoringBundleV1;
|
|
391
|
+
/**
|
|
392
|
+
* Original first mission for Star Defender Squadron. Learners launch bounded
|
|
393
|
+
* JavaScript entities, patterns, health and rescue projectiles while protected
|
|
394
|
+
* pass targets and runtime edge cases remain facilitator-only.
|
|
395
|
+
*/
|
|
396
|
+
declare const STAR_DEFENDER_SQUADRON_MISSION_ONE_AUTHORING_V1: MissionAuthoringBundleV1;
|
|
391
397
|
/**
|
|
392
398
|
* Original first mission for Rescue Crew Commander. The learner arranges a
|
|
393
399
|
* typed visual program and can inspect its synchronized JavaScript projection,
|
|
@@ -408,4 +414,4 @@ declare function validateLearningPath(path: LearningPathVersionV1): LearningVali
|
|
|
408
414
|
/** Fail fast when a path is not safe to publish or consume. */
|
|
409
415
|
declare function assertValidLearningPath(path: LearningPathVersionV1): void;
|
|
410
416
|
|
|
411
|
-
export { type AssessmentCheckResultV1, type AssessmentCriterionV1, type AssessmentDimensionV1, type AssessmentResultV1, type AssessmentRubricV1, type AttemptEvidenceV1, type BadgeDefinitionV1, type CommercialStateV1, type CourseMaterialAudienceV1, type CourseMaterialKindV1, type CourseMaterialV1, type CourseMaterialsManifestV1, type FacilitatorMissionAuthoringV1, type GuardianAiConsentV1, type HardwareItemV1, type HardwareModeV1, type HardwareRequirementManifestV1, type HardwareVerificationStatusV1, JUNIOR_CODER_MISSION_STAGE_ORDER_V1, JUNIOR_CODER_MODULE_PRICE_V1_1, JUNIOR_CODER_ROBOT_RESCUE_PATH_CURRENT, JUNIOR_CODER_ROBOT_RESCUE_PATH_V1, JUNIOR_CODER_ROBOT_RESCUE_PATH_V1_1, type LearnerMissionAuthoringV1, type LearningGoalV1, type LearningModuleVersionV1, type LearningPathVersionV1, type LearningValidationIssueV1, METEOR_SHIELD_MISSION_ONE_AUTHORING_V1, MISSION_AUTHORING_CONTRACT_VERSION_V1, type MissionAccessibilityAlternativeV1, type MissionArtifactKindV1, type MissionArtifactReferenceV1, type MissionAuthoringBundleV1, type MissionAuthoringGoalV1, type MissionAuthoringValidationIssueV1, type MissionEvidenceKindV1, type MissionEvidenceRequirementV1, type MissionEvidenceRetentionV1, type MissionInteractionModeV1, type MissionInteractionRequirementV1, type MissionReadinessCheckV1, type MissionRewardBindingV1, type MissionSideAdventureV1, type MissionStageCardV1, type MissionStageKindV1, type MissionV1, type ModuleAgentDefinitionV1, type ModuleAgentFeedbackV1, type ModuleAgentRoleV1, type ModuleCategoryV1, type ModuleEntitlementV1, type ModulePricingV1, type ModuleReferencePriceV1, PADDLE_PULSE_MISSION_ONE_AUTHORING_V1, PIXEL_TRAIL_CHALLENGE_MISSION_ONE_AUTHORING_V1, type PublishedStaticProjectSnapshotV1, RESCUE_CREW_COMMANDER_MISSION_ONE_AUTHORING_V1, ROAD_HOPPER_RALLY_MISSION_ONE_AUTHORING_V1, ROBOT_MAZE_DASH_MISSION_ONE_AUTHORING_V1, SKYWING_SPRINT_MISSION_ONE_AUTHORING_V1, type ScoreBandV1, assertValidLearningPath, assertValidMissionAuthoringBundle, calculateAssessment, validateAssessmentRubric, validateLearningPath, validateMissionAuthoringBundle };
|
|
417
|
+
export { type AssessmentCheckResultV1, type AssessmentCriterionV1, type AssessmentDimensionV1, type AssessmentResultV1, type AssessmentRubricV1, type AttemptEvidenceV1, type BadgeDefinitionV1, type CommercialStateV1, type CourseMaterialAudienceV1, type CourseMaterialKindV1, type CourseMaterialV1, type CourseMaterialsManifestV1, type FacilitatorMissionAuthoringV1, type GuardianAiConsentV1, type HardwareItemV1, type HardwareModeV1, type HardwareRequirementManifestV1, type HardwareVerificationStatusV1, JUNIOR_CODER_MISSION_STAGE_ORDER_V1, JUNIOR_CODER_MODULE_PRICE_V1_1, JUNIOR_CODER_ROBOT_RESCUE_PATH_CURRENT, JUNIOR_CODER_ROBOT_RESCUE_PATH_V1, JUNIOR_CODER_ROBOT_RESCUE_PATH_V1_1, type LearnerMissionAuthoringV1, type LearningGoalV1, type LearningModuleVersionV1, type LearningPathVersionV1, type LearningValidationIssueV1, METEOR_SHIELD_MISSION_ONE_AUTHORING_V1, MISSION_AUTHORING_CONTRACT_VERSION_V1, type MissionAccessibilityAlternativeV1, type MissionArtifactKindV1, type MissionArtifactReferenceV1, type MissionAuthoringBundleV1, type MissionAuthoringGoalV1, type MissionAuthoringValidationIssueV1, type MissionEvidenceKindV1, type MissionEvidenceRequirementV1, type MissionEvidenceRetentionV1, type MissionInteractionModeV1, type MissionInteractionRequirementV1, type MissionReadinessCheckV1, type MissionRewardBindingV1, type MissionSideAdventureV1, type MissionStageCardV1, type MissionStageKindV1, type MissionV1, type ModuleAgentDefinitionV1, type ModuleAgentFeedbackV1, type ModuleAgentRoleV1, type ModuleCategoryV1, type ModuleEntitlementV1, type ModulePricingV1, type ModuleReferencePriceV1, PADDLE_PULSE_MISSION_ONE_AUTHORING_V1, PIXEL_TRAIL_CHALLENGE_MISSION_ONE_AUTHORING_V1, type PublishedStaticProjectSnapshotV1, RESCUE_CREW_COMMANDER_MISSION_ONE_AUTHORING_V1, ROAD_HOPPER_RALLY_MISSION_ONE_AUTHORING_V1, ROBOT_MAZE_DASH_MISSION_ONE_AUTHORING_V1, SKYWING_SPRINT_MISSION_ONE_AUTHORING_V1, STAR_DEFENDER_SQUADRON_MISSION_ONE_AUTHORING_V1, type ScoreBandV1, assertValidLearningPath, assertValidMissionAuthoringBundle, calculateAssessment, validateAssessmentRubric, validateLearningPath, validateMissionAuthoringBundle };
|
package/dist/index.js
CHANGED
|
@@ -1962,6 +1962,226 @@ var PIXEL_TRAIL_CHALLENGE_MISSION_ONE_AUTHORING_V1 = {
|
|
|
1962
1962
|
]
|
|
1963
1963
|
}
|
|
1964
1964
|
};
|
|
1965
|
+
var STAR_DEFENDER_SQUADRON_MISSION_ONE_AUTHORING_V1 = {
|
|
1966
|
+
version: MISSION_AUTHORING_CONTRACT_VERSION_V1,
|
|
1967
|
+
moduleId: "junior-coder.star-defender-squadron",
|
|
1968
|
+
moduleVersion: "1.1.0",
|
|
1969
|
+
missionId: "star-defender-squadron-mission-1",
|
|
1970
|
+
learner: {
|
|
1971
|
+
estimatedMinutes: 20,
|
|
1972
|
+
stages: [
|
|
1973
|
+
{
|
|
1974
|
+
kind: "learn",
|
|
1975
|
+
instruction: "Read what createSquadron(), setRescueWave(), setShieldHealth() and launchRescueBeam() do in the private JavaScript preview.",
|
|
1976
|
+
artifactIds: ["star-defender-squadron-m1-art"]
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
kind: "predict",
|
|
1980
|
+
instruction: "Predict where the squadron and rescue beam will travel, and which health value will change after the wave.",
|
|
1981
|
+
artifactIds: []
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
kind: "build",
|
|
1985
|
+
instruction: "Adjust the four documented JavaScript calls so the original squadron launches a safe rescue wave.",
|
|
1986
|
+
artifactIds: ["star-defender-squadron-m1-code"]
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
kind: "run",
|
|
1990
|
+
instruction: "Use the Run action button to start the private Star Defender preview.",
|
|
1991
|
+
artifactIds: ["star-defender-squadron-m1-code"]
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
kind: "assess",
|
|
1995
|
+
instruction: "Run the visible and protected deterministic squadron checks.",
|
|
1996
|
+
artifactIds: []
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
kind: "inspect",
|
|
2000
|
+
instruction: "Compare the highlighted JavaScript line with the first mission goal that did not pass.",
|
|
2001
|
+
artifactIds: []
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
kind: "fix",
|
|
2005
|
+
instruction: "Change one squadron, wave, shield or beam setting, then rerun and inspect the entity and health telemetry.",
|
|
2006
|
+
artifactIds: ["star-defender-squadron-m1-code"]
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
kind: "explain",
|
|
2010
|
+
instruction: "Explain how the wave pattern moved the entities and how shields protected the rescue mission.",
|
|
2011
|
+
artifactIds: []
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
kind: "reward",
|
|
2015
|
+
instruction: "Collect the evidence-bound badge when the score and private-runtime safety check pass.",
|
|
2016
|
+
artifactIds: []
|
|
2017
|
+
}
|
|
2018
|
+
],
|
|
2019
|
+
readinessChecks: [
|
|
2020
|
+
{
|
|
2021
|
+
id: "star-defender-squadron-m1-find-wave",
|
|
2022
|
+
prompt: "Point to the JavaScript call that chooses the rescue-wave pattern.",
|
|
2023
|
+
scored: false
|
|
2024
|
+
}
|
|
2025
|
+
],
|
|
2026
|
+
artifacts: [
|
|
2027
|
+
{
|
|
2028
|
+
id: "star-defender-squadron-m1-code",
|
|
2029
|
+
kind: "starter-code",
|
|
2030
|
+
audience: "learner",
|
|
2031
|
+
solutionBearing: false
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
id: "star-defender-squadron-m1-art",
|
|
2035
|
+
kind: "starter-assets",
|
|
2036
|
+
audience: "learner",
|
|
2037
|
+
solutionBearing: false
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
id: "star-defender-squadron-m1-printable",
|
|
2041
|
+
kind: "printable",
|
|
2042
|
+
audience: "learner",
|
|
2043
|
+
solutionBearing: false
|
|
2044
|
+
}
|
|
2045
|
+
],
|
|
2046
|
+
goals: [
|
|
2047
|
+
{
|
|
2048
|
+
id: "star-defender-squadron-m1-starts",
|
|
2049
|
+
statement: "The JavaScript settings are valid and the private squadron preview starts.",
|
|
2050
|
+
visibility: "visible",
|
|
2051
|
+
criterionIds: ["star-defender-squadron-build"],
|
|
2052
|
+
completionRequired: true,
|
|
2053
|
+
aiRequired: false
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
id: "star-defender-squadron-m1-rescue-wave",
|
|
2057
|
+
statement: "The original squadron follows the chosen pattern, keeps safe shield health and launches a rescue beam.",
|
|
2058
|
+
visibility: "visible",
|
|
2059
|
+
criterionIds: [
|
|
2060
|
+
"star-defender-squadron-goal-one",
|
|
2061
|
+
"star-defender-squadron-goal-two"
|
|
2062
|
+
],
|
|
2063
|
+
completionRequired: true,
|
|
2064
|
+
aiRequired: false
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
id: "star-defender-squadron-m1-private-runtime",
|
|
2068
|
+
statement: "The program stays inside the private JavaScript worker and host-provided space-rescue API.",
|
|
2069
|
+
visibility: "visible",
|
|
2070
|
+
criterionIds: ["star-defender-squadron-safety"],
|
|
2071
|
+
completionRequired: true,
|
|
2072
|
+
aiRequired: false
|
|
2073
|
+
}
|
|
2074
|
+
],
|
|
2075
|
+
interactions: [
|
|
2076
|
+
{
|
|
2077
|
+
id: "star-defender-squadron-m1-run-control",
|
|
2078
|
+
description: "Start the private JavaScript squadron simulation.",
|
|
2079
|
+
primaryMode: "pointer",
|
|
2080
|
+
alternativeIds: ["star-defender-squadron-m1-keyboard-run"]
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
id: "star-defender-squadron-m1-code-control",
|
|
2084
|
+
description: "Edit the documented squadron, wave, shield and beam calls.",
|
|
2085
|
+
primaryMode: "keyboard",
|
|
2086
|
+
alternativeIds: []
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
id: "star-defender-squadron-m1-wave-motion",
|
|
2090
|
+
description: "Observe squadron entities, wave paths, shields and the rescue beam.",
|
|
2091
|
+
primaryMode: "motion",
|
|
2092
|
+
alternativeIds: ["star-defender-squadron-m1-telemetry"]
|
|
2093
|
+
}
|
|
2094
|
+
],
|
|
2095
|
+
accessibilityAlternatives: [
|
|
2096
|
+
{
|
|
2097
|
+
id: "star-defender-squadron-m1-keyboard-run",
|
|
2098
|
+
modes: ["keyboard"],
|
|
2099
|
+
equivalentOutcome: true,
|
|
2100
|
+
description: "Press Enter or Space on the play-icon Run button to start the same preview."
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
id: "star-defender-squadron-m1-telemetry",
|
|
2104
|
+
modes: ["text", "shape", "reduced-motion"],
|
|
2105
|
+
equivalentOutcome: true,
|
|
2106
|
+
description: "Read entity count, pattern, shield health, beam state and rescue result without animation or colour dependence."
|
|
2107
|
+
}
|
|
2108
|
+
],
|
|
2109
|
+
evidenceRequirements: [
|
|
2110
|
+
{
|
|
2111
|
+
id: "star-defender-squadron-m1-assessment",
|
|
2112
|
+
goalIds: [
|
|
2113
|
+
"star-defender-squadron-m1-starts",
|
|
2114
|
+
"star-defender-squadron-m1-rescue-wave",
|
|
2115
|
+
"star-defender-squadron-m1-private-runtime"
|
|
2116
|
+
],
|
|
2117
|
+
kind: "assessment-result",
|
|
2118
|
+
retention: "entitlement",
|
|
2119
|
+
containsPersonalData: false
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
id: "star-defender-squadron-m1-explanation",
|
|
2123
|
+
goalIds: ["star-defender-squadron-m1-rescue-wave"],
|
|
2124
|
+
kind: "learner-explanation",
|
|
2125
|
+
retention: "attempt",
|
|
2126
|
+
containsPersonalData: false
|
|
2127
|
+
}
|
|
2128
|
+
],
|
|
2129
|
+
sideAdventures: [
|
|
2130
|
+
{
|
|
2131
|
+
id: "star-defender-squadron-m1-remix",
|
|
2132
|
+
prompt: "Invent an original rescue-squadron emblem and describe a new safe wave pattern for a later level.",
|
|
2133
|
+
completionRequired: false
|
|
2134
|
+
}
|
|
2135
|
+
],
|
|
2136
|
+
rewardBindings: [
|
|
2137
|
+
{
|
|
2138
|
+
id: "star-defender-squadron-m1-badge",
|
|
2139
|
+
badgeId: "star-defender-squadron-mission-complete",
|
|
2140
|
+
goalIds: [
|
|
2141
|
+
"star-defender-squadron-m1-starts",
|
|
2142
|
+
"star-defender-squadron-m1-rescue-wave",
|
|
2143
|
+
"star-defender-squadron-m1-private-runtime"
|
|
2144
|
+
],
|
|
2145
|
+
deterministic: true,
|
|
2146
|
+
random: false,
|
|
2147
|
+
tokenConvertible: false
|
|
2148
|
+
}
|
|
2149
|
+
]
|
|
2150
|
+
},
|
|
2151
|
+
facilitator: {
|
|
2152
|
+
artifacts: [
|
|
2153
|
+
{
|
|
2154
|
+
id: "star-defender-squadron-m1-answer-key",
|
|
2155
|
+
kind: "answer-key",
|
|
2156
|
+
audience: "facilitator",
|
|
2157
|
+
solutionBearing: true
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
id: "star-defender-squadron-m1-protected-tests",
|
|
2161
|
+
kind: "protected-test",
|
|
2162
|
+
audience: "facilitator",
|
|
2163
|
+
solutionBearing: true
|
|
2164
|
+
}
|
|
2165
|
+
],
|
|
2166
|
+
protectedGoals: [
|
|
2167
|
+
{
|
|
2168
|
+
id: "star-defender-squadron-m1-protected-resilience",
|
|
2169
|
+
statement: "The worker rejects invalid entity, pattern, health and projectile settings and terminates bounded wave simulations.",
|
|
2170
|
+
visibility: "protected",
|
|
2171
|
+
criterionIds: [
|
|
2172
|
+
"star-defender-squadron-edge-one",
|
|
2173
|
+
"star-defender-squadron-edge-two"
|
|
2174
|
+
],
|
|
2175
|
+
completionRequired: false,
|
|
2176
|
+
aiRequired: false
|
|
2177
|
+
}
|
|
2178
|
+
],
|
|
2179
|
+
prompts: [
|
|
2180
|
+
"Ask the learner to predict the squadron path and shield change before suggesting a JavaScript edit.",
|
|
2181
|
+
"Use the function reference and visible telemetry; never reveal protected numeric targets, pattern answers or expected source fragments."
|
|
2182
|
+
]
|
|
2183
|
+
}
|
|
2184
|
+
};
|
|
1965
2185
|
var RESCUE_CREW_COMMANDER_MISSION_ONE_AUTHORING_V1 = {
|
|
1966
2186
|
version: MISSION_AUTHORING_CONTRACT_VERSION_V1,
|
|
1967
2187
|
moduleId: "junior-coder.rescue-crew-commander",
|
|
@@ -2769,6 +2989,7 @@ export {
|
|
|
2769
2989
|
ROAD_HOPPER_RALLY_MISSION_ONE_AUTHORING_V1,
|
|
2770
2990
|
ROBOT_MAZE_DASH_MISSION_ONE_AUTHORING_V1,
|
|
2771
2991
|
SKYWING_SPRINT_MISSION_ONE_AUTHORING_V1,
|
|
2992
|
+
STAR_DEFENDER_SQUADRON_MISSION_ONE_AUTHORING_V1,
|
|
2772
2993
|
assertValidLearningPath,
|
|
2773
2994
|
assertValidMissionAuthoringBundle,
|
|
2774
2995
|
calculateAssessment,
|