Timeline, our Moodle-Integrated Social NetworkAlex Walker

Post on 23-Aug-2014

101 Views

Preview:

Click to see full reader

DESCRIPTION

Timeline, our Moodle-Integrated Social Network Alex Walker Presented at Moodlemoot Edinburgh 2014 www.moodlemoot.ie

Transcript

Timeline: Our Moodle Integrated Social Network

Alex Walker City of Glasgow College

The Point Of This Talk

• What we did, and why we did it.

• What we learned in the process.

• How we built Timeline - it's easy.

• We can't release our system - it's tightly integrated with our systems.

The Point Of This Talk

• Raise discussion about notifications.

• How does this benefit our learners?

• Could we build this as a Moodle block?

• Should we?

The City of Glasgow College

• 11 campuses in Glasgow city centre.

• 32,000 students and 1,000 staff.

• 10 academic schools, each with several departments.

The City of Glasgow College

• Lots of support staff departments and projects.

• Communication overload is becoming an issue at the college.

• No clear communication policy.

College Web Presences

College Web Presences

The City of Glasgow College

Communication

• Too many places to get information.

• Lecturers can post announcements to students using News Forums.

• These get emailed to students.

• Students don't check their email.

The Birth of Timeline

• Build a page in Moodle that pulls all a user's announcements from all their courses onto one page.

• Like a 'My Moodle' page on steroids.

• Why don't we just use the My Moodle page?

The Birth of Timeline

The Birth of Timeline

• We have a lot of 'all student' courses with information about the college.

• The My Moodle page, by default, only shows 20 courses.

• Our My Moodle page is full of these information courses. Real courses don't show up.

The First Pilot

• Showed forum posts from courses.

• Showed user-to-user messages.

• Simple PHP page that lived inside a block.

• Queried the database live - didn't scale well.

The First Pilot

The First Pilot

• The idea proved popular with users.

• 600 users actively checking Timeline within the first 3 weeks.

• Silent launch, with no promotion or announcement.

Timeline 2.0

• Timeline expanded and relaunched in summer 2013.

• Now capable of pulling lots of data from Moodle, Mahara etc.

• Pulls updates into its own database.

• Scales very well - currently 12,787 active users and 135,859 updates.

Timeline 2.0

Upcoming assessment deadlines

Department news pages

Pages I follow

Post a new update

News Feed

Timeline 2.0

Timeline 2.0

What Timeline Shows

• Forum posts from courses (both news forums and normal forums).

• Moodle user-to-user messages.

• Mahara friend requests and group membership updates.

• Notifications when a lecturer grades assignments - with feedback!

Timeline 2.0

Timeline 2.0

Department Pages

• Several departments and projects have 'pages' on Timeline.

• Team members can post to a Timeline page.

• Users can follow a page to receive updates in their news feed.

Department Pages

Department Pages

User Profiles

• Users also have their own profile.

• User profiles are private by default.

• Users can make their profiles public, then other users can follow them.

User Profiles

Timeline 2.0

Why have notifications?

• 'New Notifications' is a feature that's becoming popular on sites.

• Users know at-a-glance if anything new has happened.

• Promotes 'stickiness', keeps people coming back.

Notifications

Notifications

Notifications

Notifications

Notifications

Notifications

Notifications

Notifications

• Be very careful with notification sounds.

• What happens when you post an announcement to all students?

• Every computer in every classroom starts making the same sound, while lecturers are teaching.

• Cue angry phone calls...

How We Built Timeline

• Timeline has its own database.

• This lets us cache events for speed, and deliver them to the right people efficiently.

• With MySQL indexes on tables, Timeline scales very well.

Event Harvesters

• Events are added to Timeline by Harvester scripts.

• These scripts read records from other systems' databases, and save events to Timeline.

• Scheduled to run every minute through Cron.

Event Harvesters

Timeline Database

Moodle Messages Forum Posts

Mahara Friend Requests

Mahara Messages Other Things

Mahara Database

Moodle Database

!!!

! !

Scopes

• Each Timeline event has a scope attached to it.

• Users have many scopes, based on which courses they belong to (etc).

• A event is delivered to everybody on its scope.

How We Built Timeline

123 MF awalker Test Forum Post ... C-1234

awalker C-1234C-1234

C-1234

C-1234

C-1234

ghowie

auser

ahannah

jteller

This update came from the Moodle

course with ID 1234. Its scope is C-1234.

These users are enrolled on the Moodle course

with ID 1234. So they're added to the scope C-1234.

How We Built Timeline

123 MF awalker Test Forum Post ... C-1234

awalker C-1234C-1234

C-1234

C-1234

C-1234

ghowie

auser

ahannah

jteller

This post is for these users

What Is An Event?

Field Description Data Type Sample

ID Uniquely identifies events. Number 1037

user The person, responsible for the event, if any. String awalker

type The type of the event. Helps us display the event. String CF - Moodle msgs

MF - Forum posts

text Displayed when an event is shown to the user. String This is a test message

posted on course 123.

time The date and time the event happened. Date Time 2014-01-26 11:30:26

scope The scope this event will be delivered to. String C-123

location The place where the event took place (e.g. the forum ID) String 253

Outputting Events

These are generated based on the location ID.

The location data lets us link to the forum.

Timeline Blindness

Things users want to see

Things our staff want to send to

all users

Timeline Blindness

Things users

want to see

Things our staff

want to send to

all users

What We've Learned

• Staff can't post things to all users.

• We'll make them a page to post on, and users can follow this page.

• It's up to them to promote their page, but we can help.

What We've Learned

What We've Learned

If you give students something they could use to post silly messages...

...they will!

What We've Learned

The Future of Timeline

• Integration with other services, e.g. library management system.

• Filters - students can choose to only get alerts for certain types of event.

• Better ways to target specific groups of students.

Questions

Alex Walker City of Glasgow College

top related