updating data models
This commit is contained in:
parent
bfc09180f1
commit
b16b5db3f7
2 changed files with 45 additions and 28 deletions
|
|
@ -1,5 +1,7 @@
|
|||
export const SUPPORTED_LANGUAGE_CODES = ["en", "it"] as const;
|
||||
|
||||
export const SUPPORTED_POS = ["noun"] as const;
|
||||
export const SUPPORTED_POS = ["noun", "verb"] as const;
|
||||
|
||||
export const GAME_ROUNDS = ["3", "10"] as const;
|
||||
|
||||
export const CEFR_LEVELS = ["A1", "A2", "B1", "B2", "C1", "C2"] as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue