Vocabulary Test 1- Accessories Vocabulary

How to Use Flashcards

Click on the flashcard to flip it and see the translation. Use the navigation buttons to move between cards. Try to memorize the vocabulary!

🧣
Scarf
Click to flip
🧣
Bufanda
Spanish translation
1/10

Visual Dictionary

Browse through different clothing accessories. Click on any item to hear the pronunciation.

Vocabulary Quiz

Test your knowledge by selecting the correct translation for each clothing accessory. You need to get at least 7 out of 10 correct to pass.

Clothing Accessories Quiz

Question 1 of 10

Quiz Completed!

Your Learning Progress

Track your progress as you learn clothing accessories vocabulary.

0
Words Learned
0
Quizzes Passed
0
Day Streak
Beginner
Mastery Level

Explore more by reading vocabulary blog.

βœ… How This Tool Works (Simple Explanation)

Your tool has 4 main learning modes:

1️⃣ Flashcards β€” Learn Words Quickly

βœ” Shows one vocabulary word at a time
βœ” Front side = English word + icon
βœ” Back side = Spanish translation

How it works:

  • Click the card β†’ it flips
  • Click Next / Previous β†’ move through all words
  • Counter (1/15) shows your progress

✨ Best for quick memory practice.

2️⃣ Visual Dictionary β€” Browse & Learn

βœ” Shows all vocabulary words in a grid
βœ” Each item has:

  • An icon
  • English word
  • Spanish translation

How it works:

  • Click any item β†’ you get pronunciation (currently an alert, can be upgraded to audio)
  • Scroll to explore all terms

✨ Best for visual learners.

3️⃣ Quiz β€” Test Your Knowledge

βœ” 10 questions
βœ” Multiple-choice format
βœ” Must score 7/10 to pass

How it works:

  1. You see a question
    • Example: “What is the Spanish word for Hat?”
  2. Choose an answer from 4 options
  3. Click Submit
    • Correct answer = green
    • Wrong answer = red
  4. Click Next Question
  5. Final screen shows:
    • Your score
    • Result message
    • “Try again” button

✨ Best for testing how much you learned.

4️⃣ Progress Tracker β€” See Your Improvement

βœ” Stores your learning data inside localStorage (on the user’s browser)

It shows:

  • Words Learned
  • Quizzes Passed
  • Day Streak
  • Mastery Level

How it works:

  • Every time you pass a quiz (7/10), “Quizzes Passed” increases
  • The data stays saved even after you close the website
  • Clicking Reset Progress clears all saved data

✨ Helps learners stay motivated.

πŸ”§ Behind the Scenes (How the Code Works)

Your script does these tasks:

βœ” Stores all vocabulary in one array:

{ english: “Scarf”, spanish: “Bufanda”, icon: “🧣” }

βœ” Flashcards:

  • Updates card content based on current index
  • Flips by adding/removing .flipped CSS class

βœ” Visual Dictionary:

  • Loops through vocabulary
  • Creates items dynamically
  • Adds click events

βœ” Quiz:

  • Randomly chooses question type
  • Generates 4 options (1 correct + 3 incorrect)
  • Tracks score
  • Highlights results

βœ” Stats:

  • Loads from localStorage
  • Saves updates
  • Refreshes display

Leave a Comment

Scroll to Top