<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<title>Re: [LON-CAPA-users] Referencing a part with multiple responses in a sequence</title>
</head>
<body>
<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">Duh. Somehow in copying/adapting code from one module to the next, I lost part of the code below. It has to include the “.solved”... Hopefully that takes care of it. My bad. Thanks
 all.<br>
<br>
(&EXT('user.resource.resource.210.11.solved','inlab4') eq 'excused')<br>
<br>
<br>
<br>
On 10/8/12 11:10 AM, "Mills, Douglas G" <<a href="dmills@illinois.edu">dmills@illinois.edu</a>> wrote:<br>
<br>
</span></font>
<blockquote><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">Hi All,<br>
<br>
Hitting a new twist in our ongoing saga of collecting data inlab and passing it via sequence references to postlab for students to work with. We’re only letting them access postlabs if they have entered all of their data in the lab OR if the instructor excuses
 their first lab data entry (saves the instructor from having to excuse all entries).  The code for the conditional in the sequence allowing for the excused status option looks like this:<br>
<br>
(&EXT('user.resource.resource.210.11','inlab4') eq 'excused')<br>
<br>
This has worked great for the first three labs because the first three labs have each had only one response (response id 11) in the first part (part id 210).  In lab 4, however, we have two responses in Part 210: response id 11 and response id 12.  Excusing
 apparently takes place at the part level.  How should that be indicated in the conditional for the sequence?  210.11 does not work. I tried just removing the response id but simply having 210 does not work either. I thought maybe it’s analogous to not having
 parts in a problem and referencing it as 0, but 210.0 does not work.  Can anyone point me in the right direction here?  Thank you!<br>
<br>
Doug<br>
<br>
Douglas Mills<br>
Director of Instructional Technologies<br>
Department of Chemistry<br>
University of Illinois<br>
<a href="dmills@illinois.edu">dmills@illinois.edu</a><br>
(217) 244-5739 <br>
<br>
<br>
<hr align="CENTER" size="3" width="95%">
</span></font><font size="2"><font face="Consolas, Courier New, Courier"><span style="font-size:10pt">_______________________________________________<br>
LON-CAPA-users mailing list<br>
<a href="LON-CAPA-users@mail.lon-capa.org">LON-CAPA-users@mail.lon-capa.org</a><br>
<a href="http://mail.lon-capa.org/mailman/listinfo/lon-capa-users">http://mail.lon-capa.org/mailman/listinfo/lon-capa-users</a><br>
</span></font></font></blockquote>
<font size="2"><font face="Consolas, Courier New, Courier"><span style="font-size:10pt"><br>
</span></font></font><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt"><br>
Doug<br>
<br>
Douglas Mills<br>
Director of Instructional Technologies<br>
Department of Chemistry<br>
University of Illinois<br>
<a href="dmills@illinois.edu">dmills@illinois.edu</a><br>
(217) 244-5739 <br>
<br>
</span></font>
</body>
</html>