Extension rubrics

Table style for rubrics.

Python typeTable
typetable
LanguageYAML
Required fields
Optional fieldsfile, class, caption, format
Post-Yaml Sectionrequired

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.
|
|}
Edit this page