--- loncom/html/adm/help/tex/Authoring_Library_Scripts.tex 2013/08/17 21:25:18 1.2 +++ loncom/html/adm/help/tex/Authoring_Library_Scripts.tex 2013/08/18 01:41:37 1.3 @@ -154,12 +154,11 @@ When *response items (e.g., *response is stringresponse, numericalresponse, etc.)\index{*response} are defined in a .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 -ids of a and b respectively, and the *reponse items have ids of 11 and -12 respectively, and the id of the $<$import$>$ for the .library is 15, the +ids of a and b respectively, and the id of the $<$import$>$ for the .library is 15, +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} \&EXT('user.resource.resource.a.15\_11.submission'); \&EXT('user.resource.resource.b.15\_12.submission'); -