Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/es-a1-learn-numbers-10-to-29/692328943fc4ec22f3f644ca.md

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

--description--

Camila is practicing one of the numbers you've learned so far.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What number is Camila practicing?

--answers--

Once

--feedback--

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


Doce

--feedback--

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


Diez

--feedback--

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


Trece

--video-solution--

4

--explanation--

Camila mentions the word trece, which corresponds to the number 13.

--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": 7.95,
      "finishTimestamp": 8.64
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 1.69,
      "dialogue": {
        "text": "Trece",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 2.19
    }
  ]
}