Skip to content

Fix(Quiz): Jean-Jacques Ruisseau's quiz is no longer stuck in loading

Hugo NOUTS requested to merge 171-quiz-questin-perso-bug-chargement into dev

To test the issue, check that you have at least 1 month of data in the app.

First to reach Jean-jacques ruisseau challenge, you have to set all simone veille challenge to DONE.

  • Go to userchallenge doctype
  • Set state to DONE for quiz, exploration and duel
  • Go to ChallengeCardUnlocked.tsx
  • Comment lines 45 to 57
  • Add this instead on line 45 :

const challengeService = new ChallengeService(client) const updatedChallenge = await challengeService.startUserChallenge( userChallenge ) await UsageEventService.addEvent(client, { type: UsageEventType.CHALLENGE_LAUNCH_EVENT, target: userChallenge.id, }) dispatch(updateUserChallengeList(updatedChallenge))

  • Launch 2nd challenge and try the quiz
Edited by Hugo NOUTS

Merge request reports