[LON-CAPA-users] Textbox solution turns into a long MC question

Seema Ali sali at vsb.bc.ca
Thu Apr 19 20:13:33 EDT 2012


I think I fixed the textbox to MC problem.  I had the question type set to exam, and I changed it back to problem.

Sorry about that part of the email, a newbie mistake. =]

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?

Thanks again. 


-----Original Message-----
From: lon-capa-users-bounces at mail.lon-capa.org on behalf of Seema Ali
Sent: Thu 4/19/2012 4:41 PM
To: LON-CAPA-users at mail.lon-capa.org
Subject: [LON-CAPA-users] Textbox solution turns into a long MC question
 
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.

Help, a colleague is using the questions as a test tomorrow.

Also, I seem to be able to create a slot, but I don't know how to assign a section to it.

Just in case you need an example of one of the problems that is doing this here it is:
<problem>
<script type="loncapa/perl">$drink    = &random(4,8,1);

do{
  $sandwich = &random(7,10,1);
}while($drink==$sandwich);

do{
  $dessert = &random(2,7,1);
}while($drink==$dessert|| $sandwich==$drink);



$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 />
Answer:<endouttext />
<numericalresponse answer="$answer" id="11">


    <textline readonly="no" />
   
</numericalresponse><startouttext />ways<endouttext />
</problem>




Thanks. 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.lon-capa.org/pipermail/lon-capa-users/attachments/20120419/e54a501d/attachment.html>


More information about the LON-CAPA-users mailing list