Back to Freecodecamp

Task 9

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number do you hear in the audio?

--answers--

Dieciséis

--feedback--

Dieciséis is the number 16. Camila mentions a different number.


Dieciocho

--feedback--

Dieciocho is the number 18. Camila mentions a different number.


Diecisiete


Diecinueve

--feedback--

Diecinueve is the number 19. Camila mentions a different number.

--video-solution--

3

--explanation--

Camila mentions the word diecisiete, which corresponds to the number 17.

--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": 16.31,
      "finishTimestamp": 17.49
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.18,
      "dialogue": {
        "text": "Diecisiete",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 2.68
    }
  ]
}