Archive for the 'Mobile Technology' Category

How Flexible is your Learning?

With continued question-marks about the financial sustainability of tertiary education it is interesting to see how the educational landscape continues to change. As the tectonic plates of funders and providers continue to move apart, a new landscape is emerging. This new territory has not yet been tarnished with the impurities of profit or politics but instead is rich in the fundamental element of what we do, learning.

You only need look at ideas like the “Alternative Art College” which has seen art student Paul Stewart hold seminars in his own living room, backed by university staff prepared to donate their own time. Alternatively why not participate in a Massive Open Online Course (MOOC) in mobile learning.  MOOCs are designed to let people of all abilities engage is a semi-structured course, participating in online activities, constructing and sharing learning.

You could argue none of this is really new, learning has always and will continue to happen despite our attempts to subsume it into the ‘establishment’, but for me it is interestingly to see how technology is being used to empower learners.

Free SMS voting using intelliSoftware SMS Gateway service

Technology -
Technology - "Future Vision"
Originally uploaded by $ydney

Previously I written about Using a Learning Apps (xLearn) textwall for SMS voting for £25/year, but what if you haven’t got £25 to spare? How about free SMS voting*, and when I say free, I don’t mean free for the first 15 votes like SMSPOLL.net or free for the first 30 votes like PollEverywhere.com, I mean free for as many responses and polls you like!

*excluding the price to send a txt msg

I’ve been think about free SMS voting for quite a while, 4 years in fact! Back in 2006 one of the first blogs I regularly read was David Muir’s EdCompBlog. At the time I worked at the University of Strathclyde in CAPLE and David was in the Faculty of Education. His blog was great to find out what was going on at the other end of the institution, something Brian Kelly regularly highlights.

In October 2006 David posted his experiences on Moblogging: Turn it on again where he was able to mash a free SMS textwall using intelliSoftware SMS gateway. At the time I left a comment asking if David had:

thought about parsing the text messages for voting? i.e. students text ‘pgdes2blog Q1B’ to answer B in MCQ for question 1 etc? (Anonymously said …)

As it happened David had but neither of us was in the position to come up with a solution back then. Roll forward 4 years (with a Twitter voting solution inspired by David in between) and the old grey cells get a jump start after David posted some reflection on his student induction 2010 style in What did they need to know?. David mentioned he used his free textwall solution again collecting responses on this blog.

Both of us realised that if David was collecting responses on a blog that it would be easy to reuse my earlier Learning Apps solution to grab and parse the responses (using RSS). In fact it was so easy all I needed to do was change one line of code.

So below is an alternate version of XVS – SMS voting using Learning Apps:

*** RSSvs – SMS voting using RSS ***

With this version you can submit any RSS feed and it will extract/graph the number of occurrences of an answer option after a question identifier in the post title. Here is an example of a response chart which is generated from this test blog

So potentially you could use anything for voting which somehow creates results as an RSS feed. But how can you use this for SMS voting?

How to use RSSvs with intelliSoftware  

Unlike the Learning Apps textwall it doesn’t have a native RSS feed for the SMS inbox, but as David has already demonstrated it is possible to automatically forward messages sent to intelliSoftware as an email which can then be used to publish a blog post. This is possible because a number of blogging platforms allow you to create posts from emails (e.g. Blogger: How do I post via email?). Here is how to setup your intelliSoftware account:

  1. Create a blogger account and enable mail-to-blogger (taking a note of your personal mail-to-blogger address)
  2. Usual form filling. Important: Username will be your message identifier i.e. students have to start their response txt with your username so keep it short and meaningful
  3. Once registered login and select ‘Preferences’ in ‘My Account’
  4. In the ‘Forwarding’ tab enable ‘incoming message forwarding’, choosing forwarding type email and entering your mail-to-blogger address.
  5. In the Advanced Settings for this you can also modify the email template. Important: Make sure [Message_Text] is included at the end of the ‘Email Subject’, you should also remove [Message_From_Number] to prevent students mobile numbers being published.

Collecting and displaying responses

When you want to ask a question give users the options and instructions like “to vote for option ‘A’ send a text message to 07786 XXX XXX with ‘xyz #q1 A’ (where 07786 XXX XXX is the mobile number found in the Trial Service section and xyz is your username created with intelliSoftware).

The question identifier (in this example #q1) can be anything you like as long as it starts with ‘#’ and the options can be anything you like (a, b, c … 1, 2, 3 … etc).

To display a response graph visit the  RSSvs Site and enter the rss feed for the blog you are collecting responses on and the question identifier.

Important Tip: If you are using Blogger Blogspot you can increase the number of items returned by adding &max-results={and a number}. For example: http://rschetest.blogspot.com/feeds/posts/default?alt=rss&max-results=200 

Once the form is submitted you can swap between the live results and a static chart. (the url of this page can be included in PowerPoint slides allowing you to link directly to the results) Below is the format it uses:

http://mashe.hawksey.info/twevs/rssVS.php?id={see note}&tag=q1&options=-&type=live

idis an encoded version of your RSS feed url.The encoded id is fixed so can be reused

tag – your question identifier

options – optional number to restrict the number of options displayed

type – setting to ‘live’ displays the chart with realtime updates. Leaving blank displays the static chart

 

As intelliSoftware have been providing their SMS forwarding service for free since 2006 I would encourage you to have a look at some of there paid for services. Lots of developer tools to look at and the Multimedia Messaging Service MMS looks interesting too.

Using a Learning Apps textwall for SMS voting for £25/year

I’ve written about the different ways you can do electronic voting without buying clickers a number of times from creating a simple wi-fi system, to using services like polleverywhere.com, to even using Twitter (more on the latest on this one in a separate post).

For the ‘eAssessment Scotland 2010: Marking the decade’ conference we ran a poster competition and not wanting to collect lots of slips of papers we thought it would be good to have a SMS vote. Having seen the Learning Apps (formerly xlearn textwall) being used at other events and knowing it allowed data to be exported via RSS it was the ideal candidate. Using the same concept for voting via Twitter (TwEVS) of counting the occurrences of options after a hashtag it was easy to just substitute the feed from Twitter search with the one from Learning Apps.

Wanting to add a bit more than just a static Google Chart I was interested to see if I could get the graph to update automatically without browser refresh. After looking at a couple of options including the Javascript plotting library ‘flot’ I came across a post by Sony Arianto Kurniawan on Create Realtime Chart Without Page Refresh using FusionCharts Free and Ajax (prototype.js), which worked a treat.

The advantage of this home grown solution is it gives you some flexibility in how it is used in particular using the space before the question identifier for users to explain why they think their answer is correct. You can access the voting site using the link below (here is also the source code for download).

*** XVS – SMS voting using Learning Apps ***

Instructions

  1. Rent a textwall from Learning Apps (xlearn) for £25/year (this solution only requires you to receive messages so you won’t need any additional credit unless you plan on contacting students via SMS)
  2. Once created login to the xlearn admin panel and click either ‘Text Wall’ or ‘Inbox’ and note/copy the code after ‘http://xdalearn.co.uk/rssfeed/Feed?id= (might be 12 random characters) Update: There’s a new url so it’s the code after http://www.textwall.co.uk/rssfeed/textwall/
  3. When you want to ask a question give users the options and instructions like “to vote for option ‘A’ send a text message to 07XXX XXX XXX with ‘xyz #q1 A’ (where 07XXX XXX XXX is the mobile number and xyz is the short code provided by Learning Apps).The question identifier (in this example #q1) can be anything you like as long as it starts with ‘#’ and the options can be anything you like (a, b, c … 1, 2, 3 … etc)
  4. On the XVS site enter your textwall RSS id saved earlier and the hashtag identifier without the ‘#’ (in this example it would be ‘q1’). You can also optionally set the maximum number of options to graph. The reason you would use this is to try and prevent any malicious uses like sending rude messages.
  5. Once the form is submitted you can swap between the live results and a static chart. (the url of this page can be included in PowerPoint slides allowing you to link directly to the results) Below is the format it uses:

http://mashe.hawksey.info/twevs/xvs.php?id={see note}&tag=q1&options=-&type=live

id - is an encode version of your textwall RSS id. It’s encode to try and prevent direct access to you entire text wall. The encoded id is fixed so can be reused

tag – your question identifier

options – optional number to restrict the number of options displayed

type – setting to ‘live’ displays the chart with realtime updates. Leaving blank displays the static chart

One last thought. As this solution uses RSS feeds to pull the voting results, just as with the Twitter voting example, it would be very straight forward to combine the two (already a feature of polleverywhere.com, but something I’m not interested in doing).

Augmented Reality: Opportunities for Education

In the last edition of RSC NewsFeed we featured a link to one of the latest Common Craft videos explaining augmented reality. There are already a number of examples of this in education including work from Edinburgh College of Art/University of Edinburgh which brings historical data alive by Walking Through Time. David Hopkins at Bournemouth University has also recently posted some more examples in Augmented Reality: does it have a place/future in education?

Two more examples we would like to highlight are the watch manufacture Tissot’s Reality which was used by Geektown at their London store to let customers virtually try on watches (if you would like to try this yourself you can at Tissot Reality):

If you are wondering what this has to do with education, colleagues at Carnegie College recently highlighted Second Sight a mobile application which has the potential to bring text alive:

More information on Second Sight (including versions of the software for other platforms) visit Black Ridge Technologies

A Year in the Life of QR Codes at Bath

QR Code for RSC NewsFeedIf you are unfamiliar with the concept of QR codes they are like the barcodes you see in the supermarket but have the ability to store more information. Usually the information contains links or web address and are designed to save you typing information in on your mobile phone. An example of a QR code for the RSC NewsFeed blog in contained in this post. The RSC Scotland North & East’s Learning Technologies blog has more information on QR codes and there is an archive of a recent RSCtv session on QR Codes. Applications in education.

One institution which has been doing a lot of work with QR codes is the University of Bath. They have been using QR codes for over a year now in a range of areas including:

  • recording student assignment submission
  • integrated with their university library system
  • included as part of the VLE (Moodle)

A recent post by the Andy Ramsden (Head of e-Learning, University of Bath) gives some more details of the activities they have been engaged with, giving a frank synopsis of what has and hasn’t worked.

Click here for A year in the life of QR Codes at Bath

Free Event: Developing Mobile Applications for Education [DevCSI]

DevCSI Logo Date: 21 July 2010
Start time: 09:30
Location/venue: Hopkins Building, University of Reading

This is a free one day DevCSI workshop organised in conjunction with IT Services: Academic Services Directorate at the University of Reading is aimed at developers, web developers, systems administrators, who are interested in developing applications relevant for education on mobile devices and / or how to develop mobile friendly web content.

The day will include introductions / advice on developing:

  • for Iphone/IPad Platforms
  • for Symbian enabled devices
  • for Android devices
  • mobile device friendly web content

Click here for more information and booking

Free Events: Developing Mobile Applications and QA/QE in e-Learning

A couple of events have hit my inbox which I think are worth sharing:

Developing Mobile Applications for Education [DevCSI]

logo-devcsi Date: 21 July 2010
Start time: 09:30
Location/venue: Hopkins Building, University of Reading

This is a free one day DevCSI workshop organised in conjunction with IT Services: Academic Services Directorate at the University of Reading is aimed at developers, web developers, systems administrators, who are interested in developing applications relevant for education on mobile devices and / or how to develop mobile friendly web content.

The day will include introductions / advice on developing:

  • for Iphone/IPad Platforms
  • for Symbian enabled devices
  • for Android devices
  • mobile device friendly web content

More information about Developing Mobile Applications event

Quality Assurance and Quality Enhancement in e-Learning Conference [HEA]

Date: 2 Jul 2010
Start Time: 10:00 am
Location/venue: Fielder Centre, University of Hertfordshire, England

This one-day conference will explore challenges facing the sector in relation to assuring quality whilst also enabling quality enhancement and innovation through technology enhanced learning (TEL).

Technologies impact on all aspects of the learning process, including teaching, assessment and communication. In light of changes in technologies and the changing role of e-learning within higher education, guidance and policies associated with quality assurance and quality enhancement of technology enhanced learning (TEL) need to be considered and reviewed.

Presentations will include a keynote from Professor Colin Raban, Director of Quality Enhancement at the University of Derby and dissemination of consultation findings from the HEA funded QAQE project.

The day will also include networking opportunities and participatory sessions to explore practitioner needs.

More information about QA/QE in e-Learning conference

3 reasons why not to buy the Apple iPad (and at least get an Android device (or nothing at all))

Reposting from the latest edition of RSC NewFeed

It is not surprising that an Apple device has got a number of educationalists all misty-eyed on it’s use within education, but before you put in that proposal to buy a brace of iPads to try out in the classroom please read this post and consider the alternative.

Apple have a long history if releasing products that define the market, establishing a new baseline for user expectation. Two recent examples of this are the the iPod which has become the colloquialism for mp3 players and the iPhone which has sent ripples through the mobile marketplace in terms of shinny, touchy, app driven devices.

One of the latest devices to emerge from the Apple lab is the iPad, a lightweight, 10” display, tablet device which borrows heavily from the iPhone in looks and uses the same operating system app store combination. Whilst this device has divided commentators as whether it is a ‘device to far’, early signs show there is a demand for it (for the early adopters anyway). But before you scrape together some money for that purchase order there are four things you should know about the iPad, which might mean you will want to consider the alternatives. The alternative I have in mind isn’t one particular device, but an emerging range of devices which use the rival mobile operating system, Android. This brings us to reason one choice.

Choice

There are two important choices you should be aware. Choice over hardware and choice over the applications you can run. Apple have a very good reputation for producing devices that are very reliable. This is in part related to the fact that they control both the hardware and the software (mainly the operating system, but also quality control over 3rd party applications) used in their devices. Whereas there are a number of manufacturers using or planning to use the Android operating system only Apple produces devices with the iPhone OS. So if you want something other than a 10” display or a built-in camera you’ll have to wait for Apple to release it (and if they iPhone is anything to go by Apple will start with a low baseline and gradually improve the specification to maximise sales). So while there is limited choice over which Android powered tablet you can buy right now, this looks set to change very rapidly, the number of variations meaning you are more likely to find a device which has a specification to need your needs.

The second choice to be aware of is the applications you can download. Apple have complete control over which ‘Apps’ it deems appropriate for download via iTunes. Whilst the majority of us are probably grateful that applications like Slasher and iBoobs were rejected, questions were raised over the rejection of ‘Freedom Time’, which counted down the minutes until the end of the Bush administration, and ‘Podcaster’, which allowed you to download podcasts to the iPhone. This is not to say that the official Android Marketplace of applications has come under similar fire, particularly when applications which allowed you to use the data connection from your mobile to download content/surf the web with your PC. The big difference is that with Android you are free to download and install 3rd party applications without having to ‘jailbreak’ your device.

Openness

Related to choice is openness. Openness is not just about whether or not the operating system is open or closed source, it is a deeper aspiration towards a wider philosophy of community. Whilst it is impossible to full escape the corporate nature of the world we live the Android operating system has been built and contributed to by a world wide community of programmers and users. I fully recognise that there are economic motivations behind both Apple and Android devices, but I feel the balance behind the iPad is more about making money than contributing to society. This brings us to the final reason cost.

Cost

An entry level iPad (16GB + Wi-Fi) currently retails for £429. This is not including the extras you might need because of the proprietary data connection. So if you would like the option to connect to an external display you’ll need the VGA adapter and even if you just want to view you photos straight from your camera on a bigger screen you’ll need the iPad Camera Connection Kit.

A selection of Android alternatives include (a longer list of Android devices is here):

Name Features Price
Dell Mini 5 4.8″ 800×480
225g
152/78/10 mm
Wi-Fi/BT
TBC
Click for full-size view Eken M001 7” 800×480
345g
207/119/12 mm
Wi-Fi
£75
Archos 7 7″ 800×480
350g
203/107/12 mm
Wi-Fi
£130
WeTab 11.6” 1366×768
800g
288/190/13 mm
Wi-Fi/BT
€449

If I haven’t swayed you with my ramblings on ‘choice’ and ‘openness’ hopefully when you realise that you can buy 3 Archos 7’s or over 5 Eken M001’s for the same price as an Apple iPad maybe you’ll think again.

Mobile Learning: Some resources, tools and statistics

I was looking for resources for a potential mobile workshop and came across the slides below from Judy Brown.

There were some resources I wasn’t aware of and others so good I thought it would be useful to extract these here:

Ever wondered what devices students are carrying around with them? On last site which might give you an indication is GetJar.com’s mobile market share stats. According to GetJar data Nokia and Sony-Ericsson have almost 60% market share, Nokia having three different models of phone is the top 5. More information on how these stats are derived is here.

Manufactures Market Share
Nokia 28.96%
Sony-Ericsson 28.5%
Samsung 13.98%
LG 8.4%
INQ 4.13%

UK Manufacture market share December 2009

Devices Market Share
Nokia E71 6.23%
Nokia N95 4.76%
LG KU990 Viewty 4.23%
Nokia E63 3.05%
Samsung GT S5600 Preston/Hailey 2.84%
Total market share 21.11%

UK Device market share December 2009

If you would like to see an example of an institution embracing mobile technology, Judy highlights Abilene Christian University’s ACU mobile site. Using this and a number of applications specifically developed for iPhone/iTouch ACU students have access to a range of tools and resources including learning content, classroom communication (including a virtual EVS/clicker), ebooks, podcasts, notetaking tools, and gradebooks.

If you are wondering why ACU are only catering for one platform they gave out free iPhones and Ipod Touches. Some might see this as a marketing gimmick but if you start looking at the University’s Vision for Mobile Learning, it looks like they are embarking on a very serious endeavour. In particularly I liked this statement:

It’s not about technology; it’s about communication. It’s not about control; it’s about convergence. Social learning theory tells us that humans learn best in community – when they feel connected to others. And community forms when people explore and collaborate together, connecting their experiences – convergence. Any technological solution aimed at increased learning must enhance communication and convergence. If it doesn’t, it’s likely to be pedagogically irrelevant. ACU Convergence and the 21st-Century Classroom

MASHe review: Mobile technology, mobile connectivity

In this second MASHe review I’m going to look back at some of my posts on mobile technology. This is obviously a very broad topic, elements of which were covered in the first review on electronic voting systems, but I’ve identified some specific areas including mobile connectivity; and mobile hardware (phones and netbooks) to theme this post. 

Mobile connectivity

Connectivity is tied to the hardware you use to connect. Broadly mobile connectivity is being achieved through phones or dongles. In September 2008 I posted ‘I don’t need your network, I’ve got Mobile Broadband’, which highlighted that students were potentially less reliant on wireless networks provided by institutions, instead using either their phone or mobile broadband dongle.

Since then networks are beginning to show the strain as they start reaching capacity, not helped by the popularity of streamed media like on demand TV. Interestingly whilst mobile data usage is up it is thanks to the phone and dongle and not, as highlighted in my original post, built-in to laptops which are still the domain of the ‘pro-user’.

One device which wasn’t around back then was mobile wireless routers such as Mi-Fi. These make it possible to create your own wireless network using mobile networks for the data connection. So if you were worried about students accessing dubious content whilst on campus via their phone, now they can do this and share the Internet connection with their friends (hopefully this will mean institutions will focus on e-safety rather than relying on blocking sites).

Mobile and VLEs

A couple of months later I revisited this topic with the post Mobile Internet, Mobile Life, Mobile Learning. This post highlighted the increasing popularity of accessing the Internet through mobile phones. This is further evidence that staying connected is increasing important particularly as we require more ‘on-demand’ access to media, our social networks and data we store ‘in the cloud’.

The ‘on-demand’ culture is influencing education with flexible delivery and blended learning, but as I highlight in the ‘mobile internet’ post certain systems like the virtual learning environment seem ill prepared. There have been some developments in this area and Blackboards announcement last year of a mobile version of their system is probably evidence that manufacturers recognise that mobile optimisation is a must have feature.

Netbooks

I’m probably pushing the ‘mobile’ theme with the inclusion of netbooks, but for me it a very interesting market and one that I’m surprised hasn’t really taken off with students. For the uninformed netbooks are laptops which have been on a diet (slightly smaller, lighter, not as powerful). They first appeared on the market in November 2007 and now virtually every computer manufacturer has a netbook range.

I’ve visited netbooks twice on MASHe. First in September 2008 in Ultra mobile, ultra cheap – Netbooks and then again 6 months later in Ultra mobile, ultra cheap – Which netbook now?. If I was going a follow up post now it would probably be called ‘Ultra mobile, reasonably cheap – Which tablet netbook?’ and in 6 months it would be ‘Ultra mobile – Which tablet?’.

So why haven’t netbooks taken off as a student owned device? Probably because they can get a better spec’d laptop for a similar price and whilst student ownership of laptops is high very few bring them on campus (for various reasons including: storage, lack of desk space with power, using campus desktops instead, not part of teaching/learning).

So it appears manufacturers have realised there market is in the middle ground. Not the high-end titanium clad portable powerhouse  or the low-end portable and cheap, but a medium priced portable second PC which looks nice and has a touch screen. Gong by a recent consumer electronics fair (CES2010) manufacturers are betting on tablet netbooks as filling this market (which maybe of interest to academics looking to replace their conference PC ;)

So if netbooks and tablet netbooks are going to be of limited appeal to students what about ebook readers? Probably not for the foreseeable future. I would argue that the majority of students are looking for multi-function media rich devices like their phone or iPod. 

Phones

A potential challenger to Apples dominancy is the Google backed Android operating system. This is an open source project and the community is working hard to compete against iPhone/iPod Touch. Already a number of manufacturers have phones (and even tablets and netbooks) running Android and the platform potentially has a lot to offer. In August last year I wrote Android Mobile OS: Pandora’s box of accessibility opportunities, which gives an overview of the Android project and it’s philosophy highlighting what is already possible in terms of accessibility. Just as there have been a number of educational ‘apps’ for the iPhone, Android is already being used in this area (one use which I covered in the last review was for electronic voting).

Mobile futures

So what has this review shown? Mobile technology has been and will continue to be an important part of life and learning. This is highlighted in the recent Horizons Report, which reconfirmed mobile computing as having a large impact on teaching and learning and I’m sure it will be a topic I’ll revisiting again and again.

About

This blog is authored by Martin Hawksey Google+

JISC CETIS Learning Technology Advisor (OER Programme Support)
jisc cetis logo

The MASHezine (tabloid)

It's back! A tabloid edition of the latest posts in PDF format (complete with QR Codes). Click here to view the MASHezine

Preview powered by:
Bluga.net Webthumb

The MASHebook

You can also download this post as:

Subscribe to monthly email digest of posts

Loading...Loading...


Subscribe to per post email updates

Enter your email address:

Delivered by FeedBurner

Copyright License

Creative Commons Licence
This work is licensed under a Creative Commons Attribution 3.0 Unported License. CC-BY mhawksey

Privacy /Cookies

This blog uses Google Analytics (which makes use of 'cookie' technologies) to provide information on usage. Here's an overview of Google Analytics Privacy and how to opt-out (other 3rd party services like Twitter might also be tracking you via this site, but as far as possible I try and prevent this by removing official tweet buttons).

Badges

. . .