-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: handling single choice quiz questions correctly
- Loading branch information
1 parent
7867c51
commit e75234e
Showing
6 changed files
with
77 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,4 @@ | ||
import { colors } from "@material-tailwind/react/types/generic"; | ||
|
||
export const BREAKPOINTS = { mobile: 0, tablet: 768, desktop: 1280 }; | ||
|
||
export const DATE_TIME = "yyyy-MM-dd hh:mm"; | ||
export const DATE_TIME_READ = "dd MMM yyyy hh:mm"; | ||
|
||
export const COLOURS: colors[] = [ | ||
"purple", | ||
"indigo", | ||
"blue", | ||
"orange", | ||
"brown", | ||
"yellow", | ||
"blue-gray", | ||
"gray", | ||
"lime", | ||
"deep-orange", | ||
"amber", | ||
"light-green", | ||
"cyan", | ||
"light-blue", | ||
"deep-purple", | ||
"teal", | ||
"pink", | ||
"green", | ||
"red", | ||
]; |