Extension rubrics
Table style for rubrics.
| Python type | Table |
| type | table |
| Language | YAML |
| Required fields |
| Optional fields | file, class, caption, format |
| Post-Yaml Section | required |
Example 1
Excellent |
Good |
Sufficient |
Not rateable |
|
|---|---|---|---|---|
Layout |
Layout follows a strategy that helps to understand the diagram. |
Layout is structured. |
Layout is structured. |
Layout is unstructured and random. |
Syntax |
Correct syntax. |
Correct Syntax. |
Overall good syntax, with a few minor errors. |
Major syntactical flaws. |
Level of Detail |
Consistent and intentional level of detail. |
Adequate detailing. |
Some inconsistencies, too much focus on some details on the expense of others. |
Source Code
---
type: table
class: rubric
---
{|
!
! Excellent
! Good
! Sufficient
! Not rateable
|-
| Layout
| Layout follows a strategy that helps to understand the diagram.
| Layout is structured.
| Layout is structured.
| Layout is unstructured and random.
|-
| Syntax
| Correct syntax.
| Correct Syntax.
| Overall good syntax, with a few minor errors.
| Major syntactical flaws.
|-
| Level of Detail
| Consistent and intentional level of detail.
| Adequate detailing.
| Some inconsistencies, too much focus on some details on the expense of others.
|
|}
---
type: table
class: rubric
---
{|
!
! Excellent
! Good
! Sufficient
! Not rateable
|-
| Layout
| Layout follows a strategy that helps to understand the diagram.
| Layout is structured.
| Layout is structured.
| Layout is unstructured and random.
|-
| Syntax
| Correct syntax.
| Correct Syntax.
| Overall good syntax, with a few minor errors.
| Major syntactical flaws.
|-
| Level of Detail
| Consistent and intentional level of detail.
| Adequate detailing.
| Some inconsistencies, too much focus on some details on the expense of others.
|
|}