Monday, January 31, 2011

Building the orientation area of my Philippine History game project

The biggest problem that I have seen in the virtual worlds that I have visited is the emptiness of the world. It's not that there is nothing there, sure there's lots of prim buildings and signs. But there's no avatar around.  Sometimes one would teleport in or fly around but would immediately teleport out again.

This is the reason why NPCs are important. They could alleviate some of the loneliness and stress associated with being alone in a world. Unfortunately the NPC module of Open Simulator 0.7.x is broken. And even the functioning module in an earlier version needs a to improve, especially in the persistence of attachments.

The only solution that I was able to come up with is to create cut-out figures and use greeter scripts as a temporary substitute. What I did is I created my character avatar, then took a snapshot in green screen.

Greeter cut-out
I then created a texture for a prim by adding alpha channels. Then used it on a simple box prim.  Btw. any resemblance to anyone living or dead is not intended. I just played with the appearance sliders to come up with a look that differs from the default avatar Ruth.

Then I combined the Who_touched_me.lsl and VERY_SIMPLE_GREETING_Script_by_Jester_Knox.lsl greeter scripts. So whenever an avatar comes close or touch the cut-out it will say something. Greet, give info, or a quest.


Landing zone of the Orientation plaza
In addition to a greeter I put HyperGates in the orientation plaza that will serve as a time machine that will teleport students to the themed regions. Textures for the rings are from the Astria Porta Stargate. I replaced the scripts since I'm only using a standalone sim (and have no need for hypergrid teleportation) with a simple teleporter that uses OsTeleportAgent().

The booth near the greeter is a Sloodle Enrollment booth.

Hopefully when the NPC module is fixed I can replace these cut-outs.

Thursday, January 20, 2011

Ego networks as a measure of performance in a forum

Whenever I think of online forums in a course I think of the I Love Lucy chocolate assembly line skit. In a very active forum it is very difficult to keep up and get an overview of your performance.



This is specially difficult for a distance education teacher who is trying to monitor the performance of his/her students. How do we know that we are spending more time on one student and forgetting others. In the preceding posts I pointed out that isolates are a good measure of triaging assistance to students who cannot keep up with the forum. Another measure may be ego networks.  With it, a teacher could easily spot with which student he/she is not interacting enough with, and which student he/she is spending too much of his/her time with.

Here is a toy graph of 13 nodes to illustrate my point.

toy graph
By isolating the ego network (distance=1) we can see below that the teacher is only able to reach 6 students (50%) directly.

ego network
Clearly you can easily spot the students whom you will need to give your scarce attention to by looking at your ego network in context below.

ego network in context

Download toy graph dataset and open with Gephi:
http://www.mediafire.com/file/m4rq3eenkdb4949/toyego1.gephi (22.85 kb)

References:


Ego networks in Hanneman, Robert A. and Mark Riddle.  2005.  Introduction to social network methods.  Riverside, CA:  University of California, Riverside ( published in digital form at http://faculty.ucr.edu/~hanneman/ ). Available at http://www.faculty.ucr.edu/~hanneman/nettext/C9_Ego_networks.html.

Saturday, January 15, 2011

Gephi has improved a lot

Gephi, an open source visualization software has improved a lot lately with their 0.7 beta release. I did not use this before because it could only create graphs and not analyze them, but now thing are looking quite good.

It appears to even have tools to merge datasets. It also has ability for time slicing.  :-D I will explore this further later on.

What we need now is for Moodle forums to be able to export node-tie data in GEXF format (Gephi's native file format). They also seem to have a flash viewer that can be put in a Moodle plugin, server side called GEXF Explorer. If this is correct all the pieces needed to come up with a periodic graph visualization tool for Moodle forums is there.  I think the best solution is simply to access Moodle's forum database for user id, post and reply data and come up with a page that allows server side visualization and export to GEXF for offline analysis. I don't think analysis should be done server side as it would slow down Moodle. It could be done if there is a dedicated server doing the number crunching.

By taking advantage of Gephi's dynamic data attributes the user can select a time period for analyzing data in a dropdown box, let's say daily, weekly, or monthly.

An additional improvement on tie-node data gathering for the Moodle forum is to have a filter that will parse nicknames like @John for John Doe. When a user types @John the editor will display somewhere (e.g. a block maybe) an offer to associate @John with another user e.g. John Doe, John Deer etc. Then the nickname @John or an image icon can appear in a cloud block so that the poster can simply click on that to insert a nickname. The filter will then insert a node-tie tag that identifies @John with John Doe. Example is when Jane Little replied to Peter Potamus' post but added a reply to John's other post in the post body. Then the filter can tag the reply to John as @John<displaytext="@John" userid="123" username="John Doe">. The from data can be taken from the reply user id.  This way we do not have to do content analysis to find lost ties.

The question now is who's willing and able to code this Moodle third party plugin?

Thursday, January 13, 2011

Would an online forum network survive the absence of a facilitator?

This question came to mind while I was musing over the establishment of the Internet. The Internet was designed as a network supposedly to survive a nuclear attack. That is if one or a cluster of servers are hit, the rest of the network will still function.

So I thought about how this idea applies to a social network in an distance education online forum. Would an online forum network survive the absence of a teacher/facilitator? And a related question is, what structure of a network will continue to allow discussion and sharing of ideas among students even if the facilitator is absent?

A few toy graphs may shed light on these issues.  So in this post I will talk about the instructions that teachers give in an asynchronous discussion activity and its possible effect on the social network of students. Then I will look at the structure of the CCK09 forum 1 network without a facilitator.

The first scenario for an online forum activity for a distance education course would have the following direction from a teacher: Each student should post to the forum.

If this instruction is given, and in my experience with undergraduate students, the students would just post a new discussion each work and ignore their peer's work. This would then result in the following graph (or non-graph).

Toy graph 1


Toy graph 1 shows nodes only, it has no ties and the average degree is zero.  What is the degree? The degree of a node is number of ties pointing in and out of it. In a graph with edges but without arrow heads (direction) the ties pointing in and out from the other node is counted as one. Toy graph 1 is not a network at all. Students speak pass each other, there is no sharing of ideas. If the teacher is removed, it would not matter at all since there is no discussion anyway.

toy graph 2
Second scenario would have this instruction: The teacher will post a question/issue at the beginning of the forum and each student is expected to reply. At minimum, this will yield one reply from each student. It has an average degree of 1.6. In toy graph 2 above, teacher x is at the center of a star cluster. If we remove the teacher then the graph degenerates into the following with an average degree of zero.

toy graph 2b


Clearly this is the same as toy graph 1. The network did not survive the absence of the teacher.

Third scenario is what we call a complete network, i.e. wherein every node is connected to every other node. The toy graph below has an average degree of four.

toy graph 3


If we remove the teacher from toy graph 3, the network's average degree drops to 3 but it is still a complete network. The network survives the absence of the teacher.

toy graph 3b


Let us now take a look at CCK09's forum 1. The average degree of its social network is
3.7. When the facilitator is removed from the network the average degree is 3.5. The graph without the facilitator is below.

original forum 1 network, n=71, average degree = 3.7
forum 1 without facilitator, n=70, average degree = 3.5



I'd say this is a rather healthy online forum network. But with a total node of 70 minus the facilitator it could still be improved.

BTW the network property of average degrees falls under network cohesion.


How to get the degree of each node in Netdraw. I can't seem to find any facility for reporting averages in Netdraw. So it will cumbersome to do this in Netdraw with a large network. With a small network click on Analysis -> Centrality measures. Then click on the right panel. Select the Nodes tab and in the dropdown list select and select Degree. You will get a list of degrees in the network.

I think the average degree is equal to the product of the nodes and their respective degrees, divided by the total of nodes.

The total nodes will be displayed at the bottom of the right panel. In toygraph 2, the total nodes is 5. Then to get the number of nodes per degree unselect all check boxes and reselect one by one. Watch this bottom panel for the total nodes per degree cluster.

In toygraph 2 there are four nodes with 1 degree, and 1 node with four degrees. Multiply and sum and there are a total of 8 degrees in the network. Then divide by 5 (total nodes) and you get a 1.6 average degree.

Of course when you look at the network majority of the nodes have a degree of 1 and there is no node with a degree of 1.6. This shows why looking at the graph is as important as calculating average network properties. Be that as it may the average degree is still useful for comparing networks.

Download:

vna files of toy graphs (1.42 KB)

Wednesday, January 12, 2011

Comparison of CCK09 and CCK08 (Moodle) stats

Table 1: Comparison of number of Moodle forums participants in CCK09 and CCK08

Forums CCK09 New Participants CCK09 Total Participants % CCK08 Total Participants %
INTRO 114 166 86.01 501 93.30
GD 3 12 6.22 165 30.73
1 44 71 36.79 83 15.46
2 25 50 25.91 61 11.36
3 21 40 20.73 48 8.94
4 11 27 13.99 28 5.21
5 19 37 19.17 42 7.82
6 10 20 10.36 30 5.59
7 9 19 9.84 25 4.66
8 8 23 11.92 85 15.83
9 8 17 8.81 28 5.21
10 13 27 13.99 24 4.47
11 12 17 8.81 35 6.52
12


29 5.40
TOTAL 130 193 100 537 100


Chart 1: Comparison of number of participants in CCK09 and CCK08 Moodle forums













Table 2: Comparison of posts in CCK09 and CCK08 Moodle forums

Forums CCK09 Total Posts CCK08 Total Posts
INTRO 508 1292
GD 52 1405
1 257 312
2 180 316
3 178 453
4 96 138
5 228 271
6 76 112
7 38 132
8 71 261
9 61 146
10 142 88
11 49 153
12
119
TOTAL 1936 5198


Chart 2: Comparison of posts in CCK09 and CCK08 Moodle forums












Table 3: Comparison of isolates in CCK09 and CCK08 Moodle forums


Forums CCK09 Isolates % CCK08 Isolates %
INTRO 47 28.31 179 35.73
GD 1 8.33 3 1.82
1 3 4.23 0 0
2 1 2 1 1.64
3 1 2.5 0 0
4 4 14.81 0 0
5 0 0 1 2.38
6 2 10 0 0
7 1 5.26 1 4
8 1 4.35 1 1.18
9 0 0 2 7.14
10 1 3.70 0 0
11 4 23.53 0 0
12

0 0
TOTAL 30 15.54 123 22.91


Chart 3: Comparison of isolates in CCK09 and CCK08 Moodle forums

Tuesday, January 11, 2011

Basic statistics on CCK09


Table 1: Forum participants in CCK09


Forums CCK08 Group CCK09 Group Participants Participants (%)
INTRO 52 114 166 86.01
GD 9 3 12 6.22
1 27 44 71 36.79
2 25 25 50 25.91
3 19 21 40 20.73
4 16 11 27 13.99
5 18 19 37 19.17
6 10 10 20 10.36
7 10 9 19 9.84
8 15 8 23 11.92
9 9 8 17 8.81
10 14 13 27 13.99
11 5 12 17 8.81





TOTAL 63 130 193 100

In table 1 above, the CCK08 group are participants who attended CCK08 and reenrolled in CCK09.  The CCK09 group are new participants. This is based on the assumption that CCK08 veterans did not changed their names.

Chart 1: Forum participants in CCK09












Table 2: Frequency of Posts in CCK09

Forums Starting Posts Replies Total Posts
INTRO 166 342 508
GD 5 47 52
1 35 222 257
2 18 162 180
3 21 157 178
4 10 86 96
5 10 218 228
6 8 68 76
7 7 31 38
8 11 60 71
9 4 57 61
10 10 132 142
11 26 23 49




TOTAL 331 1605 1936

Chart 2: Posts in CCK09










Table 3: Isolates in CCK09

Forums Participants Isolates %
INTRO 166 47 28.31
GD 12 1 8.33
1 71 3 4.23
2 50 1 2
3 40 1 2.5
4 27 4 14.81
5 37 0 0
6 20 2 10
7 19 1 5.26
8 23 1 4.35
9 17 0 0
10 27 1 3.70
11 17 4 23.53




TOTAL 193 30 15.54
Isolates are participants who posted but received no replies. They will appear as isolated nodes without links in a network graph. The identification of isolates in a couse is important for teachers to triage their assistance to students.  Table 3, column 4 shows the percentage of isolates per forum.

Chart 3: Isolates in CCK09


 
Creative Commons License
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.