Comments

From Expertiza_Wiki
Revision as of 19:42, 17 May 2016 by Rkyadav (talk | contribs) (Created page with "Designed to contain instructor to student comments. May not currently be used in code. Further investigation is required. ==Comments variable documentation== {| class="wikitabl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Designed to contain instructor to student comments. May not currently be used in code. Further investigation is required.

Comments variable documentation

Field Name Type Description
id int(11) This object's unique ID value. One per object.
particpant_id int(11) The ID a participant associated with this comment.
private tinyint(1) True/false value for accessibility of comment. Private = True indicates that only the instructor can access the value.
comment text The comment text

Back to the database documentation