Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67ee44a50d29d8069c1f2196.md

latest1.7 KB
Original Source
<!-- (audio) Sophie: Hey Mark, I was reviewing your latest code submission, and I noticed a small error in the loop structure. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What was Sophie doing?

--answers--

Writing new code for Mark.

--feedback--

Sophie was not writing new code.


Checking Mark's code submission.


Fixing the loop structure.

--feedback--

Sophie noticed an issue in the loop structure, but she didn't say she was fixing it.


Submitting her own code.

--feedback--

Sophie was not submitting her own code.

--video-solution--

2

--explanation--

Sophie mentions reviewing, which means she was looking over Mark's code carefully to check for errors or improvements. For example:

I am reviewing the report before submitting it. - The speaker is checking for mistakes before submitting the report.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.36
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.36,
      "dialogue": {
        "text": "Hey Mark, I was reviewing your latest code submission, and I noticed a small error in the loop structure.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.86
    }
  ]
}