-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Learn quizzes #8094
Learn quizzes #8094
Conversation
✅ ethereum-org-website-dev deploy preview ready
|
renamed from Quiz to limit name collision
small styling adjustments, added void return types for handlers
) | ||
})} | ||
</Center> | ||
<Center> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Center> | |
<Center maxW={'29.75rem'} m='auto'> |
This brings it in line with figma style
match design on desktop, simplify mobile responsiveness
try again is better |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job @wackerow @corwintines! approoobig
import { getLocaleForNumberFormat } from "./translations" | ||
import type { Lang } from "./languages" | ||
|
||
export const numberToPercent = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shipppppp it
Description
questionBank
that stores all questions to be utilized.questionBank
withindata/learnQuzzes/index.ts
data/learnQuizzes/index.ts
file.maxQuestions
can be passed to limit the size of a quiz as more questions are added with time.Preview links
Related issue
Note this does not yet include the quizzed prepared to address Gas (#7559) page.