Back to Freecodecamp

Task 54

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663cce39c325416308bf1cc6.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: Hey Brian, I was looking at the project details and I noticed something a bit odd. -->

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

What is Maria telling Brian about?

--answers--

She likes the project details

--feedback--

She does not comment on liking it, only that there was something strange in its details.


She thinks the project is odd

--feedback--

She does not think the project is odd, only some details in it were not what she expected.


She noticed something strange in Brian

--feedback--

Her comment is not about Brian, but about the project details.


She saw something in the project details that was not what she expected

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.06
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.06,
      "dialogue": {
        "text": "Hey Brian, I was looking at the project details and I noticed something a bit odd.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}