[LON-CAPA-users] FW: printing LON-CAPA tables

Robley Light lon-capa-users@mail.lon-capa.org
Fri, 16 Mar 2007 17:13:01 -0400


This is a multi-part message in MIME format.

------=_NextPart_000_005A_01C767EE.5A5E8610
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

One of the problems Felicia is referring to is at: 
res/fsu/GeneralChemLib/Lab/InterMolForces/LiquidProperties.problem 

I wanted to make the web page compact, so I grouped parts into table cells.
But they don't print well, so Felicia suggested I wrapped all the table tags
in <web></web> tags, and that seems to work okay.  I've done this in a
number of problems, but this in an extreme case.

Attached are the codes with (LiquidProperties(Prints).txt) and without
(LiquidProperties(NoPrint).txt) the <web></web> tags.

Robley Light

*************************************************************
Robley J. Light                         Professor Emeritus of Chemistry and
Biochemistry
Department of Chemistry          Phone:   (850) 644-3844
   and Biochemistry                   Email:  rlight@chem.fsu.edu  
Florida State University             Fax:      (850) 644-8281
Tallahassee, FL 32306-4390    Home Page:
http://www.chem.fsu.edu/editors/rlight   
                    

 

________________________________

From: Felicia Berryman [mailto:felicia@lon-capa.org] 
Sent: Friday, March 16, 2007 1:05 PM
To: rlight@chemmail.chem.fsu.edu
Subject: printing LON-CAPA tables


Hi Robley, 

I'm forwarding this to you in case you happen to skip over this.  Could you
please respond to the list and/or Jay if you don't mind.

Felicia

-------- Original Message -------- 
Subject: 	Re: [LON-CAPA-users] printing problems with tables and
general printing of "exams"	
Date: 	Fri, 16 Mar 2007 12:12:17 -0400	
From: 	Felicia Berryman <felicia@lon-capa.org>
<mailto:felicia@lon-capa.org> 	
Reply-To: 	lon-capa-users@mail.lon-capa.org	
To: 	lon-capa-users@mail.lon-capa.org	
CC: 	SullivanJ@coastal.cc.nc.us	
References: 	<45E411600200001F00003CEC@gwstaff.coastal.cc.nc.us>
<mailto:45E411600200001F00003CEC@gwstaff.coastal.cc.nc.us> 	


Hi Jay,

> 1) What magic foobar tags do I need to include to have a table printed
> properly from a problem?
>
> For example, the following problem
> "/res/vcu/jmsullivan/physics/work/mom_num_pushedboxes02.problem", has
> the tables mangled in the pdf printout. Is there a tag I need to put
> around the <table>...</table> for this to print correctly?
>   
Tables should just print properly without having to do something 
special.  However, the table in this problem isn't a normal data table.  
You are putting problem parts in table cells.  Robley Light had a 
similar problem and we resolved it be just wrapping the code for the 
<table> tags inside of <web></web> tags.  This way, the table just 
appears on the web but prints with no table formatting.  Robley, do you 
remember where this problem is?  Jay may find it helpful to look at it 
and print it out and see if he likes this workaround.

Felicia

-- 
Felicia Berryman
LON-CAPA Support Coordinator
Michigan State University
Phone:  (517)432-9866
Technical Support Available at:
  http://www.loncapa.msu.edu - MSU Users
  http://www.help.lon-capa.org - General

_______________________________________________
LON-CAPA-users mailing list
LON-CAPA-users@mail.lon-capa.org
http://mail.lon-capa.org/mailman/listinfo/lon-capa-users


-- 
Felicia Berryman
LON-CAPA Support Coordinator
Michigan State University
Phone:  (517)432-9866
Technical Support Available at:
   http://www.loncapa.msu.edu - MSU Users
   http://www.help.lon-capa.org - General


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner <http://www.mailscanner.info/> , and is 
believed to be clean. 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


------=_NextPart_000_005A_01C767EE.5A5E8610
Content-Type: text/plain;
	name="LiquidProperties(Prints).txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="LiquidProperties(Prints).txt"

<problem>
<script type=3D"loncapa/perl">
@name=3D(
'Acetone',
'Hexane',
'Methanol',
'2-Propanol',
'Water',
);
@formula=3D(
'C3H6O',
'C6H14',
'CH4O',
'C3H8O',
'H2O',
);
@BP=3D(
'56.05',
'68.73',
'64.6',
'82.3',
'100',
);
@Hvap=3D(
'29.1',
'28.85',
'35.21',
'39.85',
'40.657',
);
@MW=3D(
'58.08',
'86.18',
'32.04',
'60.1',
'18.02',
);
@MOL=3D(
'G.MOL',
'B.MOL',
'I.MOL',
'F.MOL',
'J.MOL',
);
@gif=3D(
'G.gif',
'B.gif',
'I.gif',
'F.gif',
'J.gif',
);
@Hbond=3D(
'no',
'no',
'yes',
'yes',
'yes',
);
@numel=3D(
'24',
'38',
'14',
'26',
'8',
);
@numloneprel=3D(
'4',
'0',
'4',
'4',
'4',
);
@numCHbonds=3D(
'6',
'14',
'3',
'7',
'0',
);
@numOHbonds=3D(
'0',
'0',
'1',
'1',
'2',
);
@numCOsigbonds=3D(
'1',
'0',
'1',
'1',
'0',
);
@numCCsigbonds=3D(
'2',
'5',
'0',
'2',
'0',
);
@numCOpibonds=3D(
'1',
'0',
'0',
'0',
'0',
);
@numCCpibonds=3D(
'0',
'0',
'0',
'0',
'0',
);
@forces=3D(
'Dipole-Dipole',
'Dispersion',
'H-bonding',
'H-bonding',
'H-bonding',
);



@index=3D(
'0',
'1',
'2',
'3',
'4',
);

$seed=3D&random(1,1000000,1);
@key=3D&random_permutation($seed,@index);

</script>
<startouttext />In this laboratory you will be carrying out a test on the r=
elative volatility of five liquids: acetone, hexane, methanol, 2-propanol, =
and water. Volatility is related to the strength of the intermolecular forc=
es within the liquids.  To examine the effect of structure on these forces,=
 first draw Lewis structures for each, and answer the following questions:<=
br /><endouttext />
<part id=3D"11" display=3D"a">
<randomlist show=3D"6">
<block>
<startouttext /><br />How many valence electrons are in $name[$key[0]]?<end=
outtext />
<stringresponse answer=3D"$numel[$key[0]]" id=3D"19" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many lone pair electrons are in $name[$key=
[1]]?<endouttext />
<stringresponse answer=3D"$numloneprel[$key[1]]" id=3D"20" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many C-H bonds are in $name[$key[2]]?<endo=
uttext />
<stringresponse answer=3D"$numCHbonds[$key[2]]" id=3D"21" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many O-H bonds are in $name[$key[3]]?<endo=
uttext />
<stringresponse answer=3D"$numOHbonds[$key[3]]" id=3D"22" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many C-C sigma bonds are in $name[$key[4]]=
?<endouttext />
<stringresponse answer=3D"$numCCsigbonds[$key[4]]" id=3D"23" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many C-O sigma bonds are in $name[$key[0]]=
?<endouttext />
<stringresponse answer=3D"$numCOsigbonds[$key[0]]" id=3D"24" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many C-C pi bonds are in $name[$key[1]]?<e=
ndouttext />
<stringresponse answer=3D"$numCCpibonds[$key[1]]" id=3D"25" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many C-O pi bonds are in $name[$key[2]]?<e=
ndouttext />
<stringresponse answer=3D"$numCOpibonds[$key[2]]" id=3D"26" type=3D"cs">
<textline>
</textline>
</stringresponse></block></randomlist>
<br /><br />

<solved><startouttext />
Very good.  Check your structures against these:
<table border=3D"1"><tr align=3D"center">
<td><img src=3D"images/$gif[0]" /><br />$name[0]</td>
<td width=3D"50%" colspan=3D"2"><img src=3D"images/$gif[1]" /><br />$name[1=
]</td>
</tr><tr align=3D"center">
<td><img src=3D"images/$gif[3]" /><br />$name[3]</td>
<td><img src=3D"images/$gif[2]" /><br />$name[2]</td>
<td><img src=3D"images/$gif[4]" /><br />$name[4]</td>
</tr></table><endouttext />
</solved>
</part>
<part id=3D"12" display=3D"b">
<startouttext /><br />The relative strength of the intermolecular forces de=
pends on the size (i.e.,MW), and structure of the molecules, and include in=
 rough order of strength: ion-ion, ion-dipole, hydrogen bonding, dipole-dip=
ole (polar), dipole-induced dipole, and induced dipole-induced dipole (disp=
ersion) forcces.  The latter increases with molecular weight and can someti=
mes become the most predominant force.  There are no ions in these liquids,=
 and all the molecules are alike, leaving primarily hydrogen bonding, dipol=
e-dipole, and disperson forces to consider.<br /><endouttext />

<optionresponse max=3D"6" id=3D"27" randomize=3D"yes">
    <foilgroup options=3D"('H-bonding','Dipole-Dipole','Dispersion')">
<foil location=3D"random" value=3D"$forces[0]" name=3D"Foil1">
<startouttext />What are the strongest intermolecular forces in $name[0]?<e=
ndouttext />
</foil>
<foil location=3D"random" value=3D"$forces[1]" name=3D"Foil2">
<startouttext />What are the strongest intermolecular forces in $name[1]?<e=
ndouttext />
</foil>
<foil location=3D"random" value=3D"$forces[2]" name=3D"Foil3">
<startouttext />What are the strongest intermolecular forces in $name[2]?<e=
ndouttext />
</foil>
<foil location=3D"random" value=3D"$forces[3]" name=3D"Foil4">
<startouttext />What are the strongest intermolecular forces in $name[3]?<e=
ndouttext />
</foil>
<foil location=3D"random" value=3D"$forces[4]" name=3D"Foil5">
<startouttext />What are the strongest intermolecular forces in $name[4]?<e=
ndouttext />
</foil>
</foilgroup>
    </optionresponse>

</part>

<startouttext /><br />Now look up several physical properties of these liqu=
ids to gauge the relative influence of each type of force. While you can lo=
ok up information in handbooks and the library, you should also become fami=
liar with some convenient web sites containing useful information.  For thi=
s prelab, use one or both of the following sources:
<dl><dt>
<a target=3D"_new" href=3D"http://www.hbcpnetbase.com/">Handbook of Chemist=
ry and Physics</a></dt>
<dd>On line version of the handbook which contains a wealth of data, includ=
ing, for this experiment, a <a target=3D"_new" href=3D"http://www.hbcpnetba=
se.com/articles/06_25_86.pdf">table</a> (in pdf format) containing the heat=
s of vaporization of many liquids.</dd>
<dt>The <a target=3D"_new" href=3D"http://webbook.nist.gov/chemistry/">Webb=
ook</a> of the National Institute of Standards and Technology</dt>
<dd> Here you can search for compounds by a variety of methods.  To look up=
 data for this exercise, choose "name" search, enter the compound name, and=
 check "phase change" under thermodynamic data to get the heat of vaporizat=
ion.  You can also look up the structure as either a 2D or 3D MOL file, req=
uiring the <a target=3D"_new" href=3D"http://www.mdl.com/downloads/download=
able/index.jsp">Chime</a> plug-in or another chemical structure viewing pro=
gram to view.</dd></dl>
<b>Make a note of the URL's to these web sites for future reference in this=
 and other chemistry courses.</b><br /><br />


<web><table width=3D"90%" cellpadding=3D"5" border=3D"0"><tr valign=3D"top"=
><td></web><endouttext />
<part id=3D"13" display=3D"c">
<startouttext />Look up or calculate the molecular weight of these liquids =
and select the correct value from each drop down list.<br />&nbsp;<b>g/mol<=
/b><endouttext />
<optionresponse max=3D"5" id=3D"28" randomize=3D"no">
    <foilgroup options=3D"('58.08','86.18','32.04','60.1','18.02',)">
<foil value=3D"$MW[0]" name=3D"Foil11">
<startouttext />$name[0], formula: <chem>$formula[0]</chem><endouttext />
</foil>
<foil value=3D"$MW[1]" name=3D"Foil12">
<startouttext />$name[1], formula: <chem>$formula[1]</chem><endouttext />
</foil>
<foil value=3D"$MW[2]" name=3D"Foil13">
<startouttext />$name[2], formula: <chem>$formula[2]</chem><endouttext />
</foil>
<foil value=3D"$MW[3]" name=3D"Foil14">
<startouttext />$name[3], formula: <chem>$formula[3]</chem><endouttext />
</foil>
<foil value=3D"$MW[4]" name=3D"Foil15">
<startouttext />$name[4], formula: <chem>$formula[4]</chem><endouttext />
</foil>
</foilgroup>
<solved><startouttext /><b>Good!</b> <font color=3D"blue"><i>Copy these val=
ues in your notebook and take them to the laboratory.</i></font><endouttext=
 />
</solved>
=20=20=20
</optionresponse>
</part>

<startouttext /><web></td>
<td></web><endouttext />
<part id=3D"14" display=3D"d">
<startouttext />Look up the boiling point of theseliquids and select the co=
rrect value from each drop down list.<br />&nbsp;&nbsp;&nbsp;&nbsp;<b><sup>=
o</sup>C</b><endouttext />
<optionresponse max=3D"10" id=3D"29" randomize=3D"no">
    <foilgroup options=3D"('100','82.3','68.73','64.6','56.05',)">
<foil value=3D"$BP[0]" name=3D"Foil21">
<startouttext />$name[0]<endouttext />
</foil>
<foil value=3D"$BP[1]" name=3D"Foil22">
<startouttext />$name[1]<endouttext />
</foil>
<foil value=3D"$BP[2]" name=3D"Foil23">
<startouttext />$name[2]<endouttext />
</foil>
<foil value=3D"$BP[3]" name=3D"Foil24">
<startouttext />$name[3]<endouttext />
</foil>
<foil value=3D"$BP[4]" name=3D"Foil25">
<startouttext />$name[4]<endouttext />
</foil>
    </foilgroup>
<solved><startouttext /><b>Very Good!</b> <font color=3D"blue"><i>Copy thes=
e values in your notebook and take them to the laboratory.</i></font><endou=
ttext />
</solved></optionresponse>
</part>



<startouttext /><web></td>
<td></web><endouttext />
<part id=3D"15" display=3D"e">
<startouttext />Look up the &Delta;H<sub>vap</sub> at the boiling point of =
these liquids and select the correct value from each drop down list.<br />&=
nbsp;<b>kJ/mol</b><endouttext />
<optionresponse max=3D"10" id=3D"30" randomize=3D"no">
    <foilgroup options=3D"('40.657','39.85','35.21','29.1','28.85',)">
<foil value=3D"$Hvap[0]" name=3D"Foil31">
<startouttext />$name[0]<endouttext />
</foil>
<foil value=3D"$Hvap[1]" name=3D"Foil32">
<startouttext />$name[1]<endouttext />
</foil>
<foil value=3D"$Hvap[2]" name=3D"Foil33">
<startouttext />$name[2]<endouttext />
</foil>
<foil value=3D"$Hvap[3]" name=3D"Foil34">
<startouttext />$name[3]<endouttext />
</foil>
<foil value=3D"$Hvap[4]" name=3D"Foil35">
<startouttext />$name[4]<endouttext />
</foil>

    </foilgroup>
<solved><startouttext /><b>Excellent!</b> <font color=3D"blue"><i>Copy thes=
e values in your notebook and take them to the laboratory.</i></font><endou=
ttext />
</solved></optionresponse>
</part>




<startouttext /><web></td>
</tr></table></web>

<br />Now rank the liquids in order of the above physical properties, highe=
st (1) to lowest (5).<br /><br /><web>
<table width=3D"90%" border=3D"0">
<tr valign=3D"top"><td></web><endouttext />
<part id=3D"16" display=3D"f">
<startouttext /><b>Molecular Weight (g/mol)</b><br /><endouttext />
<optionresponse location=3D"right" max=3D"10" id=3D"31" randomize=3D"no">
    <foilgroup options=3D"('Acetone','Hexane','Methanol','2-Propanol','Wate=
r',)">
<foil value=3D"$name[1]" name=3D"Foil41">
<startouttext /><b>&nbsp;1</b><endouttext />
</foil>
<foil value=3D"$name[3]" name=3D"Foil42">
<startouttext /><b>&nbsp;2</b><endouttext />
</foil>
<foil value=3D"$name[0]" name=3D"Foil43">
<startouttext /><b>&nbsp;3</b><endouttext />
</foil>
<foil value=3D"$name[2]" name=3D"Foil44">
<startouttext /><b>&nbsp;4</b><endouttext />
</foil>
<foil value=3D"$name[4]" name=3D"Foil45">
<startouttext /><b>&nbsp;5</b><endouttext />
</foil>
</foilgroup>
</optionresponse>
</part>



<startouttext /><web>
</td><td></web><endouttext />
<part id=3D"17" display=3D"g">
<startouttext /><b>Boiling Point (<sup>o</sup>C)</b><br /><endouttext />
<optionresponse max=3D"10" id=3D"32" randomize=3D"no">
    <foilgroup options=3D"('Acetone','Hexane','Methanol','2-Propanol','Wate=
r',)">
<foil value=3D"$name[4]" name=3D"51">
<startouttext /><b>&nbsp;1</b><endouttext />
</foil>
<foil value=3D"$name[3]" name=3D"52">
<startouttext /><b>&nbsp;2</b><endouttext />
</foil>
<foil value=3D"$name[1]" name=3D"53">
<startouttext /><b>&nbsp;3</b><endouttext />
</foil>
<foil value=3D"$name[2]" name=3D"54">
<startouttext /><b>&nbsp;4</b><endouttext />
</foil>
<foil value=3D"$name[0]" name=3D"55">
<startouttext /><b>&nbsp;5</b><endouttext />
</foil>
</foilgroup>
</optionresponse>
</part>


<startouttext /><web>
</td><td></web><endouttext />
<part id=3D"18" display=3D"h">
<startouttext /><b>&Delta;H<sub>vap</sub> (kJ/mol)</b><br /><endouttext />
<optionresponse max=3D"10" id=3D"33" randomize=3D"no">
    <foilgroup options=3D"('Acetone','Hexane','Methanol','2-Propanol','Wate=
r',)">
<foil value=3D"$name[4]" name=3D"61">
<startouttext /><b>&nbsp;1</b><endouttext />
</foil>
<foil value=3D"$name[3]" name=3D"62">
<startouttext /><b>&nbsp;2</b><endouttext />
</foil>
<foil value=3D"$name[2]" name=3D"63">
<startouttext /><b>&nbsp;3</b><endouttext />
</foil>
<foil value=3D"$name[0]" name=3D"64">
<startouttext /><b>&nbsp;4</b><endouttext />
</foil>
<foil value=3D"$name[1]" name=3D"65">
<startouttext /><b>&nbsp;5</b><endouttext />
</foil>
</foilgroup>
</optionresponse>
</part>


<startouttext /><web>
</td></tr></table></web>
<endouttext />
<allow src=3D"/res/fsu/GeneralChemLib/Lab/InterMolForces/images/$gif[0]" />
<allow src=3D"/res/fsu/GeneralChemLib/Lab/InterMolForces/images/$gif[1]" />
<allow src=3D"/res/fsu/GeneralChemLib/Lab/InterMolForces/images/$gif[2]" />
<allow src=3D"/res/fsu/GeneralChemLib/Lab/InterMolForces/images/$gif[3]" />
<allow src=3D"/res/fsu/GeneralChemLib/Lab/InterMolForces/images/$gif[4]" />
<allow src=3D"/res/fsu/GeneralChemLib/Lab/InterMolForces/images/sphere.gif"=
 />
</problem>






------=_NextPart_000_005A_01C767EE.5A5E8610
Content-Type: text/plain;
	name="LiquidProperties(NoPrint).txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="LiquidProperties(NoPrint).txt"

<problem>
<script type=3D"loncapa/perl">
@name=3D(
'Acetone',
'Hexane',
'Methanol',
'2-Propanol',
'Water',
);
@formula=3D(
'C3H6O',
'C6H14',
'CH4O',
'C3H8O',
'H2O',
);
@BP=3D(
'56.05',
'68.73',
'64.6',
'82.3',
'100',
);
@Hvap=3D(
'29.1',
'28.85',
'35.21',
'39.85',
'40.657',
);
@MW=3D(
'58.08',
'86.18',
'32.04',
'60.1',
'18.02',
);
@MOL=3D(
'G.MOL',
'B.MOL',
'I.MOL',
'F.MOL',
'J.MOL',
);
@gif=3D(
'G.gif',
'B.gif',
'I.gif',
'F.gif',
'J.gif',
);
@Hbond=3D(
'no',
'no',
'yes',
'yes',
'yes',
);
@numel=3D(
'24',
'38',
'14',
'26',
'8',
);
@numloneprel=3D(
'4',
'0',
'4',
'4',
'4',
);
@numCHbonds=3D(
'6',
'14',
'3',
'7',
'0',
);
@numOHbonds=3D(
'0',
'0',
'1',
'1',
'2',
);
@numCOsigbonds=3D(
'1',
'0',
'1',
'1',
'0',
);
@numCCsigbonds=3D(
'2',
'5',
'0',
'2',
'0',
);
@numCOpibonds=3D(
'1',
'0',
'0',
'0',
'0',
);
@numCCpibonds=3D(
'0',
'0',
'0',
'0',
'0',
);
@forces=3D(
'Dipole-Dipole',
'Dispersion',
'H-bonding',
'H-bonding',
'H-bonding',
);



@index=3D(
'0',
'1',
'2',
'3',
'4',
);

$seed=3D&random(1,1000000,1);
@key=3D&random_permutation($seed,@index);

</script>
<startouttext />In this laboratory you will be carrying out a test on the r=
elative volatility of five liquids: acetone, hexane, methanol, 2-propanol, =
and water. Volatility is related to the strength of the intermolecular forc=
es within the liquids.  To examine the effect of structure on these forces,=
 first draw Lewis structures for each, and answer the following questions:<=
br /><endouttext />
<part id=3D"11" display=3D"a">
<randomlist show=3D"6">
<block>
<startouttext /><br />How many valence electrons are in $name[$key[0]]?<end=
outtext />
<stringresponse answer=3D"$numel[$key[0]]" id=3D"19" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many lone pair electrons are in $name[$key=
[1]]?<endouttext />
<stringresponse answer=3D"$numloneprel[$key[1]]" id=3D"20" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many C-H bonds are in $name[$key[2]]?<endo=
uttext />
<stringresponse answer=3D"$numCHbonds[$key[2]]" id=3D"21" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many O-H bonds are in $name[$key[3]]?<endo=
uttext />
<stringresponse answer=3D"$numOHbonds[$key[3]]" id=3D"22" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many C-C sigma bonds are in $name[$key[4]]=
?<endouttext />
<stringresponse answer=3D"$numCCsigbonds[$key[4]]" id=3D"23" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many C-O sigma bonds are in $name[$key[0]]=
?<endouttext />
<stringresponse answer=3D"$numCOsigbonds[$key[0]]" id=3D"24" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many C-C pi bonds are in $name[$key[1]]?<e=
ndouttext />
<stringresponse answer=3D"$numCCpibonds[$key[1]]" id=3D"25" type=3D"cs">
<textline>
</textline>
</stringresponse></block>
<block><startouttext /><br />How many C-O pi bonds are in $name[$key[2]]?<e=
ndouttext />
<stringresponse answer=3D"$numCOpibonds[$key[2]]" id=3D"26" type=3D"cs">
<textline>
</textline>
</stringresponse></block></randomlist>
<br /><br />

<solved><startouttext />
Very good.  Check your structures against these:
<table border=3D"1"><tr align=3D"center">
<td><img src=3D"images/$gif[0]" /><br />$name[0]</td>
<td width=3D"50%" colspan=3D"2"><img src=3D"images/$gif[1]" /><br />$name[1=
]</td>
</tr><tr align=3D"center">
<td><img src=3D"images/$gif[3]" /><br />$name[3]</td>
<td><img src=3D"images/$gif[2]" /><br />$name[2]</td>
<td><img src=3D"images/$gif[4]" /><br />$name[4]</td>
</tr></table><endouttext />
</solved>
</part>
<part id=3D"12" display=3D"b">
<startouttext /><br />The relative strength of the intermolecular forces de=
pends on the size (i.e.,MW), and structure of the molecules, and include in=
 rough order of strength: ion-ion, ion-dipole, hydrogen bonding, dipole-dip=
ole (polar), dipole-induced dipole, and induced dipole-induced dipole (disp=
ersion) forcces.  The latter increases with molecular weight and can someti=
mes become the most predominant force.  There are no ions in these liquids,=
 and all the molecules are alike, leaving primarily hydrogen bonding, dipol=
e-dipole, and disperson forces to consider.<br /><endouttext />

<optionresponse max=3D"6" id=3D"27" randomize=3D"yes">
    <foilgroup options=3D"('H-bonding','Dipole-Dipole','Dispersion')">
<foil location=3D"random" value=3D"$forces[0]" name=3D"Foil1">
<startouttext />What are the strongest intermolecular forces in $name[0]?<e=
ndouttext />
</foil>
<foil location=3D"random" value=3D"$forces[1]" name=3D"Foil2">
<startouttext />What are the strongest intermolecular forces in $name[1]?<e=
ndouttext />
</foil>
<foil location=3D"random" value=3D"$forces[2]" name=3D"Foil3">
<startouttext />What are the strongest intermolecular forces in $name[2]?<e=
ndouttext />
</foil>
<foil location=3D"random" value=3D"$forces[3]" name=3D"Foil4">
<startouttext />What are the strongest intermolecular forces in $name[3]?<e=
ndouttext />
</foil>
<foil location=3D"random" value=3D"$forces[4]" name=3D"Foil5">
<startouttext />What are the strongest intermolecular forces in $name[4]?<e=
ndouttext />
</foil>
</foilgroup>
    </optionresponse>

</part>

<startouttext /><br />Now look up several physical properties of these liqu=
ids to gauge the relative influence of each type of force. While you can lo=
ok up information in handbooks and the library, you should also become fami=
liar with some convenient web sites containing useful information.  For thi=
s prelab, use one or both of the following sources:
<dl><dt>
<a target=3D"_new" href=3D"http://www.hbcpnetbase.com/">Handbook of Chemist=
ry and Physics</a></dt>
<dd>On line version of the handbook which contains a wealth of data, includ=
ing, for this experiment, a <a target=3D"_new" href=3D"http://www.hbcpnetba=
se.com/articles/06_25_86.pdf">table</a> (in pdf format) containing the heat=
s of vaporization of many liquids.</dd>
<dt>The <a target=3D"_new" href=3D"http://webbook.nist.gov/chemistry/">Webb=
ook</a> of the National Institute of Standards and Technology</dt>
<dd> Here you can search for compounds by a variety of methods.  To look up=
 data for this exercise, choose "name" search, enter the compound name, and=
 check "phase change" under thermodynamic data to get the heat of vaporizat=
ion.  You can also look up the structure as either a 2D or 3D MOL file, req=
uiring the <a target=3D"_new" href=3D"http://www.mdl.com/downloads/download=
able/index.jsp">Chime</a> plug-in or another chemical structure viewing pro=
gram to view.</dd></dl>
<b>Make a note of the URL's to these web sites for future reference in this=
 and other chemistry courses.</b><br /><br />


<table width=3D"90%" border=3D"0" cellpadding=3D"5"><tr valign=3D"top"><td>=
<endouttext />
<part id=3D"13" display=3D"c">
<startouttext />Look up or calculate the molecular weight of these liquids =
and select the correct value from each drop down list.<br />&nbsp;<b>g/mol<=
/b><endouttext />
<optionresponse max=3D"5" id=3D"28" randomize=3D"no">
    <foilgroup options=3D"('58.08','86.18','32.04','60.1','18.02',)">
<foil value=3D"$MW[0]" name=3D"Foil11">
<startouttext />$name[0], formula: <chem>$formula[0]</chem><endouttext />
</foil>
<foil value=3D"$MW[1]" name=3D"Foil12">
<startouttext />$name[1], formula: <chem>$formula[1]</chem><endouttext />
</foil>
<foil value=3D"$MW[2]" name=3D"Foil13">
<startouttext />$name[2], formula: <chem>$formula[2]</chem><endouttext />
</foil>
<foil value=3D"$MW[3]" name=3D"Foil14">
<startouttext />$name[3], formula: <chem>$formula[3]</chem><endouttext />
</foil>
<foil value=3D"$MW[4]" name=3D"Foil15">
<startouttext />$name[4], formula: <chem>$formula[4]</chem><endouttext />
</foil>
</foilgroup>
<solved><startouttext /><b>Good!</b> <font color=3D"blue"><i>Copy these val=
ues in your notebook and take them to the laboratory.</i></font><endouttext=
 />
</solved>
=20=20=20
</optionresponse>
</part>

<startouttext /></td>
<td><endouttext />
<part id=3D"14" display=3D"d">
<startouttext />Look up the boiling point of theseliquids and select the co=
rrect value from each drop down list.<br />&nbsp;&nbsp;&nbsp;&nbsp;<b><sup>=
o</sup>C</b><endouttext />
<optionresponse max=3D"10" id=3D"29" randomize=3D"no">
    <foilgroup options=3D"('100','82.3','68.73','64.6','56.05',)">
<foil value=3D"$BP[0]" name=3D"Foil21">
<startouttext />$name[0]<endouttext />
</foil>
<foil value=3D"$BP[1]" name=3D"Foil22">
<startouttext />$name[1]<endouttext />
</foil>
<foil value=3D"$BP[2]" name=3D"Foil23">
<startouttext />$name[2]<endouttext />
</foil>
<foil value=3D"$BP[3]" name=3D"Foil24">
<startouttext />$name[3]<endouttext />
</foil>
<foil value=3D"$BP[4]" name=3D"Foil25">
<startouttext />$name[4]<endouttext />
</foil>
    </foilgroup>
<solved><startouttext /><b>Very Good!</b> <font color=3D"blue"><i>Copy thes=
e values in your notebook and take them to the laboratory.</i></font><endou=
ttext />
</solved></optionresponse>
</part>



<startouttext /></td>
<td><endouttext />
<part id=3D"15" display=3D"e">
<startouttext />Look up the &Delta;H<sub>vap</sub> at the boiling point of =
these liquids and select the correct value from each drop down list.<br />&=
nbsp;<b>kJ/mol</b><endouttext />
<optionresponse max=3D"10" id=3D"30" randomize=3D"no">
    <foilgroup options=3D"('40.657','39.85','35.21','29.1','28.85',)">
<foil value=3D"$Hvap[0]" name=3D"Foil31">
<startouttext />$name[0]<endouttext />
</foil>
<foil value=3D"$Hvap[1]" name=3D"Foil32">
<startouttext />$name[2]<endouttext />
</foil>
<foil value=3D"$Hvap[2]" name=3D"Foil33">
<startouttext />$name[2]<endouttext />
</foil>
<foil value=3D"$Hvap[3]" name=3D"Foil34">
<startouttext />$name[3]<endouttext />
</foil>
<foil value=3D"$Hvap[4]" name=3D"Foil35">
<startouttext />$name[4]<endouttext />
</foil>

    </foilgroup>
<solved><startouttext /><b>Excellent!</b> <font color=3D"blue"><i>Copy thes=
e values in your notebook and take them to the laboratory.</i></font><endou=
ttext />
</solved></optionresponse>
</part>




<startouttext /></td>
</tr></table>

<br />Now rank the liquids in order of the above physical properties, highe=
st (1) to lowest (5).<br /><br />
<table width=3D"90%" border=3D"0">
<tr valign=3D"top"><td><endouttext />
<part id=3D"16" display=3D"f">
<startouttext /><b>Molecular Weight (g/mol)</b><br /><endouttext />
<optionresponse location=3D"right" max=3D"10" id=3D"31" randomize=3D"no">
    <foilgroup options=3D"('Acetone','Hexane','Methanol','2-Propanol','Wate=
r',)">
<foil value=3D"$name[1]" name=3D"Foil41">
<startouttext /><b>&nbsp;1</b><endouttext />
</foil>
<foil value=3D"$name[3]" name=3D"Foil42">
<startouttext /><b>&nbsp;2</b><endouttext />
</foil>
<foil value=3D"$name[0]" name=3D"Foil43">
<startouttext /><b>&nbsp;3</b><endouttext />
</foil>
<foil value=3D"$name[2]" name=3D"Foil44">
<startouttext /><b>&nbsp;4</b><endouttext />
</foil>
<foil value=3D"$name[4]" name=3D"Foil45">
<startouttext /><b>&nbsp;5</b><endouttext />
</foil>
</foilgroup>
</optionresponse>
</part>



<startouttext />
</td><td><endouttext />
<part id=3D"17" display=3D"g">
<startouttext /><b>Boiling Point (<sup>o</sup>C)</b><br /><endouttext />
<optionresponse max=3D"10" id=3D"32" randomize=3D"no">
    <foilgroup options=3D"('Acetone','Hexane','Methanol','2-Propanol','Wate=
r',)">
<foil value=3D"$name[4]" name=3D"51">
<startouttext /><b>&nbsp;1</b><endouttext />
</foil>
<foil value=3D"$name[3]" name=3D"52">
<startouttext /><b>&nbsp;2</b><endouttext />
</foil>
<foil value=3D"$name[1]" name=3D"53">
<startouttext /><b>&nbsp;3</b><endouttext />
</foil>
<foil value=3D"$name[2]" name=3D"54">
<startouttext /><b>&nbsp;4</b><endouttext />
</foil>
<foil value=3D"$name[0]" name=3D"55">
<startouttext /><b>&nbsp;5</b><endouttext />
</foil>
</foilgroup>
</optionresponse>
</part>


<startouttext />
</td><td><endouttext />
<part id=3D"18" display=3D"h">
<startouttext /><b>&Delta;H<sub>vap</sub> (kJ/mol)</b><br /><endouttext />
<optionresponse max=3D"10" id=3D"33" randomize=3D"no">
    <foilgroup options=3D"('Acetone','Hexane','Methanol','2-Propanol','Wate=
r',)">
<foil value=3D"$name[4]" name=3D"61">
<startouttext /><b>&nbsp;1</b><endouttext />
</foil>
<foil value=3D"$name[3]" name=3D"62">
<startouttext /><b>&nbsp;2</b><endouttext />
</foil>
<foil value=3D"$name[2]" name=3D"63">
<startouttext /><b>&nbsp;3</b><endouttext />
</foil>
<foil value=3D"$name[0]" name=3D"64">
<startouttext /><b>&nbsp;4</b><endouttext />
</foil>
<foil value=3D"$name[1]" name=3D"65">
<startouttext /><b>&nbsp;5</b><endouttext />
</foil>
</foilgroup>
</optionresponse>
</part>


<startouttext />
</td></tr></table>
<endouttext />


<allow src=3D"/res/fsu/GeneralChemLib/Lab/InterMolForces/images/$gif[0]" />
<allow src=3D"/res/fsu/GeneralChemLib/Lab/InterMolForces/images/$gif[1]" />
<allow src=3D"/res/fsu/GeneralChemLib/Lab/InterMolForces/images/$gif[2]" />
<allow src=3D"/res/fsu/GeneralChemLib/Lab/InterMolForces/images/$gif[3]" />
<allow src=3D"/res/fsu/GeneralChemLib/Lab/InterMolForces/images/$gif[4]" />
<allow src=3D"/res/fsu/GeneralChemLib/Lab/InterMolForces/images/sphere.gif"=
 />
</problem>



------=_NextPart_000_005A_01C767EE.5A5E8610--