Teaching, Technology and Tablet PCs…

andykemp.org.uk

Teaching, Technology and Tablet PCs…
Teaching, Technology and Tablet PCs…

Populating Moodle Groups 10

Posted on June 07, 2009 by Andy Kemp

After a discussion on twitter this afternoon with @daibarnes and @moodlefairy  abut how to best maintain enrolments in moodle – See ETRU Point 6 http://edtechroundup.wikispaces.com/07.06.09 for the original question…

Anyway this led me to thinking about the various options on how we could use groups to separate users within a single course.  But as moodle currently has no option for sitewide groups (on the roadmap for 2.0) so groups must be manually created for each course which is a significant amount of work!!  There are some options to create an populate a course for each class within your MIS, or hacks like the CLEO SIMS hack which enables you to use SIMS groups.

However outside of these there seemed to be no obvious solution.  Then I rememebered that the bulk upload user system can be used to enrol students in groups and wondered if it could also be used to populate the grouping of students and it turns out you can!

If you create a csv file in the following format:

username, course1, group1, course2, group2, etc
user1, TestCourse, GroupA, AnotherCourse, GroupB
user2, TestCourse, GroupA, AnotherCourse, GroupC
user3, TestCourse, GroupB, AnotherCourse, GroupA
etc...

Where user1 is the students username, TestCourse is the shortname for the course and groupA is whatever you want to call the course.

Then when you go to the bulk upload user tool, change the setting to ‘update user’ rather than ‘create new user’ and away you go!

You can use this method to either create new users and enrol, enrol users in a course and group, create a new groups and add new users, or just add already enrolled users in a pre-existing group.  If a student is already in the group then it will just leave them there…

Note:  This will not remove any enrolments or groups students are already in (even if they are already in a group on that course) so you may end up with students in multiple groups.  As a result I would probably suggest you use this to do your initial enrolments at the start of the year, but then manually adjust during the year…

Anyone know a better way?

Who runs your VLE? The summary… 3

Posted on April 26, 2009 by Andy Kemp

A few weeks ago following a conversation between myself and @warwickrobotics about who runs the VLE in different schools, and the concept of a director of e-learning I decided to put together a google form to explore this question…

I am very grateful to the 48 people who took the time to respond and I hope the information that I gathered is useful to other people as well.  All responses were anonymous…  Part way into the survey it became obvious that it would have been useful to know a little more demographic information (independent, state, secondary, primary etc) so this question was added in but sadly wasn’t included for all responses.  So what did we find out?

Read the rest of this entry →

Distributed vs Single Product VLEs 3

Posted on April 24, 2009 by Andy Kemp

This post has been a long time coming and is a summary of the thoughts I have had about the relative merits of two way of organising a VLE.   In these days of Web2.0 tools and OSS which are increasingly freely available on the market it is important to question why schools pay large amounts of money often £5-10K a year on buying in a comercial VLE.  Are there appropriate reasons to choose a comercial product over an OSS product and if so why?

Before progressing too far I should give a little background.  I am Maths & ICT teacher (currently Head of Maths and not teaching any ICT) who has used a few different VLE solutions in different schools (WebCT, Uniservity, Moodle – although some of these quite a few years ago!), and I am curently exploring the VLE options for my current school.  There are plenty of options on the market but I don’t intend to discuss those here – See Comparison of VLE Solutions for more info on this…

What I want to look at today is what are the key areas that make up a VLE, discuss some of the OSS/Web2.0 & comercial solutions to these areas and talk about integration between these – the idea being to explore the potential for building a complete VLE out of a collection of distributed systems some local others web-based.  I then want to think about what the benefits and pitfalls of this approach might be…

For me the key elements of a VLE are:

  • Communication Tools – Notices, Forums, Chat, etc.
  • Submission and Marking of Assignments
  • Some form of quiz system
  • Ability to store files for students to download
  • E-portfolios
  • Integration with Email/Calendar tools
  • Ability to play multimedia resources
  • Ability to display SCORM resources

There are plenty of excellent tools available which provide some of these tools – Edmodo is an excellent communication tool (similar look/feel to facebook) with the addition of some basic calendaring tools and the ability to set/submit assignments.  Mahara is a very good e-portfolio product.  Moodle is the defacto OSS VLE which has lots of useful features.  Google Apps for Education provides excellent email/calendar suite with online word/excel/powerpoint equivalents…

Each of these tools provide very significant tools in many cases more powerful tools than are available in most comercial products.  So surely the best solution is to use a combination of these (or similar) products to build a VLE using the best possible tools…  But sadly things are not quite this simple…

In the scenario above we have at least 4 different products, on top of that if we are wanting to offer parental reporting from our MIS we would need another product…

So what is the problem with multiple product solutions?  Well potentially we now have 5+ usernames and passwords to remember (as well as having to actually login multiple times to the various tools)…

There are options which might help mitigate this problem – using AD to authenticate products with local Windows Usernames etc, but this will only work for locally hosted products… Another option is to try to use OpenID but this is not widely supported and would still require a different username/password to the one used to logon to the machine…  So at present there is no perfect single username/password option.

This isn’t insurmountable but is worth being aware of…

What other problems might we encounter in a distributed VLE?  Well let’s suppose a student has completed an assignment and produced an excellent piece of work that they want to include in their e-portfolio, at present there is no nice way of getting the file into the e-portfolio, short of seperatley uploading the file.  Integration of this sort is coming along (supposed to be in Moodle 2.0) but is not available at present, similarly if they had done the assignment in edmodo then they would have issues…

This point however raises a much bigger issue for me which is that in a distributed VLE you often end up with multiple products which repeat features…  This naturally could lead to confusion, when you set students some homework in the ‘VLE’ do they check for it in Edmodo or do they check in Moodle?  Similar problems exist for all the tools which are repeated…  Inreased integration enables us to see more of these tools in the same location but doesn’t change the fact that you can end up with multiple forums, multiple places to set assignments, multiple means of communication etc…  This leads to confusion for both staff and students.

This confusion all points towards another problem…  Multiple systems means training staff/students in multple systems.  If you have a very tech savy staff this may not be a problem but in most schools this is not currently the case, and the thought of having to train staff on how to use (and move between) 4-5 systems fills me with dread!

It may be possible to mitigate some of these problems by using some form of front-end portal – maybe Drupal/Plone for OSS or SharePoint for commercial.  This may help a little with pulling some of the data together into a more coherent environment (and may assist with single-sign on)…  But you have to take into account this this is adding yet another product to the mix!

These problems should not exclude this is a solution, there are still plenty of reasons to consider this kind of mixture (not least of all that many of the products are free).  However achieving a good level of integration will require a lot of work (much of which is likely to need adapting as each of the parts update).  This means you will need good technical support, and raises the concern over what happens when that significant ‘technical support’ or lead teacher moves on…  Could someone else coming in continue to efectively manage such a distributed system?

Given these concerns I think there is still a place for considering fully integrated products.  At present there aren’t many of these on the market that really offer the full range of resources one might want in a VLE all in a single box.  A single prouct (particularly a managed one) has several advantages.  Less training as everything is in one product, there will be less time needing to be spent on reteaching navigation etc…

A single product also means less concerns over upgrades, and integration issues.  Also with a single product you don’t suffer from the repeated ways of doing the same thing…

So is a single all in one product the best solution?  Well sadly all is not perfect in this scenario either.  Even the best of the comercial VLE products cannot even begin to live up to the quality shown in a specialist product (OSS or comercial) which is trying to do just one thing.  A stand-alone Wiki product or Forum product is bound to offer more than the one that forms part of any VLE…

For me the debate continues, and at the heart of this debate is the balance between:

Ease of Use vs Quality and Range of Functions

What do other people think?

I would also recommend having a listen to @mweller’s podcast on VLE vs PLE fight club

What would it take for Edmodo to be a VLE? 3

Posted on April 16, 2009 by Andy Kemp

Following a conversation that @misterel and I had on twitter about Edmodo on twitter @zemote the co-creator of Edmodo suggested we put together a wish list of what we thought Edmodo would need to be able to do so that it would make a viable VLE for a secondary school.  We decided to manage this task by creating a scratchpad in etherpad – this was my first experience of several people using Etherpad in real time and I must say I was very impressed but I shall leave that for another post…

Below is a summary of the thoughts of those people who stopped by as they were expressed in etherpad:

Features Edmodo would need to be used as a VLE in a secondary school:

  • Option for local hosting!!  Some schools internet connections are just not reliable enough for a remote service – would be happy pay some licence fee… @andykemp
  • More integration options – would like to see some option to integrate calendars more fully – i.e. central school calendar which students can subscribe to… @andykemp
  • Some form of internal Quiz system – Multiple choice etc within Edmodo @andykemp
  • Support for SCORM Material – this comes back to local hosting as well in terms of the huge size of some of the SCORM packages… @andykemp
  • More developed Paging system allowing for the joining of multimedia content (text, images, audio, video) together. @andykemp
  • Ability to share pages between groups (i.e Maths department Y10 page is available to all Y10 groups but no-one else) @andykemp
  • Easy system to upload users, or even integration with MIS systems @andykemp
  • Some form of survey/questionnaire to be able to collect in data on the student voice ? @andykemp
  • A more structured forum system in addition to the great microblogging tools @andykemp
  • some form of lesson planning or Scheme of work development that pupils, parents can access @misterel
  • a global markbook @misterel
  • the ability for students to create an eportfolio of work @misterel
  • the ability for subject areas to create a portfolio of exemplar material @misterel
  • An ability to link with feeder primary schools so that there is a smooth transition from primary to secondary. @misterel
  • the ability to customise it with a ’school’ brand @misterel – This is a really good point, some form of ‘corporate branding’ is essential to get SMTs on side… @andykemp
  • the ability to create different roles within the VLE.  For example having sixth formers who can moderate forums. @misterel
  • the ability to add widgets or APPS?? @misterel
  • facility to have a school wide admin, who is a member of every school group and can edit pages etc…  Also need generally more central admin. @andykemp
  • Using the current model of central hosting what I would like to see if the option to create a ‘School login’ then from within this you get access to create school wide groups, teacher, student accounts etc.  This should also all different schools to use the same group names.  This would also feed into the ideas about having a central calendar (managed by this central account), and the ability to import users from a MIS.  Also the ability to manage membership of groups and permissions to see public pages…  These school accounts could then remain completely private to the outside world… @andykemp
  • a really nice feature I have seen coming in a few VLEs is the ability to draw/paint directly in the VLE.  I would really love for Edmodo to allow drawing directly into the rich-text field thing.  Also would love to be able to record audio and video directly into Edmodo without having to do it externally and upload… @andykemp
  • An ability for teachers to slightly customise the apperance of the groups they make (like on Twitter where you can change the background image and a couple of the colours). @simonhaughton
  • From the primary perspective it would be great to let 2 or more teachers be instructors on a single account so that different schools can interact on the same topics and still DM their own teacher or ask other teachers as the experts. @mrkp

RADICAL THOUGHT:

Would we not be better trying to try to transparently integrate moodle and Edmodo?  Fundamentally the features which are missing from Edmodo are all in moodle…  A well integrated solution could well be an excellent compromise from trying to add all these features into Edmodo…  What do people think? @andykemp

Another thought in a similar vein a possibly why this list is being created is the need for moodle to be as user friendly as Edmodo. @misterel  I agree, having used Moodle for a couple of years it was the ease of use of Edmodo that I found so appealing.  Moodle whilst being very powerful it not very easy to use… @andykemp

These were the ‘blue-sky’ wish list thoughts of those who were able to stop by…  What do you think?  Any thoughts add them to the comments…

Who runs your VLE? 0

Posted on April 12, 2009 by Andy Kemp

After a discussion on twitter with @warwickrobotics about who runs the VLE in different schools I decided to carry out a small survey to see who did what in the various schools represented by my twitter circle.

If you have a minute please complete the survey below, a post with a summary of the results will follow when I collected enough results – Currently 36 people have responded!!:

[HTML1]

Why do schools need a VLE? 0

Posted on April 11, 2009 by Andy Kemp

I have been asked to speak to all the staff at my school about what it is that a VLE might provide us with, or enable us to the do that we can’t currently.  The idea is to try and enthuse them and share some of my vision for what a VLE might give us…

Below is the presentation I put together to explain my vision for why our school needs a VLE:

Please let me know what you think…

In case it is of any use to anyone else feel free to adapt the presentation to your own needs: VLE Presentation

Comparison of VLE Solutions 5

Posted on April 11, 2009 by Andy Kemp

I should start from the outset by saying that I have no affiliation with any of the companies mentioned below and the opinions expressed here are solely mine and do not reflect the opinions of anyone I have or currently work for…

With that out the way I guess I should start by saying over the course of the last 6 months or so I have been involved in the process of examining various VLE solutions available on the market at the present for use in my school.  The search has been long and detailed and we have still not reached a final conclusion but I thought it may be useful to others if I shared my experiences of the current shape of the market.  It is also worth drawing attention to the fact that every school has different needs and different skills in house and so there is no magic bullet, one solution fits all product, which is perfect for everyone…  These reflections are in relation to the priorities we started with, which I will allude to in my discussions… Read the rest of this entry →

TI-Nspire Presentation 0

Posted on April 11, 2009 by Andy Kemp

This post contains resources related to the talk I gave at the T3 Conference in Seattle during February 2009.

From this page you can download the presentation, associated TI-Nspire files and see the links to other relevant sites that you might like to visit.


Download: TI-Nspire Document Model & TNS Files Read the rest of this entry →

Nested Polygons 0

Posted on April 10, 2009 by Andy Kemp

I came across an interesting problem today.

Consider a Circle, inside the circle inscribe a triangle, inside that triangle inscribe a circle, then inside that circle inscribe a square, then another circle, then a pentagon and so on…

Polygons inscribed in Circles

The question is does this sequence of shapes converge to a point, or a circle? And if it converges to a circle what is it’s radius? Read the rest of this entry →

  • About Me

    Andy Kemp is a husband, father, teacher, head of mathematics and all round tech enthusiast...
  • Search

  • Meta

  • Disclaimer

    The opinions expressed on this blog should in no way be taken to represent those of any organization for whom I currently or have previously worked. The content of comments are the responsibility of those who leave them.


↑ Top