Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/es-a1-learn-numbers-10-to-29/692325cde805a91e7d973d6f.md

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

--description--

Camila is practicing how to pronounce a number.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

Diez

--feedback--

Diez is the number 10. Camila mentions a different number.


Doce

--feedback--

Doce is the number 12. Camila mentions a different number.


Once


Nueve

--feedback--

Nueve is the number 9. Camila mentions a different number.

--video-solution--

3

--explanation--

Camila pronounces the word once, which corresponds to the number 11.

--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": 3.56,
      "finishTimestamp": 4.26
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 1.7,
      "dialogue": {
        "text": "Once",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 2.2
    }
  ]
}