Back to Freecodecamp

Task 15

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

latest1.6 KB
Original Source
<!-- (Audio) Anna: Great. Can you tell me about your qualifications? Were you educated in computer science? -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

How does Anna ask about the candidate's educational background in computer science?

--answers--

Are you educated in computer science?

--feedback--

Are you is present tense, but Anna's question is about the candidate's past education.


Do you study computer science?

--feedback--

Do you study is present tense. The question is about past education.


Were you educated in computer science?


Have you studied computer science?

--feedback--

Have you studied is a different form, asking if they have ever studied it at any time.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 34.10,
      "finishTimestamp": 38.20
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.10,
      "dialogue": {
        "text": "Great. Can you tell me about your qualifications? Were you educated in computer science?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.60
    }
  ]
}