| | 289 | Holds the Surveys. There's some confusion here, since a survey has all the info of an ''event'' in it as well. I believe both entries are created for a single survey. |
| | 290 | ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| |
| | 291 | ||'''id'''||integer||Primary_Key |
| | 292 | ||'''course_id'''||integer||The ID of the course this Survey is for. All students in that course participate.||''courses'' |
| | 293 | ||'''user_id'''||integer||Links to ''users'' table, but why (?) Does not seem to match to creator_id, and is usually 1.||''users'' |
| | 294 | ||'''name'''||string||The name of the survey |
| | 295 | ||'''due_date'''||date||The date this survey (and event) is due |
| | 296 | ||'''release_date_begin'''||date||The release date for this survey (and event). Students able to access the survey after this date. |
| | 297 | ||'''release_date_end'''||date||The final fate for this survey (and event). Students are unable to access the survey after this date. |
| | 298 | |