diff --git a/packages/react/src/patterns/MultipleChoice/MultipleChoice.stories.tsx b/packages/react/src/patterns/MultipleChoice/MultipleChoice.stories.tsx index 0b261dcb..8132c21a 100644 --- a/packages/react/src/patterns/MultipleChoice/MultipleChoice.stories.tsx +++ b/packages/react/src/patterns/MultipleChoice/MultipleChoice.stories.tsx @@ -105,9 +105,9 @@ const meta: Meta = { export default meta; type Story = StoryObj; -export const Default: Story = {}; +export const Example: Story = {}; -export const WithInstructions: Story = { +export const ExampleWithInstructions: Story = { args: { attemptCount: 2, },