[LON-CAPA-cvs] cvs: loncom /html/adm/help ext_examples.library

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 28 Feb 2006 23:03:23 -0000


albertel		Tue Feb 28 18:03:23 2006 EDT

  Modified files:              
    /loncom/html/adm/help	ext_examples.library 
  Log:
  - adding more info about external::datestatus
  
  
Index: loncom/html/adm/help/ext_examples.library
diff -u loncom/html/adm/help/ext_examples.library:1.1 loncom/html/adm/help/ext_examples.library:1.2
--- loncom/html/adm/help/ext_examples.library:1.1	Wed Jun  9 09:55:42 2004
+++ loncom/html/adm/help/ext_examples.library	Tue Feb 28 18:03:23 2006
@@ -58,7 +58,26 @@
     <td>The solved status of the current part.</td></tr>
 <tr><td>&#36;external::datestatus</td>
     <td><tex>\verb+</tex><display>$external::datestatus</display><tex>+</tex></td>
-    <td>The current status of the problem (CLOSE, CAN_ANSWER, etc.)</td></tr>
+    <td>The current status of the problem 
+	<table>
+	<tr><td>CLOSED</td>
+	    <td>either before opendate or between due and answer date</td></tr>
+	<tr><td>CAN_ANSWER</td></tr>
+	<tr><td>CANNOT_ANSWER</td>
+	    <td>still open but either exhausted tries has the problem correct or has been excused</td></tr>
+	<tr><td>SHOW_ANSWER </td>
+	    <td>after answerdate</td></tr>
+	</table>
+	and some rare states that if they occur the problem isn't shown (you can safely ignore these):
+	<table>
+	<tr><td>NOT_YET_VIEWED</td>
+	    <td>limited view period being used and student hasn't 'checked out' the problem yet</td></tr>
+	<tr><td>INVALID_ACCESS</td>
+	    <td>ip restrictions in effect and user is at a banned IP </td></tr>
+	<tr><td>UNAVAILABLE</td>
+	    <td>network problems are occuring</td></tr>
+	</table>
+
 <tr><td>&#36;external::randomseed</td>
     <td><display>$external::randomseed</display></td>
     <td>The randomseed currently in use.</td></tr>