"remove-watch-video-requirement": {
"defaultValue": false,
"rules": [{
"condition": {
"env": "prod",
"email": {
"$in": ["<redacted>@gmail.com", "redacted"]
}
},
"force": true
}]
},
"score-only-lesson-phoneme": {
"defaultValue": true
},
"auto-stop-recording-for-all-practice": {
"defaultValue": true,
"rules": [{
"condition": {
"env": "prod",
"email": {
"$in": ["redacted", "redacted", "[email protected]"]
}
},
"force": false
}]
},
"use-speechace-v9": {
"defaultValue": true
},
"april-2022-price-increase-experiment": {
"defaultValue": false,
"rules": [{
"condition": {
"env": "prod",
"email": {
"$in": ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"]
}
},
"force": false