Educational Cards

Learn from video content, text, and interactive tasks

Filters
Clear
Passiv (Passive Voice) – Telc B1

Passiv shifts focus from who does the action to the action or the object. Formation: werden...

Intermediate German
Life Hacks: Writing (Schreiben) for Telc B1

Practical tips for the Schreiben (writing) part of Telc B1: 1. Read the task carefully – Note how...

Beginner German
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...

Beginner German
Entweder … oder / weder … noch – Telc B1

entweder … oder (either … or) and weder … noch (neither … nor) are two-part connectors. entweder …...

Intermediate German
Sowohl … als auch (Both … and) – Telc B1

sowohl … als auch is a two-part connector meaning "both … and". It links two parallel elements. Er...

Intermediate German
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...

Beginner German
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);...

Intermediate German
Adjektivdeklination: after ein/eine (indefinite article) – Telc B1

After ein, eine, kein , etc.: nominative masculine takes -er (ein guter Tag), nominative feminine...

Intermediate German
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),...

Intermediate German
Lesen: task type Matching (Zuordnung) – Telc B1

In Matching tasks you link items (e.g. short texts or headlines) to options (people, topics,...

Beginner German
Python: Reverse a String

Read a string from stdin and print it reversed. Example: Input: hello Output: olleh Think about...

Beginner Python
1
Python: Sum of Two Numbers

Read two integers from standard input (one per line) and print their sum. Example: Input: 3 5...

Beginner Python