CommentsForInstructors: Difference between revisions
Jump to navigation
Jump to search
m (New page: <h2>Your title here: PG Code Snippet</h2> <!-- Header for these sections -- no modification needed --> <p style="background-color:#eeeeee;border:black solid 1px;padding:3px;"> <em>Thi...) |
mNo edit summary |
||
Line 21: | Line 21: | ||
<pre> | <pre> | ||
ANS( $expr->cmp() ); | ANS( $expr->cmp() ); | ||
COMMENT("This problem is not randomized."); | |||
ENDDOCUMENT(); | ENDDOCUMENT(); | ||
</pre> | </pre> |
Revision as of 23:21, 2 January 2010
Your title here: PG Code Snippet
This code snippet shows the essential PG code to include comments for instructors that are visible only when the PG file is viewed in the Library Browser. Note that this is an insertion, not a complete PG file. This code will have to be incorporated into the problem file on which you are working.
PG problem file | Explanation |
---|---|
ANS( $expr->cmp() ); COMMENT("This problem is not randomized."); ENDDOCUMENT(); |
Answer Evaluation:
Include the |