| 35 | | ||'''id'''||primary key|| |
| 36 | | ||'''evaluation_mixeval_id'''|| Foreign Key to ''evaluation_mixeval'' table.|| |
| 37 | | * '''id''' - primary key |
| 38 | | * '''evaluation_mixeval_id''' - Foreign Key to ''evaluation_mixeval'' table. |
| | 35 | It seems that for each answer to a mixed evaluation question, and entry in this table is generated. |
| | 36 | ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| |
| | 37 | ||'''id'''||integer||Primary_Key |
| | 38 | ||'''evaluation_mixeval_id'''||integer||The ID of the evaluation_mixeval this question answer belongs too. |
| | 39 | ||''evaluation_mixeval'' table. |
| | 40 | ||'''question_number'''||integer||The question being answered |
| | 41 | ||'''question_comment'''||text|| A textual answer to the question, if present. NULL otherwise. |
| | 42 | ||'''selected_lom'''||integer||Doesn't seem to be used. All entries set at 0. (?) |
| | 43 | ||'''grade'''||floating||A grade that the user gave when answering the question. Set to 0.0 if a textual question. |
| | 44 | ||'''record_status'''||enum(A,I)||either 'A' or 'I', representing active or inactive. Not always checked by code. |
| | 45 | ||'''creator_id'''||integer||the ID of the ''user'' who created this course. Not used in this table (All 0's) (?)||''users'' |
| | 46 | ||'''created'''||date||a date entry for this entry's creation. |
| | 47 | ||'''updater_id'''||integer||the last ''user's'' ID who changed this record. Not used in this table (All 0's)||''users'' |
| | 48 | ||'''modified'''||date||the last time of modification. |