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 99f2dfb commit 6654d6dCopy full SHA for 6654d6d
src/addons/mod/quiz/services/quiz.ts
@@ -515,6 +515,7 @@ export class AddonModQuizProvider {
515
cacheKey: this.getAttemptReviewCacheKey(attemptId, page),
516
component: ADDON_MOD_QUIZ_COMPONENT,
517
componentId: options.cmId,
518
+ deleteCacheIfWSError: true,
519
...CoreSites.getReadingStrategyPreSets(options.readingStrategy), // Include reading strategy preSets.
520
};
521
0 commit comments