<?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; classroom</title> <atom:link href="http://www.ghacks.net/tag/classroom/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>Fri, 10 Feb 2012 20:51:26 +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> <item><title>Create Interactive Classroom Pages with CourseForum</title><link>http://www.ghacks.net/2009/03/23/create-interactive-classroom-pages-with-courseforum/</link> <comments>http://www.ghacks.net/2009/03/23/create-interactive-classroom-pages-with-courseforum/#comments</comments> <pubDate>Mon, 23 Mar 2009 14:06:13 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Project]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[classroom]]></category> <category><![CDATA[classroom software]]></category> <category><![CDATA[courseforum]]></category> <category><![CDATA[courses]]></category> <category><![CDATA[wiki]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=11405</guid> <description><![CDATA[If you are a teacher or have any need for a classroom-based Wiki project, I have the perfect solution for you. I discovered CourseForum a few years back when I was looking for a web-based software that could help a peer create a web site for her class that could help students stay organized. There [...]]]></description> <content:encoded><![CDATA[<p>If you are a teacher or have any need for a classroom-based Wiki project, I have the perfect solution for you. I discovered <a
title="CourseForum" href="http://www.projectforum.com/cf/index.html" target="_blank">CourseForum</a> a few years back when I was looking for a web-based software that could help a peer create a web site for her class that could help students stay organized. There were a number of possibilities, but none of them as simple to use as CourseForum. With this web-based software students could:</p><ul><li>Get course information</li><li>Contact the instructor</li><li>Read or download lecture notes</li><li>Get assignments</li><li>Ask questions and get answers</li><li>Communicate with other students</li></ul><p>CourseForum is incredibly easy to &#8220;install&#8221; on Linux, Windows, Mac,? FreeBSD, or Solaris and can be accessed from any web browser. Let&#8217;s take a look at this classroom software from the Linux point of view.</p><p><span
id="more-11405"></span><strong>Getting and Install</strong>ing</p><p>Since CourseForum even has its own server built in you can install CourseForum anywhere on a Linux machine. CourseForum comes in a single executable binary that starts and runs CourseForum on port 3455. So after you download the demo follow these steps (as either the root user or using sudo):</p><p>Untar the package into your servers&#8217; document root (i.e. <strong>/var/www/html</strong> for Fedora <strong>/var/www </strong>in Ubuntu)</p><p>Change into the newly created directory (<strong>courseforum-linux</strong>) and issue the command:</p><p><em>./courseforum &amp;</em></p><p>The CourseForum daemon will start and you can now point your browser to:</p><p>http://IP_OR_DOMAIN:3445</p><p>Where IP_OR_DOMAIN is either the IP address or domain the server is on.</p><div
id="attachment_11404" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/03/courseforum_admin.png"><img
class="size-medium wp-image-11404" src="http://www.ghacks.net/wp-content/uploads/2009/03/courseforum_admin-500x275.png" alt="CourseForum Admin Page" width="300" height="165" /></a><p
class="wp-caption-text">CourseForum Admin Page</p></div><p>This address will take you to the front page of CourseForum. The first thing you will need to do (before you can do anything else) is set an administrative password. Once you do that you can access the administration page and start building your course. NOTE: The demo is restricted to only a single course. If you purchase the full version you can create unlimited courses.</p><p>As you can see (in the image to the left) all administration tasks are taken care of in one window. There isn&#8217;t a lot of admin work to do with this software which makes it an even better solution for busy instructors.</p><p>Some of the more important tasks your instructors will want to do are:</p><ul><li>Messages: This is really just the welcome message displayed on the front page of CourseForum.</li><li>Custom Links: This isn&#8217;t really what it sounds like. What this feature does is allow you to create custom? commands that can do any number of things like formatting or integrating third-party content. There is a good <a
title="CourseForum Custom Links Howto" href="http://www.courseforum.com/howto_customlinks.html" target="_blank">how-to page</a> on the CourseForum site to illustrate how these are created.</li><li>RSS/Email Notification: If you want to enable RSS feeds and/or email notification on your CourseForum site you will have to enter the information for your SMTP server here.</li><li>Web Views: This allows you to create a read-only version of the CourseForum. Since the basis of CourseForum is a wiki, any registered user will be able to edit pages, so you will want to be ablel to serve up versions of pages (such as Syllaubus, lectures, etc) that are read-only for the public to view.</li></ul><p>There is one administrative task I would highly recommend. When you create a new course you will have to administer that course independently of the site administration (In other words it has its own admin page). Within the course administration page you will want to take care of at least two things:</p><ul><li>Check the &#8220;Only course administrator can create projects&#8221; check box.</li><li>Under the Require Password dropdown select &#8220;To edit pages&#8221; otherwise any registered user can edit your course pages.</li></ul><p>And that&#8217;s pretty much it. The rest of the tool works like a standard Wiki page.</p><p><strong>Final Thoughts</strong></p><p>If you have been looking for a tool to allow students (of any type) to not only stay current in your classroom but also be able to interact, CourseForum might very well be the solution for you. I have deployed it for a few teachers who have been very pleased with the results. It&#8217;s remarkably seasy to install, simple to use, reliable, and it&#8217;s a fairly cheap solution ($119.00 USD).</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/23/create-interactive-classroom-pages-with-courseforum/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
