--- loncom/html/adm/help/ext_examples.library 2004/06/09 13:55:42 1.1
+++ loncom/html/adm/help/ext_examples.library 2006/02/28 23:03:23 1.2
@@ -58,7 +58,26 @@ Other things:
The solved status of the current part. |
$external::datestatus |
\verb+$external::datestatus+ |
- The current status of the problem (CLOSE, CAN_ANSWER, etc.) |
+ The current status of the problem
+
+ CLOSED |
+ either before opendate or between due and answer date |
+ CAN_ANSWER |
+ CANNOT_ANSWER |
+ still open but either exhausted tries has the problem correct or has been excused |
+ SHOW_ANSWER |
+ after answerdate |
+
+ and some rare states that if they occur the problem isn't shown (you can safely ignore these):
+
+ NOT_YET_VIEWED |
+ limited view period being used and student hasn't 'checked out' the problem yet |
+ INVALID_ACCESS |
+ ip restrictions in effect and user is at a banned IP |
+ UNAVAILABLE |
+ network problems are occuring |
+
+
| $external::randomseed |
$external::randomseed |
The randomseed currently in use. |