| 112 | I think this holds the the entries for the rubric types in iPeer. However, the code often assumes it knows the meanings of evaluation type id's (1,2,3,4), and hard-codes those into the code, sometimes ignoring this table. |
| 113 | ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| |
| 114 | ||'''id'''||integer||Primary_Key |
| 115 | ||'''table_name'''||string||The name of the table that holds these types of evaluations. |
| 116 | ||'''model_name'''||string||The name of the model that connects the above table to cake. |
| 117 | ||'''display_for_selection'''||integer||A boolean integer. Tells if this type of evaluations should be available for selection when an instructor creates an event. |