Changes between Version 46 and Version 47 of iPeerDatabaseSchema


Ignore:
Timestamp:
2010-10-20T17:44:33Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iPeerDatabaseSchema

    v46 v47  
    233233||'''response'''||text||A response to this question.
    234234== rubrics ==
     235Hold the templates for the rubrics.
     236||__Column__||__Type__||__Description__||__Foreign Key to table...__||
     237||'''id'''||integer||Primary_Key
     238||'''name'''||string||The name of the rubric||
     239||'''total_marks'''||integer||The total number of marks in this rubric (?)
     240||'''zero_mark'''||enum(on,off)||Consider lowest LOM to be zero (?)
     241||'''lom_max'''||integer||The number of LOMs in this evaluation
     242||'''criteria'''||integer||The number of Criteria for this evaluation
     243||'''availability'''||enum(public,private)||are others allowed to use/see this rubric template?
     244||'''template'''||enum(horizontal, vertical)||Not sure (?)
     245||'''creator_id'''||integer||the ID of the ''user'' who created this course.||users
     246||'''created'''||date||a date entry for this entry's creation.
     247||'''updater_id'''||integer||the last ''user's'' ID who changed this record.||users
     248||'''modified'''||date||the last time of modification
    235249== rubrics_criterias ==
    236250== rubrics_loms ==