<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; class management</title> <atom:link href="http://www.ghacks.net/tag/class-management/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Conduct your courses on line with ATutor</title><link>http://www.ghacks.net/2009/07/07/conduct-your-courses-on-line-with-atutor/</link> <comments>http://www.ghacks.net/2009/07/07/conduct-your-courses-on-line-with-atutor/#comments</comments> <pubDate>Tue, 07 Jul 2009 17:58:01 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[class management]]></category> <category><![CDATA[classroom]]></category> <category><![CDATA[course management]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13721</guid> <description><![CDATA[ATutor is an open source Content Managment System (CMS) focused on education and the class room.  If you think about it, a CMS is the perfect springboard for the creation of a tool designed to manage a class. With a CMS you get: Communication, Content management, file storage, feedback, FAQ, forums, news and announcements, and [...]]]></description> <content:encoded><![CDATA[<p><a
title="ATutor" href="http://atutor.ca/index.php" target="_blank">ATutor</a> is an open source Content Managment System (CMS) focused on education and the class room.  If you think about it, a CMS is the perfect springboard for the creation of a tool designed to manage a class. With a CMS you get: Communication, Content management, file storage, feedback, FAQ, forums, news and announcements, and more. And natrually there are plenty of tools out there to handle this task: <a
title="Drupal" href="http://drupal.org/" target="_blank">Drupal</a>, <a
title="Xoops" href="http://www.xoops.org" target="_blank">Xoops</a>, <a
title="Joomla" href="http://www.joomla.org" target="_blank">Joomla</a> for instance. Althought these tools could work as course management tools, there are certain features you will eventually find missing.</p><p>So where do you turn when you need an open source solution for course management? ATutor is one of the best and easiest tools available.</p><p><span
id="more-13721"></span>Of course many would wonder what can be added to a CMS tool to make course management easier. That answer is simple:</p><p></p><ul><li>Assignments</li><li>Blogs</li><li>Chat</li><li>Course Email</li><li>Profile Pictures</li><li>Reading Lists</li><li>Statistics</li><li>Student Tools</li><li>Syndicated Feeds</li><li>Tests and Surveys</li><li>TILE repository search</li><li>Web search</li><li>and much more</li></ul><p>So ATutor is not just a re-write of a standard CMS. ATutor is a serious tool to help serious educators.</p><p><strong>Getting and installing</strong></p><p>Installing ATutor isn&#8217;t really that difficult. It will require a running LAMP server and root (or sudo) access to your web servers&#8217; document root. You will also have to create a database for the installation. I like to use <a
title="Install Phpmyadmin" href="http://www.ghacks.net/2008/12/20/install-phpmyadmin-for-easy-mysql-administration/" target="_self">PhpMyAdmin</a> for creating databases on my LAMP servers. Create a database named &#8220;atutor&#8221; (no quotes) and you are ready to install.</p><p>Download the archive from the <a
title="ATutor download" href="http://atutor.ca/atutor/download.php" target="_blank">ATutor download page</a> and save it in your servers&#8217; document root (on a Ubuntu server this would be <strong>/var/www</strong>). When then file is in place unpack the archive with the command:</p><p><em>tar xvzf ATutor-XXX.tar.gz</em></p><p>Where XXX is the release number. This command will create a new directory called <strong>atutor</strong>. Before you point your browser to the ATutor installation issue the following commands (from within the <strong>/var/www/atutor </strong>directory):</p><p><em>sudo mkdir content</em></p><p><em>sudo a+rwx content</em></p><p><em>sudo chmod a+rw include/config.inc.php</em></p><p>Now you&#8217;re ready to rock.</p><p>Point your browser to:</p><p><em>http://ADDRESS_OF_SERVER/atutor</em></p><p>and the installation will begin.</p><p>The installation of ATutor is incredibly simple. You will walk through a few pages where you will enter the necessary information unique to your installation. The final step is to send the information collected during the installation to the ATutor site. You do not have to do this, but it will help the developers know what their application is installed on. You can also submit your installed URL if you like, but you can uncheck this option if you are uncomfortable sending this information.</p><div
id="attachment_13724" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/06/atutor.png"><img
class="size-medium wp-image-13724" src="http://www.ghacks.net/wp-content/uploads/2009/06/atutor-500x255.png" alt="Figure 1" width="300" height="153" /></a><p
class="wp-caption-text">Figure 1</p></div><p>When you are finished you should go back and remove the <strong>/var/www/atutor/install </strong>directory for security.</p><p>Figure 1 shows the main window for ATutor. As you can see this tool offers quite the amount of tools. Your best bet to get up to speed with ATutor is to simply start poking around.</p><p>The first place you will want to look is the System Preferences tab. Within this tab you can enable self registration (which will save you a good amount of time.) Take care of this tab and then head on over to the Course tab where you can begin to set up your courses.</p><p><strong>Final thoughts</strong></p><p>ATutor is perfect for anyone needing a course managment tool but doesn&#8217;t want to either have to do any development or spend a lot of money. If you are looking for a single tool to handle all of your course management tasks, ATutor is the tool for you.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/07/conduct-your-courses-on-line-with-atutor/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
