Back to Freecodecamp

Task 59

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

latest1.8 KB
Original Source
<!-- (Audio) Sophie: That sounds cool. Did you ever work on any big projects during your studies? -->

--description--

Did you ever...? is a question structure you can use to ask someone if they have had a specific experience at any point in the past. For example:

Did you ever travel abroad as a student? - This asks if the person has the experience of traveling abroad in the past.

--questions--

--text--

What does Sophie want to know about Brian's past?

--answers--

If Brian ever visited a famous landmark during his studies.

--feedback--

Sophie's question is specifically about working on projects, not about visiting places.


If Brian ever participated in large projects while he was a student.


If Brian had any favorite subjects during his studies.

--feedback--

Sophie's question is focused on Brian's involvement in projects, not his favorite subjects.


If Brian used to go to college every day.

--feedback--

The question asks about specific projects, not Brian's daily attendance at college.

--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": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 61.54,
      "finishTimestamp": 65.00
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "That sounds cool. Did you ever work on any big projects during your studies?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}