From 9ab4f3ce84e839f3ffb20a0e4d5218be069bf687 Mon Sep 17 00:00:00 2001 From: Ron Unrau Date: Wed, 26 Aug 2026 22:29:05 -0600 Subject: [PATCH] Add the top level grading rubric --- info/grading.rst | 20 ++++++++++++++++++++ info/index.rst | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/info/grading.rst b/info/grading.rst index 60cf9e81..6090b69a 100644 --- a/info/grading.rst +++ b/info/grading.rst @@ -1,6 +1,26 @@ Grading ======= +Programming assignments are assessed from three different perspectives: +written artefects or deliverables, a lab quiz, and a peer evaluation. +This section describes each grading element so that you and your team can +prepare as needed. The weighting of each grading perspective is as follows: + + ++-------------------+-----------+---------+--------+--------------+--------------+ +| **Perspective** | Generator | LOLCODE | VCalc | Gazprea P1 | Gazprea P2 | ++===================+===========+=========+========+==============+==============+ +| Written Artefacts | 40% | 50% | 60% | 34% | 50% | ++-------------------+-----------+---------+--------+--------------+--------------+ +| Lab Quiz | 60% | 50% | 40% | 33% | 50% | ++-------------------+-----------+---------+--------+--------------+--------------+ +| Peer Evaluation | 0% | 0% | 0% | 33% | 0% | ++-------------------+-----------+---------+--------+--------------+--------------+ + + +Written Artefacts +------------------ + A successful product or project is the culmination of many small parts that work together. No one part can take all the credit for a success, they must all be present and executed correctly. While different projects emphasize and diff --git a/info/index.rst b/info/index.rst index a701a494..2daa831c 100644 --- a/info/index.rst +++ b/info/index.rst @@ -1,5 +1,5 @@ More Information -============================ +================ .. toctree:: .. :numbered: @@ -7,4 +7,4 @@ More Information self grading testing - mlir_tips \ No newline at end of file + mlir_tips