Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/es-a1-learn-numbers-61-to-100/6972cae91b78f18ced1c6936.md

latest1.0 KB
Original Source
<!-- (AUDIO) Elena: Cien. -->

--description--

In Spanish, the number 100 is called cien.

--instructions--

Listen to the audio and practice pronouncing these numbers.

--assignment--

I've practiced pronouncing the number 100.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Elena",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_describing_company_and_people_numbers_21_100.mp3",
      "startTime": 1,
      "startTimestamp": 176.49,
      "finishTimestamp": 177.19
    }
  },
  "commands": [
    {
      "character": "Elena",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Elena",
      "startTime": 1,
      "finishTime": 1.7,
      "dialogue": {
        "text": "Cien",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "opacity": 0,
      "startTime": 2.2
    }
  ]
}