Last week I attended a presentation on some research done by one of our instructors, Dr. Janet Reagan, on informal student course evaluations, specifically focusing on the website RateMyProfessors . Those working within the BC college system may find the research particularly interesting as the data she used from RMP was pulled from 3 anonymous BC college’s, so it is very relevant for those of us working in this sector.
One of our College’s research analysts was in attendance – someone charged with doing our in house course survey, and remarked that there was a great deal of similarity and consistency with the informal information student’s posted on RMP and the results of Dr. Reagan’s study. I am not sure what the perception of sites like RMP is with our faculty, but I think it is easy to disregard the validity of the comments made on public spaces like this as places where students vent. Dr. Reagan’s research shows that these comments are valid and, surprising to some, equally weighted between positive and negative. Very useful and relevant phenomenological information can be found on sites like RMP and there is a great deal of congruency between what students perceive is effective teaching practice and what the research literature in this area suggests.
As part of the research, Dr. Regan has developed the ACCEPT Model of Student Discernment of Effective Teaching Characteristics which can be used as criteria to evaluate student perceptions of good teaching practice.
Dr. Reagan goes on to make 6 recommendations based on the results of the study.
Dr. Reagan’s research was on RMP, but I suspect that similar results could be found monitoring any open social network and I believe this is a great opportunity for educators. Over the past year or so I have been monitoring keywords related to our institution on Twitter and it is always interesting when I see a student comment that I know is directly related to a class they are taking, or some kind of experience they are having with our institution. To me, the realtime web offers great potential for educators to provide immediate and timely feedback and intervention based on what our students are saying about the experiences they are having with our institution as they are having them. Many large companies are doing this kind of social media space monitoring with very positive results. Maybe it is time educators took a serious look at monitoring social networking sites as a regular part of their formative assessment strategy.
The full dissertation is available at DSpace at the University of Victoria.
This is a short post as I am posting this from my Android phone using the new WordPress Android app that was just released by WordPress. Link.
I love it when The Horizon Report comes out. It takes me back to being a kid in Northern Alberta, anxiously awaiting the November arrival of the Sears Christmas Wish Book at our house. It offered me a glimpse of what could be in the near future. And it excited me.
If you are not familiar, each year the New Media Consortium and the Educause Learning Initiative publish The Horizon Report, a look into the future at some of the technologies that may have an impact on higher education in the next 5 years. This year the report has picked the following technologies and estimated a time for adoption for each.
Scott Leslie from BCcampus is one of the advisors for the report. This year he travelled to Austin, Texas for the release of the report and created this video, which features interviews with members of ELI and NMC about the technologies in the report. It’s a nice piece of work from Scott that adds useful context around the reasons why these technologies were chosen.
Some things strike me about this list.
First, mobile computing has arrived at Camosun, at least if the connectivity stats coming from our IT Services department are any indication. Last week I was speaking with some members of the department who said that they have had to increase the number of available IP addresses for our wireless network twice this fall to meet the demand of wireless apps on campus. If you are not familiar with how networking works, each device that connects to the wireless network requires a unique address. These are pulled from a limited pool of addresses. Once that pool runs out, no more devices can connect to the network until a device returns an address to the pool. I don’t think that it’s a far stretch to imagine they will be significantly upping the pool again this fall. So, we know the students are connecting. How much of that connectivity is being used for learning & teaching is the unknown.
Second, of all the technologies on this list, simple augmented reality is the one that has me the most excited. I have been playing with augmented reality apps on my Android phone for the past 6 months and can see huge potential for education should they take off. Here is an example of augmented reality in which data pulled from the web is overlayed on top of what you see through your camera phone, kind of like a heads up display you might see in a car.
Imagine scanning the horizon with your smartphone and having geographical information pop up on the screen – the names of those mountains in the distance, the number of salmon that spawned in that creek last year, what developers hold development permits for that parcel of land over there. Very possible, and useful, information.
The barrier I see with this right now is that there is no standard for delivering the information. While many augmented reality browser are being created, the layers are not compatible with each other. Kind of like the early days of web browsers where websites would only work in either Internet Explorer or Netscape. Here’s hoping we learned from that mess & some open standards begin to emerge as the augmented reality market matures.
As for the other technologies, ebooks have to catch on at some point and you have to think sooner rather than later. 2010 has been dubbed by some as the year of the e-reader, with numerous options now on the market. The advantages of ebooks are numerous – cheaper, easier to update, they don’t use trees, you can increase the font size (a big one for me after spending a term frustrated trying to read 9 point type in a textbook), annotate, snip, republish yada yada yada. They have to catch on, don’t they?
After having lived with a Wii for the past year, I can also see the appeal of gesture based computing, especially in the areas of simulations. I can imagine a carpentry simulation someday swinging something akin to a Wii remote to simulate hammering a nail into wood, complete with tactile feedback where the remote vibrates as you strike the nail.
Of course, there are many qualifiers, maybes and outright unknowns whenever you try to predict technology and trends. But one thing seems certain – the innovation train is not stopping, and that makes for very interesting times to be working in educational technology.
I’ve bee working on setting up some backup systems in our instance of WPMu and have been struggling a bit. While I certainly appreciate that creating backups for WPMu can be fairly straightforward to setup when using tools like phpMyAdmin and gzip (as outlined nicely in a recent post at WPMU Tutorials), there really isn’t a simple way for individual site owners to do site backups from the WordPress interface.
What I would like to be able to do is allow the user to simply create a site specific backup file of all the necessary files for their site. Everything wrapped in one nice little package, with the bow on top being the ability for the user to schedule and forget their backups. Once a day/week/month it would just run, grab everything they would need to restore their site (at least their posts/pages AND uploaded files) and all is good. But I am realizing this may be a tall order without setting it up behind the scenes.
Now, each WP site does have an Export option, which is simple and straightforward, but was never intended as a backup utility, but rather a utility to move posts from one WordPress install to another. As such, it is not a comprehensive backup and doesn’t include files, images or multimedia you might have uploaded to your site.
This is a problem I have found with most community developed backup plugins as well – they all concentrate on backing up the database tables and not those extra files that will no doubt be uploaded by users looking to use the platform as a CMS. In order to backup both the database (where the posts and pages are stored), and the associated files, you need at least two separate plugins.
The two I have been working with are Wordpress Backup and WordPress Database Backup. So far I haven’t been able to get these two to do exactly what I want, and using them both makes things a tad confusing for end users.
For one, there are now 2 backup options in their site navigation, located in different sub-menus. Natural instinct for a user to ask why is there 2 backups, and anytime a question is asked there is confusion. So a bit of support is needed to explain the differences between the two to the users. Not a huge deal, but a barrier.
What is very handy is that both backup plugins let you automatically schedule backups to happen at regular intervals. These files are zipped up and can automatically be moved to archive folders on the server or, if you want, emailed directly to the users, which some users might find comforting. The downside is that there are 4 separate zipped files that go along with each site – a database files (generated by the WP Database backup) and 3 backup files generated by the second backup plugin, one with your uploaded files, themes and plugins. One packaged folder would be nicer.
But the major problem I have with using the WordPress Database plugin with WPMu is that the interface does not limit the database tables to backup to just the site requesting the backup. It exposes ALL the tables to the entire WP instance, meaning that any site owner could backup and download any other site users content. Not cool.
I do like and appreciate the work that has gone into these plugins. I use them on this blog and they work great. But in a multi-user environment, I can’t really say this is the silver backup bullet I was hoping they would be. So, I am still searching for a backup system that users can initiate that is simple and straightforward for the end user that will allow them to control their own backups.
A few weeks ago, we launched a WordPress Multi-User pilot project at Camosun. Here are a few thoughts early on in the process.
For the past 7 (or so) years, FrontPage has been the web authoring tool we have supported for faculty at Camosun. At the end of 2006, Microsoft discontinued FrontPage. Since then we have been experimenting with other platforms to replace FrontPage for faculty who wish to have stand alone (ie: outside our LMS Desire2Learn) websites and haven’t really been happy with the tools we have found, finding them either costly, overly complicated, or limiting. Ever since our Office 2007 rollout last year, faculty who are still using FrontPage have been reporting problems, so IT Services was also anxious to have us find another solution for faculty websites. So the main purpose for piloting WordPress for us is to see if we can use it primarily as a CMS to replace FrontPage.
Armed with some good feedback from Brian Lamb at UBC, Grant Potter at UNBC, and Audrey Williams at Pellissippi State (who have all been involved with the UBC, UNBC and Pellissippi State WPMu installs), I put together a pilot document for our IT Services, who agreed to support the project. At the beginning of November, the pilot began.
We’ve done a lot in a few weeks. Installation was quick and smooth. The network admin I have been working with (who has also installed Drupal, Joomla, LifeRay and a few other CMS type systems) remarked that the LDAP integration with Active Directory was the easiest he has ever done. He literally had us integrated with our authentication system in 20 minutes.
For my part, I recruited a half dozen faculty for a pilot group and did some initial training. They are now set up with their own websites – and I use that term website intentionally. I’ve avoided using the word blog when I refer to these sites. I’ve found that the term blog carries with it preconceived notions, both good and bad. So, in order to avoid the whole “I don’t want a blog, I want a website” circular logic wheel that I have witnessed when people talk about WP as a CMS, I have been using the term website when talking about our pilot sites. I really want our users to focus on WP as a tool to manage a website, not a blog and try to proactively nip that semantic bud. These are just websites.
The faculty will be playing with their sites between now and January. In January when the new term starts, they will be using them as their primary website and posting whatever content it is they want their students to have access to.
In keeping with that “website, not blog” philosophy, we launched with a minimum number of themes, trying to pick pretty simple ones that handle pages and nested pages well.
As for plugins, again, I’ve started with a small set of plugins and will be adding and testing functionality during the pilot (which runs until the end of June, 2010). Specifically, the plugins we have installed to begin with are:
I’ll be elaborating about these plugins, and on administering WPMu, but I’ll save that for future posts. In the meantime, we now have a WPMu install up and running at Camosun and ticking along just fine.