Annotation of doc/demo/selfteaching/resource.html, revision 1.1

1.1     ! albertel    1: <html>
        !             2: <head>
        !             3: <title>
        !             4:                            LON-CAPA Resources
        !             5: </title>
        !             6: </head>
        !             7: <body bgcolor="#FFFFFF">
        !             8: 
        !             9: <center><font size="+2">LON-CAPA Resources</font></center>
        !            10: <hr />
        !            11: <p><b>Resource</b> is the term used to describe the material that is 
        !            12: given to your students through the LON-CAPA system. The following are the different types of LON-CAPA resources: 
        !            13: <ul>
        !            14:   <li><b>Content pages</b>: This is the term used for pages that are purely for
        !            15:   informational purposes. Almost always they will end with the extension .html 
        !            16:   or .htm.</li> 
        !            17:   <li><b>Problems</b>: These are questions given to the student in which all 
        !            18:   submitted answers are stored. They will end with the extension .page.</li>
        !            19:   <li><b>Maps</b>: Maps are ways of stringing your resources together. There 
        !            20:   are two kinds of maps: 
        !            21:     <ul>
        !            22:     <li><b>Sequences</b>: This is a type of map that in which you need to use 
        !            23:     the arrow keys or NAV button to traverse through the different resources.
        !            24:     Sequences always end with the extension .sequence.</li>
        !            25:     <li><b>Pages</b>:  This is a type of map in which all of the resources
        !            26:     appear in the browser window together.  For example, a <b>page</b> of 
        !            27:     <b>problems</b> will appear to look like a homework set in the browser 
        !            28:     window.  Pages always end with the extension .page.</li>
        !            29:     <li>A sequence can include other sequences and pages.  For example, there
        !            30:     is a sequence called lg_biomols.sequence which includes some content pages
        !            31:     and the sequences carbo.sequence, protein.sequence, etc.</li>
        !            32:     </ul>
        !            33:   </li>  
        !            34:   <li>All other resources, such as images and animations, should be in a .html
        !            35:   or .htm file before they are put in a sequence.  LON-CAPA can handle image
        !            36:   files such as .gif and .jpg though.</li>
        !            37: </ul>
        !            38: </p>
        !            39: <hr />
        !            40: 
        !            41: 
        !            42: </body>
        !            43: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>