nice read: usability tests for Wikipedia online
Hello, See http://www.kdedevelopers.org/node/1845 (http://openusability.org/download.php/89/germanwikipedia_usabilitytest_edit....) The biggest part is (interesting, but) very wikipedia specific. However, chapter 3.4: editing and previewing has some remarkable points: * Hide the "edit" tab when previewing. Apparently that caused a lot of confusion. * Style the preview better. 'Big bold red border" or so. Furthermore it contains a lot of good ideas for when you design/develop your specific Drupal site, tha twill be used by a larger audience. Bèr -- [ Bèr Kessels | Drupal services www.webschuur.com ] Sympal draait nu voor het grootste deel al op 4.7: http://help.sympal.nl/sympal_draait_nu_voor_het_grootste_deel_al_op_4_7
From section 3.4.3 "Cancel Function":
"While there are prominent buttons to save, preview and view changes of a page, the option to cancel changes is only an unobtrusive link located next to the buttons. Even if there were no problems in the test, it is advisable to provide a more prominent option to cancel changes - simply to provide unexperienced authors with a clear exit function." I always wondered why there isn't a cancel button when editing nodes in Drupal. /Anders On 3/8/06, Bèr Kessels <ber@webschuur.com> wrote:
Hello,
See http://www.kdedevelopers.org/node/1845 ( http://openusability.org/download.php/89/germanwikipedia_usabilitytest_edit.... )
The biggest part is (interesting, but) very wikipedia specific.
However, chapter 3.4: editing and previewing has some remarkable points: * Hide the "edit" tab when previewing. Apparently that caused a lot of confusion. * Style the preview better. 'Big bold red border" or so.
Furthermore it contains a lot of good ideas for when you design/develop your specific Drupal site, tha twill be used by a larger audience.
Bèr -- [ Bèr Kessels | Drupal services www.webschuur.com ]
Sympal draait nu voor het grootste deel al op 4.7: http://help.sympal.nl/sympal_draait_nu_voor_het_grootste_deel_al_op_4_7
On Wed, 2006-03-08 at 20:46 +0100, Anders wrote:
From section 3.4.3 "Cancel Function":
"While there are prominent buttons to save, preview and view changes of a page, the option to cancel changes is only an unobtrusive link located next to the buttons. Even if there were no problems in the test, it is advisable to provide a more prominent option to cancel changes - simply to provide unexperienced authors with a clear exit function."
I always wondered why there isn't a cancel button when editing nodes in Drupal.
/Anders
You know even on my brain dead days I've gone to write a story and decided against it, then started asking myself, 'How do I get out of the node/add/X page?'....
Op woensdag 8 maart 2006 20:55, schreef Darrel O'Pry:
You know even on my brain dead days I've gone to write a story and decided against it, then started asking myself, 'How do I get out of the node/add/X page?'
Cancel would bring you to the place where you were before. Very often that is a place you canot reach by another link. It is, in fact an advaced version of a back button. Also: I know a lot of people assume, or fear, that once a post is previewed, it is "somewhere" so they are rather afraid of just moving away. And last: cancel is most used for cancelling *editing* , not just for cancelling addition of new content. -- PGP ber@webschuur.com http://www.webschuur.com/sites/webschuur.com/files/ber_webschuur.asc PGP berkessels@gmx.net http://www.webschuur.com/sites/webschuur.com/files/ber_gmx.asc Hoe het naviatie blok te verbergen: http://help.sympal.nl/hoe_het_naviatie_blok_te_verbergen
Bèr Kessels wrote:
Op woensdag 8 maart 2006 20:55, schreef Darrel O'Pry:
You know even on my brain dead days I've gone to write a story and decided against it, then started asking myself, 'How do I get out of the node/add/X page?'
Cancel would bring you to the place where you were before. Very often that is a place you canot reach by another link. It is, in fact an advaced version of a back button.
Well, it would be possible to keep track of where you were, though it would mean passing a parameter around throughout the whole process or using the $_SESSION. More reasonably, canceling would send you to your account page, or the front page with a message "editing canceled". I'm in favor of a cancel button on edit forms. It still has a psychological effect on me when I change my mind about editing or creating content, and I would like being able to click something that expresses my intentions clearly. Finally, putting a cancel button on the form would give us a chance to react to the cancellation. This could be useful: -- multipage forms that persist some amount of data could do cleanup. -- the user could be asked if s/he would like to save the content as a draft for continuation later -- as a very advanced feature, we could use AJAX to save any node being edited/created to help recover from things like the browser being closed, or the internet connection being lost. Cancel would then delete this information.
participants (4)
-
Anders -
Bèr Kessels -
Darrel O'Pry -
Robert Douglass