FunctionAnswerList({
question,
selectedIds,
showResults,
isDisabled,
showSelectionHint = true,
dimUnselected = false
app/src/components/quiz/AnswerList.tsx:25
FunctionAnswerOption({
answer,
isMultiSelect,
isSelected,
showResults,
isDisabled,
dimUnselected = false,
onSelect,
app/src/components/quiz/AnswerOption.tsx:21
FunctionChallengeCard({
icon,
iconBg,
title,
subtitle,
description,
badges,
rules,
leaderboard,
leaderboardStatus
app/src/components/challenges/ChallengeCard.tsx:54
FunctionChallengeResults({
result,
onRestart,
saveAction,
icon: Icon,
iconBg,
iconColor,
tier,
heroValue,
heroLabel,
app/src/components/challenges/ChallengeResults.tsx:57
FunctionChallengeSidebar({
title,
icon,
livesSlot,
timerSlot,
timerExtra,
scoreLabel,
scoreValue,
progressSlot,
coun
app/src/components/challenges/ChallengeSidebar.tsx:136