<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Test Grader FreeWare For Teachers.</title>
		<link>/blogentry/105398</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/105398" rel="self" type="application/rss+xml" />
		<description>MonEl's Blog: Test Grader FreeWare For Teachers.</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Original Blog Entry: Test Grader FreeWare For Teachers.</title>
			<link>/blogentry/105398</link>
			<guid isPermaLink="true">/blogentry/105398</guid>
			<pubDate>Thu, 24 Sep 2015 11:27:59 GMT</pubDate>
			<dc:creator>MonEl</dc:creator>
			<description><![CDATA[<p>Using QB64 and some simple Basic 2 of the kind used on very old 8 bit computers I made a very simple and small tool with which to help grade test papers.<br /><br />I don&#x27;t remember very much of Basic 2, but just enough to do very simple stuff such as this, the download is good for about 7 days only.<br /><br />It should not change your system at all, it should be self contained and portable, might work on from WinXP up to Windows 7 or 8, but maybe not Windows 10, I don&#x27;t know.<br /><br />You enter the number o test questions and then enter the number of correct answers and it grades the test, one test at a time, till all are graded.<br /><br />http://wikisend.com/download/195282/Test Grader.exe<br /><br />http://wikisend.com/download/832290/Test Grader.txt<br /><br />For anybody who cares, here is my code for it:<br /><br />1 PRINT Test Grader. ;<br /><br />2 INPUT Type: E (E = Exit) or G (G = Grade test paper) and press Enter ; X$<br /><br />3 IF X$ = E THEN 13<br /><br />4 IF X$ = G THEN 5<br /><br />5 INPUT Type number of test questions and press Enter ; A<br /><br />6 PRINT A; Test questions<br /><br />7 B = A / 100<br /><br />8 INPUT Type number of correct answers and press Enter ; C<br /><br />9 PRINT C; Number of correct answers<br /><br />10 F = C / B<br /><br />11 PRINT F; % Is the grade<br /><br />12 GOTO 1<br /><br />13 END<br /><br />Yes, it is very antique MS Basic 2 by good old Bill Gates himself.<br /><br />Antique, but still works, same as always has.<br /><br />Too bad, that I forgot what little I knew about Basic 2, of course, if I ever wanted to re-learn I can.<br /><br />I just tested the 2 downloads and they work just fine!<br /><br />I made it, because there are a few local teachers who might have a use for it.<br /><br />... &#x5b;&#xa0;<a href="/blogentry/105398">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>MonEl</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/105398</wfw:comment>
		</item>
	</channel>
</rss>

