feat(challenge-parser): add transcript to challenge parser (#57967)

This commit is contained in:
Tom
2025-01-09 00:17:22 -06:00
committed by GitHub
parent 8143bbbae1
commit 8ec9e5cc52
8 changed files with 74 additions and 16 deletions

View File

@@ -305,6 +305,7 @@ exports.createSchemaCustomization = ({ actions }) => {
msTrophyId: String
fillInTheBlank: FillInTheBlank
scene: Scene
transcript: String
quizzes: [Quiz]
}
type FileContents {