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 b8d15c9 commit 3be63afCopy full SHA for 3be63af
packages/common-ui/src/composables/CompositionViewable.ts
@@ -87,7 +87,7 @@ export function useQuestionView<Q extends Question>(
87
const priorAttempts = ref(0);
88
const priorAnswers = ref<[Answer, string][]>([]);
89
const maxAttemptsPerView = ref(3);
90
- const maxSessionViews = ref(1);
+ const maxSessionViews = ref(2);
91
const question = ref<Q>();
92
93
const submitAnswer = (answer: Answer, submittingClass?: string): QuestionRecord => {
0 commit comments