C2 · temario
6.3tema 3 de 10

Catenative Verbs

Verbos catenativos: verbos que se enlazan con gerundio o infinitivo

Los verbos catenativos funcionan como 'métodos que aceptan callbacks' en programación: ciertos verbos requieren que el verbo siguiente esté en una forma específica (gerundio o infinitivo).

Es como tener una API con tipos estrictos: algunos métodos solo aceptan ciertos tipos de datos (verbos + gerundio), mientras que otros aceptan diferentes tipos (verbos + infinitivo).

Algunos verbos son 'polimórficos' y pueden aceptar tanto gerundio como infinitivo, pero con diferente significado, similar a function overloading en programación.

structure.txt
Verbo + gerundio (-ing): enjoy, avoid, finish, mind, suggest
Verbo + infinitivo (to + V): want, need, decide, hope, plan
Verbo + gerundio/infinitivo (diferente significado): stop, remember, forget, try
Verbo + obj + infinitivo: ask, tell, advise, encourage, force
Verbo + preposición + gerundio: look forward to, be used to, insist on

Debugging lab

Corrige o completa la línea. 7 ejercicios por tema.

0/11 tests passing0%
  1. 6.3.7.1

    I enjoy to read books before bed.

  2. 6.3.7.2

    She decided going to the party tonight.

  3. 6.3.7.3

    He stopped to smoke three years ago.

  4. 6.3.7.4

    I look forward to hear from you soon.

  5. 6.3.7.5

    They asked me that I help them move.

  6. 6.3.7.6

    I remember locking the door this morning.

  7. 6.3.7.7

    She suggested me to read the book.

  8. 6.3.7.8

    I can't help to feel nervous about the presentation.

  9. 6.3.7.9

    He denied to have taken the money from the drawer.

  10. 6.3.7.10

    I remember to lock the door this morning.

  11. 6.3.7.11

    She admitted that she broke the vase.