Back to Freecodecamp

Task 20

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

latest1.6 KB
Original Source
<!-- (audio) Sophie: SecureSoft does have a nicer interface, but if SafeGuard is more secure, it's probably the better choice. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

SecureSoft BLANK BLANK a nicer interface, but if SafeGuard is more secure, it's probably the better choice.

--blanks--

does

--feedback--

This word is used for emphasis in positive statements. It ends with -es.


have

--feedback--

This verb means to own, possess, or contain something.

--explanation--

Does have is used to add emphasis, making the statement stronger. For example:

He does have experience in cybersecurity. - This stresses that the person truly has experience.

--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": 28.78,
      "finishTimestamp": 33.98
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 6.2,
      "dialogue": {
        "text": "SecureSoft does have a nicer interface, but if Safeguard is more secure, it's probably the better choice.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.7
    }
  ]
}