Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/657b108cf870283d22b21e8e.md

latest1.9 KB
Original Source
<!-- (Audio) Candidate: Good afternoon. Sure. I was a programmer in Acme Tech. -->

--description--

The Present Simple tense is used to describe habitual or usual actions. However, when you are talking about past roles or experiences, like in an interview, you should use the Past Simple tense.

The Past Simple tense often involves changing verbs: is becomes was for singular subjects and are becomes were for plural subjects. For example:

  • I am a teacher in the present becomes I was a teacher for past experiences.

  • They are engineers changes to They were engineers when speaking about the past.

--questions--

--text--

What was the candidate's position in Acme Tech?

--answers--

A project manager

--feedback--

The candidate stated they were a programmer, not a project manager.


A database analyst

--feedback--

The candidate mentioned being a programmer, which is different from a database analyst.


A programmer


A software tester

--feedback--

The candidate specifically mentioned their role as a programmer, not a software tester.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Candidate",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 5.90,
      "finishTimestamp": 9.38
    }
  },
  "commands": [
    {
      "character": "Candidate",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Candidate",
      "startTime": 1,
      "finishTime": 4.48,
      "dialogue": {
        "text": "Good afternoon. Sure. I was a programmer in Acme Tech.",
        "align": "center"
      }
    },
    {
      "character": "Candidate",
      "opacity": 0,
      "startTime": 4.98
    }
  ]
}