File:  [LON-CAPA] / modules / gci / portal / writequestion.html
Revision 1.1: download - view: text, annotated - select for diffs
Thu Sep 17 01:27:06 2009 UTC (14 years, 7 months ago) by gci
Branches: MAIN
CVS tags: HEAD, GCI_2, GCI_1
GCI WebCenter portal pages.

    1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    2: <html xmlns="http://www.w3.org/1999/xhtml">
    3: <head>
    4: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    5: <title>Welcome to the GCI WebCenter</title>
    6: 
    7: <style type="text/css">
    8: <!--
    9: .style1 {
   10: 	color: #FFFFFF;
   11: 	font-family: Arial, Helvetica, sans-serif;
   12: }
   13: a:link {
   14: 	color: #FFFFFF;
   15: }
   16: a:visited {
   17: 	color: #FFFFFF;
   18: }
   19: -->
   20: </style>
   21: </head>
   22: 
   23: <body bgcolor="#4C6C84">
   24: <a href="/"><img src="/images/devcyclesmall.jpg" alt="Development Cycle" width="400" height="300" align="right" /></a>
   25: <p><span class="style1"><a href="/">Home</a> &gt; Choose Topic</span></p>
   26: <h1 class="style1">Write Question</h1>
   27: <p class="style1">Questions should be developed based upon existing and research-based standards in multiple-choice question development. Some of these standards are universal, and described in the question development guidebook. Other rules will depend upon the test construction theory driving the work. For example, identification of co-existing ideas about a single concept might be addressed through use of items with multiple response options (&quot;choose all that apply&quot; items). In classical test theory, items with multiple response options are generally discouraged as they are generally more difficult and troublesome to score. Partial credit item response theory models, on the other hand, can easily address scoring concerns related to this type of item.</p>
   28: <p class="style1"><img src="images/question.jpg" width="545" height="151" /></p>
   29: <p class="style1">You can find detailed instructions for question writing in
   30: the <a href="pdfs/GCIWorkbook.pdf">GCI Workbook</a> (PDF viewer software required).</p>
   31: </body>
   32: </html>

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