Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/699e1244df98d15ed286da61.md

latest2.1 KB
Original Source

--description--

Otro (masculine) and otra (feminine) are used to talk about an additional or different thing. For example:

  • Quiero otro café. – I want another coffee. (Café is masculine, that's why otro is used here).

  • Necesito otra copia. – I need another copy. (Copia is feminine, that's why otra is used here).

When confirming things, you'll often hear otra combined with vez.

Vez means an occasion or time something happens. It is a feminine noun. Because vez is feminine, the expression always uses the feminine form:

Puedes repetirlo otra vez? - Can you repeat it again?

This common expression is used to talk about doing something one more time or again.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

¿BLANK BLANK, por favor?

--blanks--

Otra

--feedback--

This word is used to talk about an additional or different thing.


vez

--feedback--

This noun refers to an occasion or time something happens.

--explanation--

Otra vez combines:

  • Otra (feminine form of “another”).

  • Vez (time / occasion).

Since vez is feminine, always use otra vez.

The full expression is commonly used to request or indicate that something should happen again.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_mateo_camila_phone_number_dialogue.mp3",
      "startTime": 1,
      "startTimestamp": 41.19,
      "finishTimestamp": 43
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "¿Otra vez, por favor?",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 2.95
    }
  ]
}