Skip to content

Latest commit

 

History

History
107 lines (82 loc) · 1.96 KB

File metadata and controls

107 lines (82 loc) · 1.96 KB
id title challengeType dashedName
657c99c084204371fcb8d6a8
Task 24
22
task-24

--description--

You can use object pronouns to replace nouns in a sentence. This avoids repetition and makes the sentence sound more natural. Listen for the object pronouns Bob uses in this audio.

--fillInTheBlank--

--sentence--

Alright, team. This is Alice's first day with _ , so please let _ introduce _ all to _.

--blanks--

us

--feedback--

This pronoun is used as the object to refer to the speaker and one or more other people.


me

--feedback--

This pronoun is used by the speaker to refer to themselves as the object of a verb or preposition.


you

--feedback--

This pronoun is used to refer to the person or people that the speaker is addressing.


her

--feedback--

This pronoun is used to refer to a female person or animal previously mentioned or easily identified.

--scene--

{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 6.18
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "All right team this is Alice's first day with us",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.64,
      "finishTime": 7.18,
      "dialogue": {
        "text": "so please let me introduce you all to her.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.68
    }
  ]
}