Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/es-a1-learn-numbers-10-to-29/69234b22f3779e47a34c71ff.md

latest1.5 KB
Original Source

--description--

Camila is practicing another number that starts with veinti.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

Veintiséis

--feedback--

Veintiséis is the number 26. Camila mentions a different number.


Veintisiete

--feedback--

Veintisiete is the number 27. Camila mentions a different number.


Veintiocho


Veintinueve

--feedback--

Veintinueve is the number 29. Camila mentions a different number.

--video-solution--

3

--explanation--

Camila mentions the number veintiocho, which corresponds to the number 28.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_basic_personal_details_numbers_10_29.mp3",
      "startTime": 1,
      "startTimestamp": 40.7,
      "finishTimestamp": 41.96
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.26,
      "dialogue": {
        "text": "Veintiocho",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 2.76
    }
  ]
}