Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/es-a1-learn-numbers-30-to-60/69728682a836c2b86ae0bc6b.md

latest1.5 KB
Original Source
<!-- (AUDIO) Elena: Cuarenta y ocho -->

--description--

Elena continues practicing numbers.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear?

--answers--

Cuarenta y dos

--feedback--

Cuarenta y dos is 42. Elena mentions a different number.


Cuarenta y ocho


Cuarenta y cinco

--feedback--

Cuarenta y cinco is 45. Elena mentions a different number.


Cuarenta y siete

--feedback--

Cuarenta y siete is 47. Elena mentions a different number.

--video-solution--

2

--explanation--

Elena mentions the number cuarenta y ocho, which corresponds to the number 48.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Elena",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_describing_company_and_people_numbers_21_100.mp3",
      "startTime": 1,
      "startTimestamp": 60.29,
      "finishTimestamp": 61.48
    }
  },
  "commands": [
    {
      "character": "Elena",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Elena",
      "startTime": 1,
      "finishTime": 2.19,
      "dialogue": {
        "text": "Cuarenta y ocho",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "opacity": 0,
      "startTime": 2.69
    }
  ]
}