Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656a401d1b00af2e25b0fd8b.md

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Oh, hi Tom. I'm Sophie. I'm a developer. -->

--description--

Using a or an before a job title indicates that the role isn't unique and there might be others with the same title.

--questions--

--text--

Is Sophie likely to be the only developer from the company?

--answers--

Yes

--feedback--

Sophie uses an article a, which indicates she's not the only developer.


No

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.2,
      "finishTimestamp": 6.66
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.46,
      "dialogue": {
        "text": "Oh, hi Tom. I'm Sophie. I'm a developer.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.96
    }
  ]
}