Comments

From Expertiza_Wiki
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