Skip to content

Commit

Permalink
dt illustrations 1
Browse files Browse the repository at this point in the history
  • Loading branch information
crescentheaded committed Apr 4, 2024
1 parent ab88b12 commit 725e85e
Show file tree
Hide file tree
Showing 35 changed files with 409 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
> Note: Accessibility Inspector has a built-in instrument


@Section(title: "<#text#>") {
@Section(title: "Accessible Appearance of Controls") {
@ContentAndMedia {
<#text#>
}
Expand All @@ -27,4 +27,152 @@
}
}
}

@Section(title: "Dark Mode Support") {
@ContentAndMedia {
<#text#>
}

@Steps {
@Step {
<#Work in progress#>
}
}
}

@Section(title: "Color Blindness") {
@ContentAndMedia {
<#text#>
}

@Steps {
@Step {
<#Work in progress#>
}
}
}

@Section(title: "Sufficient Contrast") {
@ContentAndMedia {
<#text#>
}

@Steps {
@Step {
<#Work in progress#>
}
}
}

@Section(title: "Dynamic Type") {
@ContentAndMedia {
<#text#>
}

@Steps {
@Step {
<#Work in progress#>
}
}
}

@Section(title: "What now") {
@ContentAndMedia {
Congratulations!

What about a little `quiz` to revise the topic? 🔎

@Image(source: placeholder-image, alt: "")
}

@Steps {
@Step {
Text.
@Image(source: placeholder-image, alt: "")
}
}
}
@Assessments {
@MultipleChoice {
Question?

@Choice(isCorrect: false) {
Yes
@Justification(reaction: "Try again!") {
text
}
}

@Choice(isCorrect: true) {
No
@Justification(reaction: "That's right!") {
text
}
}

@Choice(isCorrect: false) {
Maybe
@Justification(reaction: "Try again!") {
text
}
}
}

@MultipleChoice {
Question?

@Choice(isCorrect: false) {
Yes
@Justification(reaction: "Try again!") {
text
}
}

@Choice(isCorrect: true) {
No
@Justification(reaction: "That's right!") {
text
}
}

@Choice(isCorrect: false) {
Maybe
@Justification(reaction: "Try again!") {
text
}
}
}

@MultipleChoice {
Question?

@Choice(isCorrect: false) {
Yes
@Justification(reaction: "Try again!") {
text
}
}

@Choice(isCorrect: false) {
No
@Justification(reaction: "Try again!") {
text
}
}

@Choice(isCorrect: true) {
All
@Justification(reaction: "That's right!") {
text
}
}

@Choice(isCorrect: false) {
None
@Justification(reaction: "Try again!") {
text
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
@Tutorial(time: 15) {
@Intro(title: "<#text#>") {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}

@Section(title: "What Is Considered Motion in an Interface") {
@ContentAndMedia {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}

@Steps {
@Step {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}
}
}

@Section(title: "How Motion Sickness Functions") {
@ContentAndMedia {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}

@Steps {
@Step {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}
}
}

@Section(title: "Limit Amount of Moving Pictures") {
@ContentAndMedia {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}

@Steps {
@Step {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}
}
}

@Section(title: "Cross-fade Transition") {
@ContentAndMedia {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}

@Steps {
@Step {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}
}
}

@Section(title: "Gaming Without Motion Sickness") {
@ContentAndMedia {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}

@Steps {
@Step {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
}
}
}
}
Loading

0 comments on commit 725e85e

Please sign in to comment.