We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac0a6e commit d2ddc90Copy full SHA for d2ddc90
src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/hooks.js
@@ -180,8 +180,6 @@ export const useAnswerSettings = (showAnswer, updateSettings) => {
180
181
const numberOfAttemptsChoice = [
182
ShowAnswerTypesKeys.AFTER_SOME_NUMBER_OF_ATTEMPTS,
183
- ShowAnswerTypesKeys.AFTER_ALL_ATTEMPTS,
184
- ShowAnswerTypesKeys.AFTER_ALL_ATTEMPTS_OR_CORRECT,
185
];
186
187
useEffect(() => {
0 commit comments