-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
patrick
committed
Jun 27, 2023
1 parent
27575f8
commit e3f92c1
Showing
6 changed files
with
166 additions
and
29 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
...nents/qti-interaction/qti-text-entry-interaction/qti-text-entry-interaction.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Canvas, Meta } from '@storybook/blocks'; | ||
|
||
import * as StylesheetStories from './qti-text-entry-interaction.stories'; | ||
|
||
<Meta of={StylesheetStories} /> | ||
|
||
# qti-choice-interaction | ||
|
||
The ChoiceInteraction.Type (qti-choice-interaction) interaction presents a collection of choices to the candidate. The candidate's task is to select one or more of the choices, up to a maximum of max-choices. The interaction is always initialized with no choices selected. | ||
|
||
<Canvas of={StylesheetStories.Interaction} /> | ||
|
||
<Canvas of={StylesheetStories.Sizes} /> | ||
|
||
<Canvas of={StylesheetStories.Formula} /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters