Comment for Instructors

Shows a Comment

Complete Code

Download file: CommentsForInstructors.pg

PG problem file

Explanation

DOCUMENT();

loadMacros('PGstandard.pl', 'PGML.pl', 'PGcourse.pl');

Preamble

These standard macros need to be loaded.
COMMENT('This problem is not randomized.');

ENDDOCUMENT();

Statement

Call COMMENT to add a comment that is visible when the PG file is viewed in the Library Browser or the PG problem editor. Students do not see these comments.