<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;" dir="ltr">
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<div>Hi Doug,<br>
<br>
You can add the following parameter in your XML to turn off feedback.<br>
<br>
<parameter type="string_problemstatus" default="no" description="Show Problem Status" name="problemstatus" /><br>
<br>
Yuk Tung Liu<br>
E-Learning Specialist<br>
Department of Statistics<br>
University of Illinois</div>
<br>
<p></p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> LON-CAPA-users <lon-capa-users-bounces@mail.lon-capa.org> on behalf of Mills, Douglas G <dmills@illinois.edu><br>
<b>Sent:</b> Thursday, November 1, 2018 3:06 PM<br>
<b>To:</b> Discussion list for LON-CAPA users<br>
<b>Cc:</b> Mills, Douglas G<br>
<b>Subject:</b> [LON-CAPA-users] XML parameter controlling feedback options?</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">HI All,<br>
<br>
I know that the general authoring preference is to leave things as generic as possible to let instructors set things at the course level, but we have some content used in very specific contexts and not really generalizable beyond those contexts. To facilitate
 uniform usage there it would be convenient to code a default behavior into the multiple choice questions of not providing feedback until the answers date is reached. I'm guessing this is possible but can anyone confirm and provide the necessary code, similar
 I'm assuming to the code below for hard-coding the time limits?<br>
<br>
Thanks as always,<br>
<br>
Doug<br>
<br>
 <br>
<br>
Douglas Mills<br>
<br>
Director of Instructional Technology<br>
<br>
Department of Chemistry<br>
<br>
University of Illinois<br>
<br>
<br>
 <br>
<br>
On 9/7/18, 11:01 AM, "LON-CAPA-users on behalf of Raeburn, Stuart" <lon-capa-users-bounces@mail.lon-capa.org on behalf of raeburn@msu.edu> wrote:<br>
<br>
    Mark,<br>
    <br>
    Yes, by adding something like this to the XML of the problem, where the default value (500) is the time-limit (in seconds):<br>
    <br>
    <parameter name="interval" type="date_interval" default="500" description="Time-Limit" /><br>
    <br>
    In the table view of parameters (in course context) for the specific resource, the default value set in the published problem will be displayed in the Resource level (default) column.  If the problem has been imported into a course, and a Course Coordinator
 preferred not to use a time limit, this parameter could be overridden by setting the time limit to 0, using a column to the right of the Resource level (default) column, e.g., the" in Course, for Resource" column.<br>
    <br>
    Stuart Raeburn<br>
    LON-CAPA Academic Consortium<br>
    <br>
    ________________________________________<br>
 <br>
<br>
_______________________________________________<br>
LON-CAPA-users mailing list<br>
LON-CAPA-users@mail.lon-capa.org<br>
<a href="http://mail.lon-capa.org/mailman/listinfo/lon-capa-users" id="LPlnk602210" class="OWAAutoLink" previewremoved="true">http://mail.lon-capa.org/mailman/listinfo/lon-capa-users</a><br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>