Skip to content

Commit

Permalink
feat(results): create results page which consumes attempt data
Browse files Browse the repository at this point in the history
  • Loading branch information
benprotheroe committed Sep 12, 2024
1 parent a8661ef commit d3c2492
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/components/PupilViews/PupilResults/PupilResults.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,6 @@ export const Default: Story = {
title: "efwef",
},
sectionResults: sectionResultsFixture,
// {
// "exit-quiz": sectionResultsFixture["exit-quiz"],
// "starter-quiz": sectionResultsFixture["starter-quiz"],
// video: {
// played: false,
// duration: 0,
// timeElapsed: 0,
// isComplete: true,
// },
// intro: {
// worksheetAvailable: false,
// worksheetDownloaded: false,
// isComplete: true,
// },
// },
},
},
};

0 comments on commit d3c2492

Please sign in to comment.