<?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; Google Docs quiz</title>
	<atom:link href="http://www.quiz-creator.com/blog/tag/google-docs-quiz/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>
		<item>
		<title>Making Online Quizzes with Google Docs &#8211; Part 2 &#8211; Sharing Quizzes</title>
		<link>http://www.quiz-creator.com/blog/2009/09/making-online-quizzes-with-google-docs-2-sharing-quizzes/</link>
		<comments>http://www.quiz-creator.com/blog/2009/09/making-online-quizzes-with-google-docs-2-sharing-quizzes/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 05:53:08 +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[make quizzes]]></category>
		<category><![CDATA[making quizzes]]></category>
		<category><![CDATA[quizzes]]></category>
		<category><![CDATA[sharing quizzes]]></category>

		<guid isPermaLink="false">http://www.quiz-creator.com/blog/?p=175</guid>
		<description><![CDATA[At the last post about creating online quizzes with Google Docs, I showed you the steps to create online quizzes. In this post, I will guide you to share the quizzes you created and then invite others to take quizzes.
As soon as you&#8217;re done and your quiz form has been saved, you can go ahead [...]]]></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-2-sharing-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-2-sharing-quizzes%2F" height="61" width="51" title="Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" alt=" Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" /></a></div><p>At the last post about<a href="http://www.quiz-creator.com/blog/2009/09/making-online-quiz-with-google-docs-1-creating-quizzes/#110"> creating online quizzes with Google Docs</a>, I showed you the steps to create online quizzes. In this post, I will guide you to share the quizzes you created and then invite others to take quizzes.</p>
<p>As soon as you&#8217;re done and your quiz form has been saved, you can go ahead and close this window. Your form will feed into a spreadsheet in Google Docs. The spreadsheet is private by default, even though your form is public.</p>
<p>If you wish, you can share the quiz spreadsheet with others or publish it, but the choice is yours. You can also go in and manually add data to your spreadsheet without having to rely on the form or use the data to make charts. About sharing quiz spreadsheet online to let other take the quiz, there are 2 ways: embed the quizzes to blogs or websites and Email others the quizzes. <span id="more-175"></span></p>
<p><strong>Embed the quizzes to your blogs or website</strong></p>
<p>You can embed the quizzes on your blogs or Web site and let people take the quiz in that way.</p>
<p>Simply click <strong>More actions</strong> which is on the upper right corner, and then select <strong>Embed</strong>.</p>
<p><img src="http://www.quiz-creator.com/images/blog/embed-quizzes.jpg" alt="embed quizzes Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" width="351" height="78" title="Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" /></p>
<p>After you open the Embed dialog, please copy the codes and then paste into your blog post or website.</p>
<p><img src="http://www.quiz-creator.com/images/blog/copy-embed-codes.jpg" alt="copy embed codes Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" width="504" height="149" title="Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" /></p>
<p><em>&lt;iframe src=&#8221;http://spreadsheets.google.com/embeddedform?key=tlwj1KPDoLecvzRyqDu8CFw&#8221; width=&#8221;760&#8243; height=&#8221;680&#8243; frameborder=&#8221;0&#8243; marginheight=&#8221;0&#8243; marginwidth=&#8221;0&#8243;&gt;Loading&#8230;&lt;/iframe&gt;</em></p>
<p><iframe src="http://spreadsheets.google.com/embeddedform?key=tlwj1KPDoLecvzRyqDu8CFw" width="650" height="480" frameborder="0" marginheight="0" marginwidth="0">Loading&#8230;</iframe></p>
<p>If you want to share the quiz on your blog, just log in your blog and paste the code to the post you want to embed under the HTML mode.</p>
<p>If you want to embed the quiz on Website, just paste the page to the web page. By default, the quiz you create is 760*780, you can also resize the embed area by modifying the number of width and height.</p>
<p> 
<p><strong>Email others the quizzes and invite them to take quizzes</strong></p>
<p><img src="http://www.quiz-creator.com/images/blog/email-quiz.jpg" alt="email quiz Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" width="344" height="68" title="Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" /> </p>
<p>The <strong>Email this form</strong> button lets you email the quiz to specified persons. You can input the email addresses one by one with commas spaced, or you also can choose the email from your contacts.</p>
<p><img src="http://www.quiz-creator.com/images/blog/email-others.jpg" alt="email others Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" width="554" height="259" title="Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" /></p>
<p>After that, click <strong>Send </strong>to send the quiz invitation to these users to invite them take the quiz. Then, the quiz-takers can view and take the quiz in their E-mail address or by clicking the quiz link.</p>
<p>Also, you can send the quiz link directly to others with the link at the bottom of the page. And then send the link to others.</p>
<p><img src="http://www.quiz-creator.com/images/blog/quiz-link.jpg" alt="quiz link Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" width="467" height="46" title="Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" /></p>
<p><strong>Tip: Custom the quiz confirmation information</strong></p>
<p><img src="http://www.quiz-creator.com/images/blog/edit-confirmation.jpg" alt="edit confirmation Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" width="338" height="82" title="Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" /></p>
<p>By clicking &#8220;Edit confirmation&#8221;, it will let you edit the confirmation information which appears after quiz-taker finish the quiz.</p>
<p><img src="http://www.quiz-creator.com/images/blog/confirmation-info.jpg" alt="confirmation info Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" width="454" height="219" title="Making Online Quizzes with Google Docs   Part 2   Sharing Quizzes" /></p>
<p>In the next post, I will show you <strong>how to collect and grade the Google Docs quiz results automatically.</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-2-sharing-quizzes%2F&amp;linkname=Making%20Online%20Quizzes%20with%20Google%20Docs%20%26%238211%3B%20Part%202%20%26%238211%3B%20Sharing%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-2-sharing-quizzes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Making Online Quizzes with Google Docs &#8211; Part 1 &#8211; Creating Quizzes</title>
		<link>http://www.quiz-creator.com/blog/2009/09/making-online-quiz-with-google-docs-1-creating-quizzes/</link>
		<comments>http://www.quiz-creator.com/blog/2009/09/making-online-quiz-with-google-docs-1-creating-quizzes/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 10:30:40 +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[make a quiz]]></category>
		<category><![CDATA[make quizzes]]></category>
		<category><![CDATA[quizzes]]></category>

		<guid isPermaLink="false">http://www.quiz-creator.com/blog/?p=166</guid>
		<description><![CDATA[Google Docs is a favorite thing for many educators.  It is a totally free, web-based word processor, spreadsheet, presentation, and form  application. It allows users to create and edit documents online while  collaborating in real-time with other users, especially for trainers using it in  online classroom. In addition to being a [...]]]></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-quiz-with-google-docs-1-creating-quizzes%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.quiz-creator.com%2Fblog%2F2009%2F09%2Fmaking-online-quiz-with-google-docs-1-creating-quizzes%2F" height="61" width="51" title="Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" alt=" Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" /></a></div><p>Google Docs is a favorite thing for many educators.  It is a totally free, web-based word processor, spreadsheet, presentation, and form  application. It allows users to create and edit documents online while  collaborating in real-time with other users, especially for trainers using it in  online classroom. In addition to being a stellar way to write, store and manage  your documents and slideshows, is also a fantastically useful way to create  online quizzes for assessment. </p>
<p>  Here I will discuss the details about creating  an online quiz with Google Docs. Now, you could view the quiz created by Google Docs below.</p>
<p><span id="more-166"></span></p>
<p><iframe src="http://spreadsheets.google.com/embeddedform?key=tlwj1KPDoLecvzRyqDu8CFw" width="650" height="480" frameborder="0" marginheight="0" marginwidth="0">Loading&#8230;</iframe></p>
<p><strong>Step 1. Log in to Google Docs</strong><br />
  To get started, log in at Google Docs (<a href="http://docs.google.com/" target="_blank" rel="nofollow">http://docs.google.com/</a>) with Gmail account.  If you don&#8217;t have a Gmail account, come out from that rock you live under, boot  up the computer, and get yourself a Gmail account. </p>
<p><strong> Step 2. Start creating quiz</strong></p>
<ol>
<li>Once you&#8217;re logged in, click  &quot;New&quot;, and then &quot;Form&quot;. <br/>
<p><img src="http://www.quiz-creator.com/images/blog/new-form.jpg" title="Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" alt="new form Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" /></p>
</li>
<li>Name the quiz and type the quiz  information for your quiz. The quiz name and information fields are perfect for  explaining what the quiz is, or what people need to know in order to take it  properly.
<p><img src="http://www.quiz-creator.com/images/blog/quiz-name-info.jpg" title="Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" alt="quiz name info Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" /></p>
</li>
</ol>
<p><strong>Step 3. Adding questions</strong></p>
<ul>
<li>Add the Text question type question.
<p>Text question type is for short text answers of a couple  words or less. Things like names or phone numbers work well as text question  type. For making quizzes for students to take and tracking the quiz results, asking  quiz-takers to input their names or Student IDs is necessary. That way you&#8217;ll  have a column for each in your spreadsheet, which will make sorting the list by  name or ID easier.</p>
<p><img src="http://www.quiz-creator.com/images/blog/text-quetion-type.jpg" title="Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" alt="text quetion type Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" /></p>
</li>
<li>Add the main questions about your quiz.</li>
<ol>
<li>To add a new question, click  the &quot;Add item&quot; button at the top left of the page. If you want to add  multiple-choice question, please choose &quot;Multiple choice&quot;.<br/></p>
<p><img src="http://www.quiz-creator.com/images/blog/add-multiple-choice-question.jpg" title="Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" alt="add multiple choice question Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" /></p>
</li>
<li>If you want to add more  multiple-choice questions, just duplicate the question by clicking the  Duplicate icon, and then change the question title and options.
<p> <img src="http://www.quiz-creator.com/images/blog/edit-question.jpg" title="Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" alt="edit question Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" /></p>
</li>
<li>You also can add some other  question types, such as Checkboxes, Paragraph text, Choose from a list, Scale  and Grid. Just add the questions by clicking &quot;Add item&quot; or Duplicate icon. </li>
<li>After editing the question  click &quot;Done&quot; to finish the editing work. Don&#8217;t forget to tick &quot;Make this a  required question&quot; check box if you want to require everyone to answer this  question. Otherwise they can just skip the question and move on.</li>
</ol>
</ul>
<p><strong>Step 4. Preview and Save the quiz</strong><br />
  When you&#8217;re done adding questions, you can save your quiz.  Don&#8217;t worry if the Save button is already grayed out. This means that Google  has auto-saved the quiz for you.</p>
<p>  Tips:<br />
  You can custom the theme for your quiz and  make it attractive for your quiz-takers by clicking the Theme button. Google  supplies as much as 68 amazing themes for Google Docs users for free. You can  choose the right one that fit your quiz easily.</p>
<p> <img src="http://www.quiz-creator.com/images/blog/themes.jpg" title="Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" alt="themes Making Online Quizzes with Google Docs   Part 1   Creating Quizzes" /></p>
<p>  <strong>Step 5. Invite others to take the quiz</strong></p>
<p>  Now everything is ok, it&#8217;s time to invite  others to take your quiz. You can email the quiz to students, or also embed the  quiz on your blog or Web site, and then let students take it in that way.</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-quiz-with-google-docs-1-creating-quizzes%2F&amp;linkname=Making%20Online%20Quizzes%20with%20Google%20Docs%20%26%238211%3B%20Part%201%20%26%238211%3B%20Creating%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-quiz-with-google-docs-1-creating-quizzes/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

