mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Quiz Difficulty, Math Game Improvement, Better Today
This commit is contained in:
@@ -1,8 +1,25 @@
|
||||
{
|
||||
"operations": [
|
||||
"+",
|
||||
"-",
|
||||
"*"
|
||||
"operations": {
|
||||
"easy": [
|
||||
"+",
|
||||
"-"
|
||||
],
|
||||
"medium": [
|
||||
"+",
|
||||
"-"
|
||||
],
|
||||
"hard": [
|
||||
"-",
|
||||
"*"
|
||||
],
|
||||
"extreme": [
|
||||
"-",
|
||||
"*"
|
||||
],
|
||||
"impossible": [
|
||||
"*",
|
||||
"/"
|
||||
]
|
||||
],
|
||||
"difficulties": [
|
||||
"easy",
|
||||
|
||||
Reference in New Issue
Block a user