vote up 4 vote down star
6

Duplicate:


While I typed this question in the question box I saw a lot of related questions where everyone is asking the same question: How do you make people to use your internal wikis, let alone contribute to it.

We are planning to create a wiki for our project. This wiki will have features like - Easy to use WYSIWYG editor (with Syntax highlighting). Blogs. Discussion Forums. Question and Answers. Document and File upload.

We already have Microsoft Sharepoint for our project. It is basically used for uploading and editing documents. And I heard that Sharepoint's wiki feature is not very good.

Now back to the question- Once we have a wiki how do we make the team use it. I thought of a way - Feed the wiki updates to all the subscribed users regularly. This way the users will be notified whenever the wiki is updated and it may take the user to the wiki.

I would like to have some suggestions on my "wiki-feed the user" idea.

[EDIT] I am still waiting that someone could advise me whether my idea of feeding (RSS feed or email alert) the users with wiki updates is good or not.

flag

11% accept rate
3  
In my opinion, this is programming related. The question is specifically about getting developers to contribute to a wiki during development. OTOH, this is a duplicate of stackoverflow.com/questions/15871/… and stackoverflow.com/questions/170101/…. – John Saunders Jul 20 at 1:13
1  
Sure, feeds and/or alerts for new and updated wiki content can be a good feature (as long as users get to choose how to use them - see below), but that feature by itself is unlikely to determine the success of your wiki. – Matt Jul 20 at 6:09

closed as not programming related by Neil Butterworth, Bryan Oakley, Daniel A. White, John Saunders, Shog9 Jul 20 at 6:05

8 Answers

vote up 0 vote down

Every time I send an email about about our wiki, people go and use it. So send out a few emails linking to it!

link|flag
vote up 0 vote down

To entice people to use a service you want to think like a computer game, or in terms of ACR (or ARC to remember it). Autonomy - is there something simple people can do to get started. Competence - is there a possibility of getting better - like levels in a game Relatedness - is it social.

Stackoverflow is a good example of a site that is well designed psychologically - which is why I am exploring it today.

I'll be looking at wikipatterns - so big gain for me today. Perhaps look for the possibilities of making 3 levels Get started Get connected Be recognized as an expert.

Games designer Jane McGonigal has good presentations laying out the principles and here http://cryptozoo.ning.com illustrates the levels well.

Good luck!

link|flag
vote up 0 vote down

You can't make people add to it, but you can ensure that they have to use it (by putting lots of useful and essential information on there). Then, when they are comfortable using it, they will start to want to update it here and there, and before you know it, you have a thriving community.

Caveats:

  1. it must be easy to access
  2. it must be simple to use (even after training - utilise some rich editors for example)
  3. it must be easy to navigate.
link|flag
vote up 2 vote down

Although I am no fan of SharePoint, it's wiki feature isn't half bad. It might be a little less powerful than fans on most wikis would like, but for your average person who has never used a wiki it's just fine.

Despite years of everybody complaining that the company doesn't support us and we really want a wiki, when we finally got one, most people don't use it. I've been slowly migrating our data there; the only way to get people to use it is to make it the most convenient source of information.

link|flag
vote up 2 vote down

Once we have a wiki how do we make the team use it.

If you have the authority to "make" the team use it, you can do it in the same way that you "make" the team do things with source code: e.g. by telling them what to do (training), and then using (peer) code inspections and (external) testing to verify whether it's done (and to require corrective action if it hasn't been).

link|flag
Maybe it's because of the free-as-in-speech culture that surrounds most wikis, but "corrective action" for not using the wiki sounds a little severe. At any rate, it depends on what you mean by "use." You can't really force someone to contribute if they feel that have nothing to say. If they convey something to you directly, you could well tell them "Don't tell me, tell the wiki." Of course, if you keep project specifications exclusively on the wiki, it'll be pretty obvious if someone isn't even reading it! That would make it pretty easy justify "corrective action." – WCWedin Jul 19 at 13:07
I was think of something like, maybe there's a rule which says that a feature's functional spec needs to be in the wiki. So when you do your code inspection, then you're like, "Does the code exist? Has the test case been written? Have the tests been run? Do the tests cover the feature? Is there a functional spec defined in the wiki?" and if not then "Better go back and do that before this feature can pass inspection and be deemed complete." – ChrisW Jul 19 at 15:30
vote up 5 vote down

I don't think you can "make" people use your wiki, especially if you want them to contribute. The best you can do is to encourage participation and give people time to adjust (presumably the wiki approach is intended to replace some existing system that people are already familiar with).

I know it sounds like it's only semantics, but there's a huge difference between "make" and "encourage" even if the goal w/ respect to your wiki is the same. Your attitude and interactions with others will likely have more to do with the adoption of your wiki than the actual merits of the of the technology itself. Sad, but true. That's people for you.

I have some experience with promoting social/collaborative software within an organization and I've had the most success when I regard myself as Software Evangelist rather than a Technical Authority. People want to be persuaded, especially when you're asking them to do something different. You've got to show them why a wiki is a better way to maintain project specs (for example) than trading email attachments every time there's a change to the specs document. And then give them time to experience the benefits for themselves.

From a more practical standpoint, content subscriptions (either via email or RSS) can be a good draw as long as they're voluntary. If you force everyone to subscribe you're essentially creating officially sanctioned spam, which is still spam, and some users will treat it as such.

Try to cultivate specific allies or liaisons in the targeted user groups for each project. Find one person in the audience for your wiki who is willing to champion that wiki and then make yourself available for timely technical support; when you can quickly resolve issues and make it look easy, even if only to that one person, that perception will spread and increase overall confidence in the technology.

And finally, practice what you preach. Look for opportunities to use the wiki (or whatever) for everyday tasks so that you can stealth-promote it outside of the normal channels of end-user training and meetings etc. For example, someone emails you a question about such-and-such; rather than answer the question in detail, reply with a short answer and then link to the wiki page that has all the details. If it's not in the wiki, but should be, then put it there first.

OK, so that's probably a too-long answer, but the short answer is cliche: you can lead a horse to water, but you can't make him drink.

Good luck!

link|flag
vote up 0 vote down

It's hard to make a wiki work without a critical mass of contributors. There's a general rule of thumb that on any social web site, 90 to 99 percent of people are lurkers: they will read but not contribute. Figure out how many contributors you think you'd need and multiply by at least 10. If you don't have that many users, you're going to face an uphill battle.

link|flag
Good point, but my intuition tells me your claim would only be true for a typical internet wiki; the "social site" analogy might not hold. In the internal case, if there's a top-down authority who is getting paid to put data into the wiki, the ratio of contributors to lurkers would by definition be no less than 1:the size of the team. Basically, one user could carry the majority of the burden, with only sparse input from other users. – WCWedin Jul 19 at 13:14
vote up 14 vote down

There's a whole web-site dedicated to your question: http://www.wikipatterns.com/

I think the most important thing to push wiki usage is to make it the only source for certain types of information, e.g. put your minutes of meeting in there. This way people have to look into the wiki.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.