Top Banner
Timeline: Our Moodle Integrated Social Network Alex Walker City of Glasgow College
53

Timeline, our Moodle-Integrated Social NetworkAlex Walker

Aug 23, 2014

Download

Timeline, our Moodle-Integrated Social Network Alex Walker
Presented at Moodlemoot Edinburgh 2014
www.moodlemoot.ie
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Timeline: Our Moodle Integrated Social Network

Alex Walker City of Glasgow College

Page 2: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 3: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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?

Page 4: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 5: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 6: Timeline, our Moodle-Integrated Social NetworkAlex Walker

College Web Presences

Page 7: Timeline, our Moodle-Integrated Social NetworkAlex Walker

College Web Presences

Page 8: Timeline, our Moodle-Integrated Social NetworkAlex Walker

The City of Glasgow College

Page 9: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 10: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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?

Page 11: Timeline, our Moodle-Integrated Social NetworkAlex Walker

The Birth of Timeline

Page 12: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 13: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 14: Timeline, our Moodle-Integrated Social NetworkAlex Walker

The First Pilot

Page 15: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 16: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 17: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Timeline 2.0

Upcoming assessment deadlines

Department news pages

Pages I follow

Post a new update

News Feed

Page 18: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Timeline 2.0

Page 19: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Timeline 2.0

Page 20: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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!

Page 21: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Timeline 2.0

Page 22: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Timeline 2.0

Page 23: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 24: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Department Pages

Page 25: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Department Pages

Page 26: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 27: Timeline, our Moodle-Integrated Social NetworkAlex Walker

User Profiles

Page 28: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Timeline 2.0

Page 29: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 30: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Notifications

Page 31: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Notifications

Page 32: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Notifications

Page 33: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Notifications

Page 34: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Notifications

Page 35: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Notifications

Page 36: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Notifications

Page 37: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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...

Page 38: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 39: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 40: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Event Harvesters

Timeline Database

Moodle Messages Forum Posts

Mahara Friend Requests

Mahara Messages Other Things

Mahara Database

Moodle Database

!!!

! !

Page 41: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 42: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 43: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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

Page 44: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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

Page 45: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Outputting Events

These are generated based on the location ID.

The location data lets us link to the forum.

Page 46: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Timeline Blindness

Things users want to see

Things our staff want to send to

all users

Page 47: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Timeline Blindness

Things users

want to see

Things our staff

want to send to

all users

Page 48: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 49: Timeline, our Moodle-Integrated Social NetworkAlex Walker

What We've Learned

Page 50: Timeline, our Moodle-Integrated Social NetworkAlex Walker

What We've Learned

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

...they will!

Page 51: Timeline, our Moodle-Integrated Social NetworkAlex Walker

What We've Learned

Page 52: Timeline, our Moodle-Integrated Social NetworkAlex Walker

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.

Page 53: Timeline, our Moodle-Integrated Social NetworkAlex Walker

Questions

Alex Walker City of Glasgow College