Skip to content

Commit

Permalink
docs: Multiple Choice Updates (#362)
Browse files Browse the repository at this point in the history
* docs: make the beta warning more clear

* docs: restructure anatomy based on editorial feedback

* chore: revisions from session #2

* docs: deep edits to multiple choice guidelines

* docs: update multiple choice anatomy images

* chore: revise multiple choice description

* chore: remove redundant -pattern from filename

* chore: update link

* chore: autogen the pattern docs structure
  • Loading branch information
sh0ji authored Dec 11, 2024
1 parent ddfb2e7 commit d4e9fd6
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 198 deletions.
4 changes: 2 additions & 2 deletions website/docs/patterns/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Features, FeatureCard } from '@website/components';
Our patterns classify and document reusable solutions built to respond to common user scenarios. Following these guidelines allows us to create experiences that are consistent, accessible, and natural for users as they move between our digital products ensuring that our approach aligns with industry standards.

<Features basePath="/docs/patterns/" columns={2}>
<FeatureCard title="Multiple Choice Question" slug="multiple-choice-pattern">
A multiple choice question presents a question and set of predefined answer options, allowing for one answer choice submission.
<FeatureCard title="Multiple Choice" slug="multiple-choice">
The multiple choice pattern allows the user to respond to a prompt and then provides feedback about their answer choice.
</FeatureCard>
</Features>
195 changes: 0 additions & 195 deletions website/docs/patterns/multiple-choice-pattern.mdx

This file was deleted.

Loading

0 comments on commit d4e9fd6

Please sign in to comment.