<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Training &#38; E-Learning Zone for Quizzes &#187; grade quizzes</title>
	<atom:link href="http://www.quiz-creator.com/blog/tag/grade-quizzes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quiz-creator.com/blog</link>
	<description>Welcome to our Training &#38; E-Learning Zone, where you will find lots of information about training and E-Learning, along with tips &#38; tricks, customers and insights into what&#039;s going on here.</description>
	<lastBuildDate>Fri, 30 Dec 2011 07:11:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making Online Quizzes with Google Docs &#8211; Part 3 &#8211; Grading Quizzes</title>
		<link>http://www.quiz-creator.com/blog/2009/09/making-online-quizzes-with-google-docs-3-grading-quizzes/</link>
		<comments>http://www.quiz-creator.com/blog/2009/09/making-online-quizzes-with-google-docs-3-grading-quizzes/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 11:20:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[create quizzes]]></category>
		<category><![CDATA[Google Docs quiz]]></category>
		<category><![CDATA[grade quizzes]]></category>
		<category><![CDATA[make quizzes]]></category>
		<category><![CDATA[making quizzes]]></category>
		<category><![CDATA[quizzes]]></category>

		<guid isPermaLink="false">http://www.quiz-creator.com/blog/?p=182</guid>
		<description><![CDATA[For teachers, grading quiz results for papers manually is definitely a hard job. Google Docs provides a good way for teachers to create online quizzes for teaching and learning, you can view the last posts about creating quizzes and sharing quizzes with Google Docs. But teachers, do you know how to grade the quizzes automatically? [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.quiz-creator.com%2Fblog%2F2009%2F09%2Fmaking-online-quizzes-with-google-docs-3-grading-quizzes%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.quiz-creator.com%2Fblog%2F2009%2F09%2Fmaking-online-quizzes-with-google-docs-3-grading-quizzes%2F" height="61" width="51" title="Making Online Quizzes with Google Docs   Part 3   Grading Quizzes" alt=" Making Online Quizzes with Google Docs   Part 3   Grading Quizzes" /></a></div><p>For teachers, grading quiz results for papers manually is definitely a hard job. Google Docs provides a good way for teachers to create online quizzes for teaching and learning, you can view the last posts about<a href="http://www.quiz-creator.com/blog/2009/09/making-online-quizzes-with-google-docs-1-creating-quizzes/"> creating quizzes</a> and <a href="http://www.quiz-creator.com/blog/2009/09/making-online-quizzes-with-google-docs-2-sharing-quizzes/">sharing quizzes</a> with Google Docs. But teachers, do you know how to grade the quizzes automatically? If you don&#8217;t know, this tutorial will give you the details.</p>
<p>Google Docs supports 7 question types: Text, Paragraph text, Multiple choice, Checkboxes, Choose from a list, Scale and Grid. Only multiple choice questions created by Google Docs can be graded automatically. This tutorial will show you the steps to grade the multiple-choice quiz with Google Docs.<span id="more-182"></span></p>
<p><strong>Step 1 &#8211; Enter answer key</strong></p>
<p>To simplify the grading work, take the quiz yourself before any students take the quiz. Enter the right answers for the quiz and then click Submit.</p>
<p><strong>Step 2 &#8211; Invite learners to take the quiz</strong></p>
<p>To simplify the grading work, take the quiz yourself before any students take the quiz. Enter the right answers for the quiz and then click Submit.</p>
<p><strong>Step 3 – Using Formula to grade the quiz</strong></p>
<p>1. Now go back to your Google Docs. You will see your quiz as one of your saved documents. Click on it and you&#8217;ll find all responses in a spreadsheet.</p>
<p>Column A shows the date and time of each response, you can view when the quiz-takers take the quiz. Column B shows the student ID which identifies the unique student and all of your questions in subsequent column C, D, E.</p>
<p><img src="http://www.quiz-creator.com/images/blog/quiz-respones-overview.png" alt="quiz respones overview Making Online Quizzes with Google Docs   Part 3   Grading Quizzes" width="551" height="233" title="Making Online Quizzes with Google Docs   Part 3   Grading Quizzes" /></p>
<p>2. Grade each question with IF formula</p>
<ul>
<li>The IF formula is similar with Excel, the syntax for the IF function is:<strong>=IF ( test, then_value, otherwise_value ) </strong>test &#8211; a value or expression that is tested to see if it is true or false.
<p>then_value &#8211; the value that is displayed if then_value is true.</li>
<p>otherwise_value &#8211; the value that is displayed if then_value is false.</p>
<li>Input question 1, 2 and 3 by sequence to column F, G and H to store the score for question 1, 2 and 3.</li>
<li>In cell F3, enter &#8220;=if($C3=$C$2,100,0)&#8221;, and then select and drag the cell to the end of the question column7. You will see the score of question 1 for each student is graded automatically.<img src="http://www.quiz-creator.com/images/blog/forumal.png" alt="forumal Making Online Quizzes with Google Docs   Part 3   Grading Quizzes" width="153" height="136" title="Making Online Quizzes with Google Docs   Part 3   Grading Quizzes" /></li>
<li>Then, enter &#8220;=if($D3=$D$2,100,0)&#8221; and &#8220;=if($E3=$E$2,100,0)&#8221; to G3 and H3, and do the same steps as F3. After these, you will view the score of each question for each student.<img src="http://www.quiz-creator.com/images/blog/drag-cell-score.png" alt="drag cell score Making Online Quizzes with Google Docs   Part 3   Grading Quizzes" width="514" height="230" title="Making Online Quizzes with Google Docs   Part 3   Grading Quizzes" /></li>
</ul>
<p>3. Summary the score for each student</p>
<p>Input <strong>Total Score</strong> to column I to store the total score for each student.</p>
<p>In cell I3, enter &#8220;=sum(F3,G3,H3)&#8221; to calculate the total score for each student, and then select and drag I3 to I7. Each student&#8217;s score for taking the quiz is shown on column I. You saved all that time for grading the quiz with the Formula!</p>
<p><strong>Step 4 – Export the quiz score</strong></p>
<p>Google Docs lets you download the quiz score spreadsheet as CSV, HTML, Text, Excel, OpenOffice and PDF format. By clicking File -&gt; Download as, you will get the score report with ease.</p>
<p><img src="http://www.quiz-creator.com/images/blog/export-quiz-score.png" alt="export quiz score Making Online Quizzes with Google Docs   Part 3   Grading Quizzes" width="350" height="354" title="Making Online Quizzes with Google Docs   Part 3   Grading Quizzes" /></p>
<p>You also can view the summary with graphs charting. Particularly for knowing how much knowledge students master, the summary response is great – especially since you can always click &#8220;see complete responses&#8221; and have them available to you immediately.</p>
<p>Google Docs is really a useful tool for teaching and learning at the aspect of creating quizzes for assessment. Besides Google Docs, You can create Flash quizzes with <a href="http://www.quiz-creator.com/quiz-maker/">QuizCreator</a> and track the quiz results with its<a href="http://www.quiz-creator.com/online-quiz-maker/"> QuizCreator Online</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.quiz-creator.com%2Fblog%2F2009%2F09%2Fmaking-online-quizzes-with-google-docs-3-grading-quizzes%2F&amp;linkname=Making%20Online%20Quizzes%20with%20Google%20Docs%20%26%238211%3B%20Part%203%20%26%238211%3B%20Grading%20Quizzes"><img src="http://www.quiz-creator.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.quiz-creator.com/blog/2009/09/making-online-quizzes-with-google-docs-3-grading-quizzes/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

