Hoe Meet je je IQ? Complete Gids + Gratis Test | DYNSEO :root { --purple-light: #C4B5FD; --purple: #8B5CF6; --purple-dark: #7C3AED; --violet: #6D28D9; --indigo: #4F46E5; --blue: #3B82F6; --cyan: #06B6D4; --gold: #F59E0B; --green: #10B981; --orange: #F97316; --white: #FFFFFF; --bg-light: #F5F3FF; --text-dark: #1E1B4B; --text-medium: #4B5563; --text-light: #6B7280; --border: rgba(139, 92, 246, 0.2); --shadow-sm: 0 2px 8px rgba(109, 40, 217, 0.1); --shadow-md: 0 4px 20px rgba(109, 40, 217, 0.15); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Nunito', sans-serif; background: linear-gradient(180deg, #FAFAFA 0%, #F5F3FF 100%); color: var(--text-dark); line-height: 1.8; font-size: 17px; } .container { max-width: 800px; margin: 0 auto; padding: 40px 24px; } /* Breadcrumb */ .breadcrumb { font-size: 0.85rem; color: var(--text-light); margin-bottom: 24px; } .breadcrumb a { color: var(--purple); text-decoration: none; } /* Header */ .article-header { text-align: center; margin-bottom: 48px; } .article-badge { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: linear-gradient(135deg, var(--purple), var(--violet)); border-radius: 50px; font-size: 0.8rem; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 20px; } h1 { font-family: 'Quicksand', sans-serif; font-size: clamp(1.9rem, 5vw, 2.6rem); font-weight: 700; color: var(--text-dark); line-height: 1.25; margin-bottom: 20px; } .article-meta { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; font-size: 0.9rem; color: var(--text-light); } /* Content */ .article-content { background: white; border-radius: 24px; padding: 48px 40px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); } @media (max-width: 600px) { .article-content { padding: 28px 20px; } } .article-content p { margin-bottom: 24px; color: var(--text-medium); } .article-content h2 { font-family: 'Quicksand', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--violet); margin: 48px 0 20px; padding-bottom: 12px; border-bottom: 3px solid var(--purple-light); } .article-content h3 { font-family: 'Quicksand', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--text-dark); margin: 32px 0 16px; } .article-content ul, .article-content ol { margin: 0 0 24px 24px; color: var(--text-medium); } .article-content li { margin-bottom: 10px; } .article-content strong { color: var(--text-dark); } /* Highlight */ .highlight-box { background: linear-gradient(135deg, #F5F3FF, #EDE9FE); border-left: 4px solid var(--purple); border-radius: 0 16px 16px 0; padding: 24px; margin: 32px 0; } .highlight-box p { margin: 0; font-weight: 600; color: var(--violet); } /* Table of Contents */ .toc { background: linear-gradient(135deg, #F5F3FF, #EDE9FE); border-radius: 20px; padding: 28px; margin-bottom: 40px; } .toc h4 { font-family: 'Quicksand', sans-serif; font-size: 1.1rem; color: var(--violet); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; } .toc ol { margin: 0; padding-left: 20px; } .toc li { margin-bottom: 8px; } .toc a { color: var(--text-medium); text-decoration: none; font-weight: 600; transition: color 0.2s; } .toc a:hover { color: var(--purple); } /* Comparison Table */ .comparison-table { width: 100%; border-collapse: collapse; margin: 32px 0; font-size: 0.95rem; } .comparison-table th { background: linear-gradient(135deg, var(--purple), var(--violet)); color: white; padding: 16px; text-align: left; font-weight: 700; } .comparison-table th:first-child { border-radius: 12px 0 0 0; } .comparison-table th:last-child { border-radius: 0 12px 0 0; } .comparison-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); color: var(--text-medium); } .comparison-table tr:nth-child(even) { background: var(--bg-light); } .comparison-table tr:last-child td:first-child { border-radius: 0 0 0 12px; } .comparison-table tr:last-child td:last-child { border-radius: 0 0 12px 0; } /* Method Cards */ .method-cards { display: grid; gap: 24px; margin: 40px 0; } .method-card { background: white; border: 2px solid var(--border); border-radius: 20px; padding: 28px; display: grid; grid-template-columns: auto 1fr; gap: 20px; transition: all 0.3s ease; } .method-card:hover { border-color: var(--purple); box-shadow: var(--shadow-md); } .method-number { width: 50px; height: 50px; background: linear-gradient(135deg, var(--purple), var(--violet)); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 800; color: white; } .method-content h4 { font-family: 'Quicksand', sans-serif; font-size: 1.15rem; color: var(--text-dark); margin-bottom: 8px; } .method-content p { margin: 0; font-size: 0.95rem; color: var(--text-light); } .method-tag { display: inline-block; padding: 4px 10px; background: var(--bg-light); border-radius: 50px; font-size: 0.75rem; font-weight: 700; color: var(--purple); margin-top: 12px; } .method-tag.recommended { background: linear-gradient(135deg, #D1FAE5, #A7F3D0); color: #047857; } @media (max-width: 500px) { .method-card { grid-template-columns: 1fr; text-align: center; } .method-number { margin: 0 auto; } } /* Test Preview Widget */ .test-widget { background: linear-gradient(135deg, var(--purple), var(--violet), var(--indigo)); border-radius: 24px; padding: 40px 32px; margin: 48px 0; color: white; text-align: center; position: relative; overflow: hidden; } .test-widget::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.05'%3E%3Cpath d='M20 0L0 20h40z'/%3E%3C/g%3E%3C/svg%3E"); } .test-widget-content { position: relative; z-index: 1; } .test-widget h3 { font-family: 'Quicksand', sans-serif; font-size: 1.6rem; margin-bottom: 12px; } .test-widget > p { opacity: 0.9; margin-bottom: 28px; } /* Mini Quiz */ .mini-quiz { background: rgba(255,255,255,0.12); backdrop-filter: blur(10px); border: 2px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 24px; margin-bottom: 28px; text-align: left; } .quiz-label { display: inline-block; padding: 5px 12px; background: rgba(255,255,255,0.2); border-radius: 50px; font-size: 0.75rem; font-weight: 700; margin-bottom: 14px; } .quiz-question { font-size: 1.1rem; font-weight: 700; margin-bottom: 18px; } .quiz-visual { display: flex; justify-content: center; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; } .quiz-item { width: 52px; height: 52px; background: rgba(255,255,255,0.15); border: 2px solid rgba(255,255,255,0.3); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; } .quiz-item.highlight { background: var(--gold); border-color: var(--gold); color: #1E1B4B; } .quiz-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; } .quiz-option { padding: 12px 8px; background: rgba(255,255,255,0.1); border: 2px solid rgba(255,255,255,0.2); border-radius: 10px; font-weight: 700; cursor: pointer; transition: all 0.2s; text-align: center; } .quiz-option:hover { background: rgba(255,255,255,0.2); } .quiz-option.correct { background: var(--green); border-color: var(--green); } .quiz-option.wrong { background: #EF4444; border-color: #EF4444; } @media (max-width: 500px) { .quiz-options { grid-template-columns: repeat(2, 1fr); } } /* Stats Row */ .stats-row { display: flex; justify-content: center; gap: 40px; margin-bottom: 28px; flex-wrap: wrap; } .stat-item { text-align: center; } .stat-item .number { font-family: 'Quicksand', sans-serif; font-size: 2.5rem; font-weight: 700; line-height: 1; } .stat-item .label { font-size: 0.85rem; opacity: 0.85; margin-top: 4px; } /* CTA Button */ .cta-btn { display: inline-flex; align-items: center; gap: 12px; padding: 18px 40px; background: white; color: var(--violet); font-family: 'Nunito', sans-serif; font-size: 1.1rem; font-weight: 800; border: none; border-radius: 60px; cursor: pointer; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(0,0,0,0.15); } .cta-btn:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 8px 30px rgba(0,0,0,0.2); } .cta-btn .arrow { transition: transform 0.3s; } .cta-btn:hover .arrow { transform: translateX(4px); } /* Scale Visualization */ .scale-visual { background: white; border: 2px solid var(--border); border-radius: 20px; padding: 32px; margin: 40px 0; } .scale-title { font-family: 'Quicksand', sans-serif; font-size: 1.1rem; color: var(--violet); margin-bottom: 24px; text-align: center; } .scale-bar { height: 24px; background: linear-gradient(90deg, #EF4444 0%, #F59E0B 25%, #10B981 50%, #3B82F6 75%, #8B5CF6 100%); border-radius: 12px; position: relative; margin-bottom: 16px; } .scale-labels { display: flex; justify-content: space-between; font-size: 0.8rem; color: var(--text-light); font-weight: 600; } .scale-categories { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 20px; font-size: 0.75rem; text-align: center; } .scale-cat { padding: 10px 4px; border-radius: 8px; font-weight: 600; } .scale-cat.cat-1 { background: #FEE2E2; color: #DC2626; } .scale-cat.cat-2 { background: #FEF3C7; color: #D97706; } .scale-cat.cat-3 { background: #D1FAE5; color: #059669; } .scale-cat.cat-4 { background: #DBEAFE; color: #2563EB; } .scale-cat.cat-5 { background: #EDE9FE; color: #7C3AED; } /* Tips Box */ .tips-box { background: linear-gradient(135deg, #FEF3C7, #FDE68A); border-radius: 20px; padding: 28px; margin: 40px 0; } .tips-box h4 { font-family: 'Quicksand', sans-serif; color: #92400E; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; } .tips-box ul { margin: 0; padding-left: 20px; color: #78350F; } .tips-box li { margin-bottom: 8px; } /* Secondary CTA */ .final-cta { background: linear-gradient(135deg, #F5F3FF, #EDE9FE); border-radius: 20px; padding: 40px 32px; text-align: center; margin-top: 48px; } .final-cta h3 { font-family: 'Quicksand', sans-serif; font-size: 1.4rem; color: var(--violet); margin-bottom: 12px; } .final-cta p { color: var(--text-medium); margin-bottom: 24px; } .final-cta .cta-btn { background: linear-gradient(135deg, var(--purple), var(--violet)); color: white; } /* Responsive */ @media (max-width: 600px) { .container { padding: 24px 16px; } .test-widget { padding: 28px 20px; margin: 32px -20px; border-radius: 0; } .scale-categories { grid-template-columns: repeat(3, 1fr); } }
Home ›
Blog › Hoe je je IQ meet 📊 Complete Gids Hoe Meet je je IQ? Alle Methoden Uitleg 📅 December 2024 ⏱️ 10 min leestijd
"Wat is mijn IQ?" — Dit is een vraag die miljoenen mensen elke dag stellen. Of het nu uit nieuwsgierigheid is of om beter inzicht te krijgen in hun cognitieve vaardigheden, het meten van je intelligentiequotiënt is voor iedereen toegankelijk geworden dankzij online tests.
In deze complete gids leggen we de verschillende methoden uit om je IQ te evalueren, van officiële tests tot gratis online beoordelingen, en helpen we je de methode te kiezen die het beste bij je behoeften past.
📑 Inhoud
Wat is IQ precies? De verschillende methoden om je IQ te meten Begrijp de IQ-schaal Doe een gratis IQ-test Tips voor een betrouwbare uitslag