Back to Freecodecamp

Task 24

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

latest1.6 KB
Original Source
<!-- (Audio) Anna: That's great to hear. Were the members of the team involved in any specific achievements or projects? -->

--description--

This task is a review of the Past Simple interrogative.

In questions, the Past Simple tense often begins with a past tense verb, followed by the subject and the rest of the sentence. This structure is used to ask about past events or states.

--fillInTheBlank--

--sentence--

That's great to hear. BLANK the members of the team BLANK any specific achievements or projects?

--blanks--

Were

--feedback--

This is the past simple form of verb to be, used with you, we, or they.


involved in

--feedback--

These two words mean taking part in or being connected with an activity. The first word ends in -ed.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 23.06,
      "finishTimestamp": 27.64
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.58,
      "dialogue": {
        "text": "That's great to hear. Were the members of the team involved in any specific achievements or projects?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.08
    }
  ]
}