Back to Freecodecamp

Task 9

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

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

--description--

The number 7 is called siete 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--

Siete

--feedback--

This is the number 7 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": 16.19,
      "finishTimestamp": 16.93
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 1.74,
      "dialogue": {
        "text": "Siete",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.24
    }
  ]
}