Changes between Version 50 and Version 51 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-21T19:42:05Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v50 v51  
    258258||'''multiplier'''||integer||The importance of this criteria; its impact on score.
    259259== rubrics_loms ==
     260The very top descriptions of LOM, general, not per-question
    260261||__Column__||__Type__||__Description__||__Foreign Key to table...__||
    261262||'''id'''||integer||Primary_Key
     
    263264||'''lom_num'''||integer||The position number of this LOM||
    264265||'''lom_comment'''||text||The description of this LOM||
    265 == rubtics_criteria_comments ==
     266== rubrics_criteria_comments ==
     267A per-question description of a Criteria's the LOMs
     268||__Column__||__Type__||__Description__||__Foreign Key to table...__||
     269||'''id'''||integer||Primary_Key
     270||'''rubric_id'''||integer||The Rubric ID this LOM belongs to||''rubrics''
     271||'''criteria_num'''||integer||The position of criteria that is described, along with..
     272||'''lom_num'''||integer||...the position of the LOM that is described.
     273||'''criteria_comment'''||The comment specific to this LOM.
    266274== simple_evaluatons ==
    267275== survey_group_members ==