<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [LON-CAPA-users] Textbox solution turns into a long MC question</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I think I fixed the textbox to MC problem.  I had the question type set to exam, and I changed it back to problem.<BR>
<BR>
Sorry about that part of the email, a newbie mistake. =]<BR>
<BR>
But I still don't know how to link a section of students to a slot and I don't know how to remove the bookmark, notes, evaluate, and communication links in the top right corner of the student's view.  Is that possible?<BR>
<BR>
Thanks again.<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: lon-capa-users-bounces@mail.lon-capa.org on behalf of Seema Ali<BR>
Sent: Thu 4/19/2012 4:41 PM<BR>
To: LON-CAPA-users@mail.lon-capa.org<BR>
Subject: [LON-CAPA-users] Textbox solution turns into a long MC question<BR>
<BR>
I don't know what happened but I have MC solutions and I created a problem with a text input box.  The text box shows up in the question editor area, but as a MC question in the student view.<BR>
<BR>
Help, a colleague is using the questions as a test tomorrow.<BR>
<BR>
Also, I seem to be able to create a slot, but I don't know how to assign a section to it.<BR>
<BR>
Just in case you need an example of one of the problems that is doing this here it is:<BR>
<problem><BR>
<script type="loncapa/perl">$drink    = &random(4,8,1);<BR>
<BR>
do{<BR>
  $sandwich = &random(7,10,1);<BR>
}while($drink==$sandwich);<BR>
<BR>
do{<BR>
  $dessert = &random(2,7,1);<BR>
}while($drink==$dessert|| $sandwich==$drink);<BR>
<BR>
<BR>
<BR>
$answer = $drink * $sandwich * $dessert;</script><startouttext />A restaurant offers $drink different soft drink flavours, $sandwich different sandwiches and $dessert different dessert selections.  In how many ways can a person select one item from each category (a drink, a sandwich, and a dessert)?<BR>
<BR>
<br /><BR>
<br /><BR>
Answer:<endouttext /><BR>
<numericalresponse answer="$answer" id="11"><BR>
<BR>
<BR>
    <textline readonly="no" /><BR>
  <BR>
</numericalresponse><startouttext />ways<endouttext /><BR>
</problem><BR>
<BR>
<BR>
<BR>
<BR>
Thanks.<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>