html = dedent(r""" Worksheet: Types of Defects in Sales Law – Explained with Humor

Worksheet: Types of Defects in Sales Law – Explained with Humor

Learn to spot obvious, hidden, and even fraudulently concealed defects — with practical, memorable examples.

1. Classification of Defects

1.1 Obvious Defects Visible at once

Obvious defects are flaws you notice immediately.

Example: You order a red jacket, but it arrives with a giant green dinosaur printed on it. As soon as you unpack it, you think: “That’s not what I ordered!”

1.2 Hidden Defects Appear later

Hidden defects appear only after you start using the product.

Example: Your new toaster works great — until every second slice of bread suddenly burns. Surprise!

1.3 Fraudulently Concealed Defects Seller knew about it

Here the seller knew something was wrong — but didn’t tell you.

Example: A used‑car dealer says, “The engine? Perfect!” — while silently praying you don’t start it.

2. Additional Classification

2.1 Legal Defects

A legal defect exists when someone else has rights to the item you purchased.

Example: You buy a super‑cheap TV — and the next day someone knocks: “Um… that’s mine.”

2.2 Material Defects

Material defects refer to issues with the product itself.

Subcategories of Material Defects

Defect in Quality

The product is not as agreed.

Example: You buy a stress‑relief squishy ball — but it turns out to be a rock‑hard tennis ball.

Assembly Defect

The assembly manual is incorrect or the product is assembled improperly.

Example: You assemble a shelf and end up with… a very wobbly stool.

Short Delivery

You receive less than agreed.

Example: You order 12 donuts — but receive only 11. Unacceptable!

Incorrect Delivery

You get something completely different.

Example: Instead of a smartphone, you receive a toaster. Well… at least warm bread?

3. Exercise: Assign the Correct Type of Defect!

Instructions: For each scenario, decide which type of defect applies. (Tip: Some scenarios may fit more than one label.)

  1. You buy a laptop that randomly crashes after two days.
  2. You receive brown shoes instead of black ones.
  3. The seller hides the fact that the bicycle had an accident before.
  4. The assembly manual for your desk is missing an entire part.
  5. You buy a device that later turns out to be stolen.
Show Solutions
  1. Hidden defect (appears later)
  2. Obvious defect / Incorrect delivery
  3. Fraudulently concealed defect
  4. Assembly defect (faulty manual)
  5. Legal defect (ownership belongs to someone else)

4. Memory Game: Match the Concepts!

Moves: 0 Matches: 0/6 Time: 0s
Find all pairs by matching terms with their descriptions. Good luck!
Study tips: Start by flipping cards methodically (e.g., left to right). If you spot a definition, say it out loud and connect it to the matching term.
""") with open('Worksheet_Defects_EN_with_Memory_reduced.html', 'w', encoding='utf-8') as f: f.write(html) 'File created: Worksheet_Defects_EN_with_Memory_reduced.html'