Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657b7acdc06454fbb0152538.md

latest2.0 KB
Original Source
<!-- (audio) Sophie: Electric, for sure. Back to your hobbies, though. Do you have any favorite photography themes? -->

--description--

You sometimes use special words or short phrases to return to a topic that was mentioned earlier. This helps the listener follow the conversation and reminds them what you were talking about. For example:

  • Back to our budget discussion, I think we need more details. - This shows you are moving the conversation back to talking about the budget after talking about something else.

  • As I was saying, the project deadline is next Friday. - This means you are continuing from a point you were making before you were interrupted or before the topic changed.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Electric, for sure. BLANK your hobbies, though. Do you have any favorite photography themes?

--blanks--

Back to

--feedback--

Sophie uses these two words to change conversation back to what Tom was talking about earlier. The first letter of the first word is capitalized.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 18.34,
      "finishTimestamp": 22.72
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "Electric, for sure. Back to your hobbies, though.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.16,
      "finishTime": 5.38,
      "dialogue": {
        "text": "Do you have any favorite photography themes?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.88
    }
  ]
}