Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/es-a1-learn-consonants-and-special-characters/68effaf6e380504611559905.md

latest1.1 KB
Original Source
<!-- (Audio) Julieta: f -->

--description--

Now let's learn about the letter f.

This letter is called efe.

An example is the word flor ("flower").

--instructions--

Listen to the audio and write the letter in the blank space below.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

f

--feedback--

This is the sixth letter in the alphabet.

--scene--

json
{
  "setup": {
    "background": "living-room.png",
    "characters": [
      {
        "character": "Julieta",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_alphabet.mp3",
      "startTime": 1,
      "startTimestamp": 12.78,
      "finishTimestamp": 13.78
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "f",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}