diff --git a/client/src/templates/Challenges/fill-in-the-blank/show.tsx b/client/src/templates/Challenges/fill-in-the-blank/show.tsx
index febd57c2ef3..aaa7cb6ea5e 100644
--- a/client/src/templates/Challenges/fill-in-the-blank/show.tsx
+++ b/client/src/templates/Challenges/fill-in-the-blank/show.tsx
@@ -21,6 +21,7 @@ import ChallegeExplanation from '../components/challenge-explanation';
import CompletionModal from '../components/completion-modal';
import HelpModal from '../components/help-modal';
import FillInTheBlanks from '../components/fill-in-the-blanks';
+import ChallengeTranscript from '../components/challenge-transcript';
import PrismFormatted from '../components/prism-formatted';
import {
challengeMounted,
@@ -81,6 +82,7 @@ const ShowFillInTheBlank = ({
description,
instructions,
explanation,
+ transcript,
superBlock,
block,
translationPending,
@@ -212,6 +214,8 @@ const ShowFillInTheBlank = ({
{scene &&