Back to Freecodecamp

Task 57

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e3f7e50ac0549666b4b64.md

latest1.3 KB
Original Source
<!-- (audio) Sophie: What a responsibility. What else do you do? -->

--description--

Else is used in questions to ask for additional information or about other things beyond what has already been mentioned. For example:

What else do you like to do? - Here, else asks for more hobbies or activities besides those already discussed.

--fillInTheBlank--

--sentence--

What a responsibility. What BLANK do you do?

--blanks--

else

--feedback--

This word is used to ask about additional activities or information.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 14.52,
      "finishTimestamp": 16.72
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.20,
      "dialogue": {
        "text": "What a responsibility. What else do you do?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.70
    }
  ]
}