Changes between Version 41 and Version 42 of iPeerDatabaseSchema
- Timestamp:
- 2010-10-18T20:58:18Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iPeerDatabaseSchema
v41 v42 190 190 ||'''modified'''||date||the last time of modification 191 191 == mixevals_questions_descs == 192 Holds the LOM descriptions of eachmixed evaluation question.192 Holds the LOM descriptions of Lickert (Rubric type) mixed evaluation question. 193 193 ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| 194 194 ||'''id'''||integer||Primary_Key 195 195 ||'''mixeval_id'''||integer||The ID of the mixed evaluation being described.||''mixevals'' 196 196 ||'''question_num'''||integer||The question this LOM description is for. 197 ||'''scale_level'''|| string||How many points this LOM is works.197 ||'''scale_level'''||integer||How many points this LOM is worth. 198 198 ||'''descriptor'''||string||The description of this LOM. 199 199 == mixevals_questions == 200 Holds all the question titles and descriptions for this table 201 ||__Column__||__Type__||__Description__||__Foreign Key to table...__|| 202 ||'''id'''||integer||Primary_Key 203 ||'''mixeval_id'''||integer||The ID of the mixed evaluation being described.||''mixevals'' 204 ||'''question_num'''||integer||The number of this question in the mixed evaluation. 205 ||'''title'''||text||The question itself 206 ||'''instructions'''||text||A detailed description of the question. 207 ||'''question_type'''||enum(S,T)||The type of question. ''S'' stands for Rubric-type, ''T'' for text-answer type. 208 ||'''required'''||boolean integer||This question is mandatory. (I'm not sure if this is checked by code). 209 ||'''multiplier'''||integer||The weight of this question (?) 210 ||'''scale_level'''||integer||The total number of LOMs(?) 211 ||'''response_type'''||enum(S,L,NULL)|| ''S'' denotes a short, single-line answer. ''L'' denotes a longer, multi-line answer. 200 212 == personalizes == 201 213 == questions ==