Annotation of loncom/html/adm/help/tex/Script_Variables.tex, revision 1.1

1.1     ! bowersj2    1: \label{Script_Variables}
        !             2: 
        !             3: 
        !             4: \begin{itemize}
        !             5: \item \$external::target - set to the current target the xml parser is parsing
        !             6: for 
        !             7: \item \$external::part - set to the \emph{id} of the current problem $<$part$>$;
        !             8: zero if there are no $<$part$>$
        !             9: \item \$external::gradestatus - set to the value of the current resource.partid.solved
        !            10: value 
        !            11: \item \$external::datestatus - set to the current status of the clock either
        !            12: CLOSED, CAN\_ANSWER, CANNOT\_ANSWER, SHOW\_ANSWER, or UNCHECKEDOUT 
        !            13: \item \$external::randomseed - set to the number that was used to seed the
        !            14: random number generator 
        !            15: \item \$pi - set to PI 
        !            16: \item \$rad2deg - converts radians to degrees 
        !            17: \item \$deg2rad - converts degrees to radians
        !            18: \end{itemize}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>