stuart lamour’s sussex notes

Entries categorized as ‘skillclouds’

why are skills important ?

August 4, 2008 · Leave a Comment

napoleon dynamite says it all.

Categories: skillclouds

User testing recruitment – social network style

June 20, 2008 · 1 Comment

How to recruit students for user testing at sussex university, the Stuart method.

 

1. go to facebook

2. look at a friend

3. look at their ‘Networks with the most friends’

4. click on the one called ’sussex.uni’ (if they have it) – this will show you all their friends that go to / have gone to or work at sussex uni

 

The most difficult bit is telling if you know or might have met the student from their tiny photo, but we got a really good response.

Categories: skillclouds · user testing
Tagged: , , ,

Epoch

June 18, 2008 · 1 Comment

As part of the skillclouds user research session we discovered there is a very specific time when the majority of students will actually want to access information on their skills, course details and grades – mainly motivated by filling in a CV or application for further study. 

This time of readiness is different in all students, be it for a work placement in the first year, a summer holiday job in the second year, or a to assess which parts of a course to take next. This makes it very difficult to predict.

Bombarding students with information before this can actually prove detrimental. 

My old colleague Pete Gale from Cogapp gave a recent Sussex HCT group presentation showing information from some projects we had been involved with in the health care sector and the aftermath brought up some interesting parallels. 

The readiness to change ruler

Healthcare patients information motivation can be measured on a readiness-to-change ruler, with information being delivered at the point of motivational ‘epoch’.  

After the peak is often too late.

Delivering information before users are ready leads to overexposure and a numbness which reduces the chances of the information having any impact.

 

The same ideas prove true in student motivation. It’s a very difficult thing to predict, so we have an interesting question ;

When are students ready to receive skills information ? 

Categories: skillclouds · user experience
Tagged: ,

del.icio.us bug

May 23, 2008 · Leave a Comment

del.icio.us allows javascript calls which return the Javascript Object Notation (JSON) output of a users tags. The JSON format is a stripped bare XML for easy use by Javascript. Unlike the tag rolls JSON tag feeds contains no style information and can be skinned much more easily to the hosting site style.

The following output is all based on the sussex.skills delicious page.

The lists below use the browser default style.

Delicious also allows javascript calls which return the JSON output of a users bookmarked urls in the JSON format. 

You can also allows you to limit the bookmarks to particular tag. 

Or pick the union of two tags

Which may sometimes result in the empty set e.g.

all good!

But then we found a bug…

A Bug – Pattern matching and the JSON post feed….

You can filter the links that are loaded by tag. To only get bookmarks tagged with both ‘art’ and ‘history’:

http://del.icio.us/feeds/json/sussex.skills/art+history

 

The sussex.skills cloud contains many hyphenated term such as ‘data-collection’. 6 links are tagged ‘data-collection’.

An intersection of a set such as ‘data-collection’ and ‘analyisis’ which contains only 1 tagged link should produce a maximum of 1 result.

The code for this query would be

http://del.icio.us/feeds/json/sussex.skills/data-collection+analysis

For our dataset the expected intersection is none – the one url tagged as ‘analysis’ has not also been tagged ‘data-collection’.

The actual outcome is:

Supposition.

None of our test data is tagged ‘data’ so the result should be the empty set, and a search for ‘data’ delivers the empty set. However a search for the tags ‘data’ AND ‘data’ revealed the answer.

 

The Delicious search algorithm is doing partial pattern matching on any term on either side of the ‘+’ sign in the javascript arguments – a greedy search.

This renders it a little useless for our needs of displaying courses tagged with a specific match of skills :(

I wrote to delicious about a month ago now, but have heard nothing back so far. Writing a reminder now.

Anyone else found this or any ideas about a work around?  

Categories: pattern matching · skillclouds · tech
Tagged: , , ,

43things

May 20, 2008 · 2 Comments

As a user of 43things, the goal based social network, i make lists of things i want to do. From pipe dreams to the more practical I can check out others who have achieved my goals, who are working towards them and even those who failed.

Once i complete a goal it’s there for me to see and forms part of my profile or DNA. I find the social network aspects motivating and encouraging within 43things and my tagcloud of things i have achieved makes me proud.

One day i’ll be able to add time travel to it, but for the moment i’m happy with my cloud of using wordpress as a full cms, playing a kraftwerk song on the keyboard, learn jive dancing and stop dressing like a teenager.

Categories: e-learning · life long learning · skillclouds
Tagged: , ,

skillclouds

May 19, 2008 · Leave a Comment

I’m currently working on a jisc project at sussex university called skillclouds.

Part of this is an investigation into presenting information, specifically ‘skills’, to students in the form of a tag cloud – hence the name skillclouds.

The current stage is looking at the project and user goal of allowing students to identify skills they have gained from a university course – not as easy as it may seem!

Student’s who have previously written CVs, applied for or had jobs find this relatively easy. Those without any experience find it a challenge recognise how the skills they have gained during their study program can be identified, expressed in a CV and applied to an application or job. The skills employers ask for are there, with examples of usage throughout a study program and extracurricular activity, the challenge is for students to acknowledge they have these demonstratable skills. 

Categories: skillclouds