Docs - New Tables with Color and MixAndMatch capabilities

Question

New and improved tables!

  • Tables are built in markdown, can use 2 asterisks for bold, 2 greater than signs for indenting, and colons in the tables for right/left/center alignment, and should be surrounded by a div with the options below.
  • Options that can be mixed and matched in tables are:
    • sm-table (required)
    • top-left-cell-hidden
    • row1-color1 (colorN where N is 1..8)
    • col1-color1 (colorN where N is 1..8)
    • heading-color1 (only used if need a spanning heading row at top, and colorN where N is 1..8)

Examples:

1. Merged Title Row A

Time Spent
Training

Day Time
Monday 3h 15min
Tuesday 2h 10min
Thursday 1h 5min

1. Merged Title Row B

Type II Diabetes in USA

Year 2007 2008 2009
Millions 31.16 32.4 32.9

2. Color in title row/column

Skateboard No Skate
Bike 55 2
No Bike 7 20

3. Color in title column

Peter Number of things: 5
Andrew Number of things: 2
Rex Number of things: 7

4. Color in title row

A title B title C title
1 2 3
3 7 20

Worked Solution

{{{correctAnswer}}}


Variant 0

DifficultyLevel

100

Question

New and improved tables!

  • Tables are built in markdown, can use 2 asterisks for bold, 2 greater than signs for indenting, and colons in the tables for right/left/center alignment, and should be surrounded by a div with the options below.
  • Options that can be mixed and matched in tables are:
    • sm-table (required)
    • top-left-cell-hidden
    • row1-color1 (colorN where N is 1..8)
    • col1-color1 (colorN where N is 1..8)
    • heading-color1 (only used if need a spanning heading row at top, and colorN where N is 1..8)

Examples:

1. Merged Title Row A

Time Spent
Training

Day Time
Monday 3h 15min
Tuesday 2h 10min
Thursday 1h 5min

1. Merged Title Row B

Type II Diabetes in USA

Year 2007 2008 2009
Millions 31.16 32.4 32.9

2. Color in title row/column

Skateboard No Skate
Bike 55 2
No Bike 7 20

3. Color in title column

Peter Number of things: 5
Andrew Number of things: 2
Rex Number of things: 7

4. Color in title row

A title B title C title
1 2 3
3 7 20

Worked Solution

none

Question Type

Multiple Choice (One Answer)

Variables

Variable nameVariable value
correctAnswer
none

Answers

Is Correct?Answer

none

Tags

  • docs