Skip to content

Latest commit

 

History

History
213 lines (153 loc) · 4.33 KB

File metadata and controls

213 lines (153 loc) · 4.33 KB

Multiple Choice Challenges

Markdown used in this example

* AB = C
* *A<sup>T</sup>B = C*
* **C<sup>T</sup>B = A**
* `if (checkCondition(classes[i]) === undefined)`
* \\( x = {-b \pm \sqrt{b^2-4ac} \over 2a} \\)
* \\( z^2 = x^2 + y^2 \\)
* \\( -5x + 3y - z = -10 \\)
* $$ -5x + 3y - z = -10 $$
* ### H3
* *emphasis*
* **strong emphasis**
* ~~strikethrough~~
* _italic_

Markdown rendered outside of a challenge

  • AB = C
  • ATB = C
  • CTB = A
  • if (checkCondition(classes[i]) === undefined)
  • \( x = {-b \pm \sqrt{b^2-4ac} \over 2a} \)
  • \( z^2 = x^2 + y^2 \)
  • \( -5x + 3y - z = -10 \)
  • $$ -5x + 3y - z = -10 $$
  • H3

  • emphasis
  • strong emphasis
  • strikethrough
  • italic

Same markdown as items in a challenge

!challenge

  • type: multiple-choice
  • id: aa26119d-824d-4db7-98cc-2e3bef88a549
  • title: formatting test
!question

answer this

!end-question
!options
  • this one (correct answer)
  • AB = C
  • ATB = C
  • CTB = A
  • if (checkCondition(classes[i]) === undefined)
  • \( x = {-b \pm \sqrt{b^2-4ac} \over 2a} \)
  • \( z^2 = x^2 + y^2 \)
  • \( -5x + 3y - z = -10 \)
  • $$ -5x + 3y - z = -10 $$
  • H3

  • emphasis
  • strong emphasis
  • strikethrough
  • italic
    • just an option
!end-options
!answer
  • this one (correct answer)
!end-answer
!hint
  • this one
  • AB = C
  • ATB = C
  • CTB = A
  • if (checkCondition(classes[i]) === undefined)
  • \( x = {-b \pm \sqrt{b^2-4ac} \over 2a}. \)
  • \( z^2 = x^2 + y^2 \)
  • \( -5x + 3y - z = -10 \)
  • $$ -5x + 3y - z = -10 $$
  • H3

  • emphasis
  • strong emphasis
  • strikethrough
  • italic
!end-hint
!rubric
  • this one
  • AB = C
  • ATB = C
  • CTB = A
  • if (checkCondition(classes[i]) === undefined)
  • \( x = {-b \pm \sqrt{b^2-4ac} \over 2a}. \)
  • \( z^2 = x^2 + y^2 \)
  • \( -5x + 3y - z = -10 \)
  • $$ -5x + 3y - z = -10 $$
  • H3

  • emphasis
  • strong emphasis
  • strikethrough
  • italic
!end-rubric
!explanation
  • this one
  • AB = C
  • ATB = C
  • CTB = A
  • if (checkCondition(classes[i]) === undefined)
  • \( x = {-b \pm \sqrt{b^2-4ac} \over 2a}. \)
  • \( z^2 = x^2 + y^2 \)
  • \( -5x + 3y - z = -10 \)
  • $$ -5x + 3y - z = -10 $$
  • H3

  • emphasis
  • strong emphasis
  • strikethrough
  • italic
!end-explanation

!end-challenge

Multiple Choice Challenges

Multiple Choice challenges allow a student to submit a single answer to a multiple-choice question.

Interactive Example

!challenge

  • type: multiple-choice
  • id: 18b615b4-8ad7-48bb-a892-c12a93c35969
  • title: Example Multiple Choice Challenge

!question

Which of these cities is home to a Galvanize campus?

!end-question

!options

  • Portland
  • Denver
  • Fort Collins
  • Miami

!end-options

!answer

Denver

!end-answer

!hint

The city is nicknamed the Mile-High City because its official elevation is exactly one mile (5280 feet or 1609.3 meters) above sea level, making it the highest major city in the United States.

!end-hint

!hint

The city is the capital and most populous municipality of the U.S. state of Colorado.

!end-hint

!explanation

Galvanize has 2 offices in Denver--Golden Triangle and Platte.

!end-explanation

!end-challenge