Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions info/grading.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions info/index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
More Information
============================
================

.. toctree::
.. :numbered:

self
grading
testing
mlir_tips
mlir_tips
Loading