Back to Freecodecamp

Task 49

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680e30ac8a324e7cd5af922e.md

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Perfect, Josh. Thank you for the quick turnaround. Let's touch base once I review the quote. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah plan to do next?

--answers--

Approve the quote immediately without checking it.

--feedback--

She says she wants to review the quote first.


Cancel the order without reading the quote.

--feedback--

She mentions reviewing the quote, not canceling it.


Review the quote and then follow up with Josh.


Ignore the quote and move on to another supplier.

--feedback--

Sarah clearly plans to review and discuss, not ignore the quote.

--video-solution--

3

--explanation--

Review the quote shows she plans to carefully check the details before making any decisions.

Touch base means she will reconnect with Josh after reviewing it, likely to discuss any questions, confirm changes, or approve the next steps.

This shows a clear, organized process rather than rushing, canceling, or ignoring the quote.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 76.12,
      "finishTimestamp": 80.1
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.98,
      "dialogue": {
        "text": "Perfect, Josh. Thank you for the quick turnaround. Let's touch base once I review the quote.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.48
    }
  ]
}