| 275 | Contains the templates for Simple Evaluations |
| 276 | ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| |
| 277 | ||'''id'''||integer||Primary_Key |
| 278 | ||'''name'''||string||The name of this evaluation. |
| 279 | ||'''description'''||text||The description/instructions for this evaluation |
| 280 | ||'''point_per_member'''||integer||The points assigned to each member. |
| 281 | ||'''point_low_limit'''||integer||The minimum number of points per member, I guess, don't think it's used (?) |
| 282 | ||'''point_high_limit'''||integer||The maximum number of points per member, I guess, again. (?) |
| 283 | |