Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67c458143245e17538916792.md

latest1.6 KB
Original Source
<!-- (Audio) Sophie: Hey, Jake. I'm looking at two software tools for our next project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, Jake. I'm BLANK BLANK two software tools for our next project.

--blanks--

looking

--feedback--

This verb describes the act of directing your attention toward something, often to examine or consider it. It ends with -ing.


at

--feedback--

This short word is a preposition that often follows look when referring to examining something.

--explanation--

Looking at means examining or considering something carefully. For example:

She is looking at different job opportunities. - This means she is considering or reviewing different job options.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.62
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.62,
      "dialogue": {
        "text": "Hey Jake, I'm looking at two software tools for our next project.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.12
    }
  ]
}