Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/es-a1-practice-using-numbers-10-to-29/692363aa62c77f88dd893665.md

latest1.4 KB
Original Source
<!-- (AUDIO) Camila: Veintinueve -->

--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

--feedback--

Veintiocho is the number 28. Camila mentions a different number.


Veintinueve

--video-solution--

4

--explanation--

Camila says the word veintinueve, which corresponds to the number 29.

--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": 42.83,
      "finishTimestamp": 44.09
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.26,
      "dialogue": {
        "text": "Veintinueve",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 2.76
    }
  ]
}