Worksheet Gallery
Explore what's possible with taskseed. Click any example to open it in the editor.
Basic Arithmetic
A standard math worksheet with addition, subtraction, and multiplication.
<page-a4>
<worksheet-task headline="Basic Arithmetic">
<p slot="description">Solve the following addition and subtraction problems.</p>
<basic-arithmetic-problem operations="+-" max="20" repeat="16" />
</worksheet-task>
<worksheet-task headline="Multiplication Practice">
<p slot="description">Complete the times table exercises.</p>
<times-table-problem row="2,5,10" repeat="30" style="--wml-gap: 0.5cm 1cm;"/>
</worksheet-task>
</page-a4>Solve the following addition and subtraction problems.
Complete the times table exercises.
Geometry Bodies
Identifying 3D shapes like cubes, spheres, and cylinders.
<page-a4>
<worksheet-task headline="Geometry: Identifiying Bodies">
<p slot="description">Write the name of the geometric body next to its image.</p>
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;">
<geometry-body shape="cube" />
<geometry-body shape="sphere" />
<geometry-body shape="cylinder" />
<geometry-body shape="cone" />
</div>
</worksheet-task>
</page-a4>Write the name of the geometric body next to its image.
Time & Clocks
Practicing reading analog and digital clocks, and calculating elapsed time.
<page-a4>
<worksheet-task headline="Reading Clocks">
<p slot="description">What time is shown on the clock face?</p>
<div style="display: flex; gap: 2rem; justify-content: space-around;">
<analog-clock />
<analog-clock />
</div>
<div>Time:</div>
</worksheet-task>
<worksheet-task headline="Digital vs Analog">
<p slot="description">Set the correct time on the analog clock based on the digital one.</p>
<div style="display:flex; flex-wrap: wrap; justify-content: space-around;">
<analog-clock show-hands="false"/>
<analog-clock show-hands="false"/>
<analog-clock show-hands="false"/>
<digital-clock />
<digital-clock />
<digital-clock />
</div>
</worksheet-task>
<worksheet-task headline="Calculate the elapsed time">
<p slot="description">Calculate the elapsed time in hours and minutes between the two times.</p>
<elapsed-time repeat="5" style="line-height: 3em;"/>
</worksheet-task>
</page-a4>What time is shown on the clock face?
Set the correct time on the analog clock based on the digital one.
Calculate the elapsed time in hours and minutes between the two times.
Logic & Truth Tables
Introduction to boolean logic with truth table exercises.
<page-a4>
<worksheet-task headline="Logic: Simple Truth Tables">
<p slot="description">Fill in the truth table for the following expressions.</p>
<logical-truth-table variables="2" repeat="2"/>
</worksheet-task>
<worksheet-task headline="Logic: Truth Tables with nested Expression">
<p slot="description">Fill in the truth table for the following nested expression.</p>
<logical-truth-table variables="3" complexity="nested"/>
</worksheet-task>
</page-a4>Fill in the truth table for the following expressions.
Fill in the truth table for the following nested expression.
Chemistry Practice
Balancing equations, molar mass, and pH calculations.
<page-a4>
<worksheet-task headline="Equation Balancing">
<balancing-equations repeat="3" />
</worksheet-task>
<worksheet-task headline="Molar Mass Calculation">
<molar-mass-calculator repeat="2" />
</worksheet-task>
<worksheet-task headline="Element Symbols">
<element-symbol-quiz repeat="6" />
</worksheet-task>
<worksheet-task headline="pH Calculations">
<ph-calculation repeat="3" />
</worksheet-task>
</page-a4>Physics Laboratory
Circuit diagrams, kinematics, and Ohm's law.
<page-a4>
<worksheet-task headline="Circuit Diagrams">
<circuit-diagram type="parallel" repeat="2" />
</worksheet-task>
<worksheet-task headline="Kinematics Problems">
<kinematics-problem repeat="1" />
</worksheet-task>
</page-a4>
<page-a4>
<worksheet-task headline="Ohm's Law">
<ohm-law-table repeat="3" />
</worksheet-task>
<worksheet-task headline="Forces on Inclined Plane">
<forces-inclined-plane repeat=2/>
</worksheet-task>
</page-a4>Language Exercises
Vocabulary, grammar, and sentence structure practice.
<page-a4>
<worksheet-task headline="Vocabulary Matching">
<vocabulary-matching>
Obst: fruit
Gemüse: vegetables
Brot: bread
Milch: milk
Lehrer: Teacher
</vocabulary-matching>
</worksheet-task>
<worksheet-task headline="Noun Genders">
<noun-gender-quiz>
der Apfel
die Birne
das Kind
der Baum
das Obst
die Lehrerin
</noun-gender-quiz>
</worksheet-task>
<worksheet-task headline="Active to Passive">
<active-passive-conversion repeat="3"/>
</worksheet-task></page-a4>