Educational Cards
Learn from video content, text, and interactive tasks
Filters
Passiv (Passive Voice) – Telc B1
Passiv shifts focus from who does the action to the action or the object. Formation: werden...
Life Hacks: Writing (Schreiben) for Telc B1
Practical tips for the Schreiben (writing) part of Telc B1: 1. Read the task carefully – Note how...
Präsens: stem-changing verbs (a→ä, e→i, e→ie) – Telc B1
Stem-changing (strong) verbs change the vowel in the stem in du and er/sie/es: lesen – du liest, er...
Entweder … oder / weder … noch – Telc B1
entweder … oder (either … or) and weder … noch (neither … nor) are two-part connectors. entweder …...
Sowohl … als auch (Both … and) – Telc B1
sowohl … als auch is a two-part connector meaning "both … and". It links two parallel elements. Er...
Life Hacks: Listening (Hören) for Telc B1
Tips for the Hören (listening) section: 1. Read the tasks first so you know what to listen for...
Verben mit Präpositionen: sprechen, warten, sich interessieren – Telc B1
sprechen mit + Dat (speak with); sprechen über + Akk (speak about); warten auf + Akk (wait for);...
Adjektivdeklination: after ein/eine (indefinite article) – Telc B1
After ein, eine, kein , etc.: nominative masculine takes -er (ein guter Tag), nominative feminine...
Infinitiv mit zu: common verbs (anfangen, aufhören, vergessen) – Telc B1
Verbs that take zu + Infinitiv : anfangen zu + inf (start to), aufhören zu + inf (stop -ing),...
Lesen: task type Matching (Zuordnung) – Telc B1
In Matching tasks you link items (e.g. short texts or headlines) to options (people, topics,...
Python: Reverse a String
Read a string from stdin and print it reversed. Example: Input: hello Output: olleh Think about...
Python: Sum of Two Numbers
Read two integers from standard input (one per line) and print their sum. Example: Input: 3 5...