Diff for /loncom/html/adm/help/tex/Authoring_Library_Scripts.tex between versions 1.2 and 1.3

version 1.2, 2013/08/17 21:25:18 version 1.3, 2013/08/18 01:41:37
Line 154  When *response items (e.g., *response is Line 154  When *response items (e.g., *response is
 stringresponse, numericalresponse, etc.)\index{*response} are defined in a  stringresponse, numericalresponse, etc.)\index{*response} are defined in a
 .library file, this results in an extra id item in the identifier  .library file, this results in an extra id item in the identifier
 required in \&EXT() \index{\&EXT}functions, e.g., if a problem contains two parts with  required in \&EXT() \index{\&EXT}functions, e.g., if a problem contains two parts with
 ids of a and b respectively, and the *reponse items have ids of 11 and  ids of a and b respectively, and the id of the $<$import$>$ for the .library is 15, 
 12 respectively, and the id of the $<$import$>$ for the .library is 15, the  and the *reponse items have ids of 11 and 12 respectively,  the
 most recent submissions could be retrieved with the following \&EXT() calls.\index{\&EXT}  most recent submissions could be retrieved with the following \&EXT() calls.\index{\&EXT}
   
 \&EXT('user.resource.resource.a.15\_11.submission');  \&EXT('user.resource.resource.a.15\_11.submission');
   
 \&EXT('user.resource.resource.b.15\_12.submission');  \&EXT('user.resource.resource.b.15\_12.submission');
   
   

Removed from v.1.2  
changed lines
  Added in v.1.3


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