| 176 | Contains a list of Mixed Evaluation (Templates - referenced by evaluation events) |
| 177 | ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| |
| 178 | ||'''id'''||integer||Primary_Key |
| 179 | ||'''name'''||string||Title of the evaluation |
| 180 | ||'''total_marks'''||integer||The total amount of point possible in this evaluation per member. |
| 181 | ||'''zero_mark'''||enum(on,off)||Does the lowerst LOM count as a zero score? |
| 182 | ||'''total_question''||integer||The total number of questions - both Lickert and Textual Answer. |
| 183 | ||'''lickert_question_max||integer||The number of Lickert(Rubric-type) questions. |
| 184 | ||'''scale_max'''||integer||The number of LOMs for Lickert questions. |
| 185 | ||'''prefill_question_max'''||integer||The number of Textual Questions to Add. |
| 186 | ||'''availability||enum(public,private)||Determines whether this rubric can be used in an event by users other than the creator. |
| 187 | ||'''creator_id'''||integer||the ID of the ''user'' who created this course.||users |
| 188 | ||'''created'''||date||a date entry for this entry's creation. |
| 189 | ||'''updater_id'''||integer||the last ''user's'' ID who changed this record.||users |
| 190 | ||'''modified'''||date||the last time of modification |