Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/es-a1-learn-numbers-10-to-29/69232f2b8ee0472da4c63f76.md

latest1.5 KB
Original Source
<!-- (AUDIO) Camila: Dieciocho -->

--description--

Camila is practicing a number in Spanish.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number is Camila mentioning?

--answers--

Dieciséis

--feedback--

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


Diecisiete

--feedback--

Diecisiete is the number 17. Camila mentions a different number.


Dieciocho


Once

--feedback--

Once is the number 11. Camila mentions a different number.

--video-solution--

3

--explanation--

Camila pronounces the number dieciocho, which corresponds to the number 18.

--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": 18.53,
      "finishTimestamp": 19.75
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.22,
      "dialogue": {
        "text": "Dieciocho",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 2.72
    }
  ]
}