Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/es-a1-warm-up-getting-ready-to-share-personal-details/6929e238f2232c6591048a45.md

latest1.6 KB
Original Source
<!-- (Audio) Luna: Profesión -->

--description--

In this task, you will hear Luna say the Spanish word for "profession". This is a commonly used word when talking about jobs or what someone does for a living.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which word did you hear?

--answers--

Profesión


Profesora

--feedback--

This means "teacher".


Oficina

--feedback--

This word means "office".


Ocupación

--feedback--

This means "occupation", which is close, but it's not the word you heard.

--video-solution--

1

--explanation--

Profesión means "profession" in Spanish. It refers to what someone does for a living. For example:

  • Doctor - Doctor.

  • Ingeniera - Engineer (feminine).

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Luna",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_luna_personal_data_form.mp3",
      "startTime": 1,
      "startTimestamp": 13.39,
      "finishTimestamp": 14.37
    }
  },
  "commands": [
    {
      "character": "Luna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Luna",
      "startTime": 1,
      "finishTime": 1.98,
      "dialogue": {
        "text": "Profesión.",
        "align": "center"
      }
    },
    {
      "character": "Luna",
      "opacity": 0,
      "startTime": 2.48
    }
  ]
}