<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:12.0pt">Hi everyone,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">I am teaching a project-based course that uses self and peer evaluations as part of the grade for each group assignment. I would like to create a quiz or survey in LON-CAPA to automate this process, at least
 as much as possible.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">When a group turns in an assignment, each team member is required to fill out a form rating him/herself and each of his/her other group members. The combination of these ratings is part of the grade calculation
 for each student.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">The data might look like the following for a group of 3:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">                                           How Student 1              How Student 2              How Student 3          Combined Ratings<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">                                           Rated Self & Others     Rated Self & Others     Rated Self & Others<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">Evals of Student 1                      1                                         1                                        1                                         1<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">Evals of Student 2                      1                                        1                                        1                                        1<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">Evals of Student 3                      0.5                                     0                                        1                                        0.5<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">The first three columns are the ratings given by each student. The last column is calculated (manually by me right now) to create a cumulative rating used in the calculation of each student’s grade.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">I would like to create a quiz/survey in LON-CAPA to capture each student’s ratings. Ideally, I would also like LON-CAPA to calculate the combined ratings so I could just download a column of numbers to plug
 into my grading spreadsheet. I don’t know if the latter is even possible since it would require accessing multiple students’ quizzes to do each calculation.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">The only way I can think of to do the quiz/survey is to use a <customresponse> and return the rating of each student as the ASSIGNED_SCORE value. I could download the grades in Scores Per Problem format and
 plug them into a worksheet in my grading spreadsheet, where it could do the combined rating calculations. That worksheet in the spreadsheet, however, would get pretty large since one column would be needed per student per assignment (plus one column for the
 combined ratings).<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">If LON-CAPA could also do the combined ratings calculations, that would be even better, but would required pulling data from multiple quizzes for each student’s combined rating.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">Is there a provision/capability in LON-CAPA that can do this task more easily? Has anyone done something like this in LON-CAPA before, and maybe knows a better way to do it than what I am thinking?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">Any advice/feedback would be appreciated.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">Best regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">Gene L. Harding, PE<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">Associate Professor of ECET<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>