Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/es-a1-learn-the-first-ten-numbers/691e0c17d551d93dba095daa.md

latest1.1 KB
Original Source
<!-- (AUDIO) Julieta: Cuatro -->

--description--

The number 4 is called cuatro in Spanish.

Practice this number's pronunciation until you feel more comfortable with its sound.

--instructions--

Write this number in Spanish below.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

Cuatro

--feedback--

This is the number 4 in Spanish.

--scene--

json
{
  "setup": {
    "background": "company1-breakroom.png",
    "characters": [
      {
        "character": "Julieta",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_fundamentals_numbers_0_9.mp3",
      "startTime": 1,
      "startTimestamp": 9.76,
      "finishTimestamp": 10.37
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 1.61,
      "dialogue": {
        "text": "Cuatro",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.11
    }
  ]
}