Here’s another round of post formats usability tests (testing against the UI currently in trunk).
Tasks:
1. Login
2. Look at the Dashboard and get to add post from toolbar
3. Add a (standard) blog post with title and text
4. Preview your blog
5. Add an image blog post, with image from a URL
6. Add a video post, with YouTube video URL provided
7. Add a link blog post
8. Add a quote blog post
9. Add a gallery post
10. Preview your blog again to see all the posts
Test 7: http://wpusertesting.com/videos/DC7-7.mp4
1. Fine
2. Fine
3. Fine
4. Fine
5. She uses “Add Media” to add her image – didn’t really see the post formats options
6. Since it worked once, she used “Add Media” again. Unfortunately the media modal still doesn’t embed videos from URL’s. This lead to a very confusing user experience.
7. She still doesn’t see the post formats bar. She is actively looking on the page for something, but doesn’t see the post format icons and opts to add the link via the editor. In the end, the only way she can figure out how to add a link is through the media modals “Add from URL” option.
8. She uses the editor to add the quote. She’s a little unsure how it works… But she figured it out via the editor.
9. She adds the 3 images via “Add Media”, but didn’t actually add a gallery (though she thought she had). She just selected multiple images and inserted them.
10. Fine
Observations:
- She didn’t use the post formats selector once. She didn’t even appear to see it.
- Apart from the video post, she was able to perform all of the tasks successfully with just the media modal and the editor.
- We really need to make sure that the “Insert from URL” feature inside the media modal embeds video URLS. We’ve seen users attempt to add videos this way in every single round of testing, and they are all very confused when a link is published, instead of the embedded video.
- The user uses selects multiple images and inserts them thinking she’s added a gallery. I wonder how many users do this very same thing…
Test 8: http://wpusertesting.com/videos/DC7-8.mp4
1. Fine
2. Fine
3. Fine
4. Fine
5. She uses “Add Media” to add the image. Doesn’t see the post formats bar.
6. She also attempts to add the video from the “Insert from URL” link inside of the media modal. It only adds a link. 6:20, she discovers the post formats bar. She selects the video format, and pastes the video URL into the title, and then the “Video embed code or URL” box. “Maybe I better not mess with it”, she says, unsure of if she should save her changes.
7. She uses the link format, but ends up using the editor because there was no way to edit the link text via the link post format option.
8. She goes back to using the editor to add the quote. Struggles a bit to know if it’s doing what she wants. After moving on to the next task, she discovers the quote post format, and tries it out. After she publishes it, and click the “View post” link, she gets a 404 error, and the quote is never really published.
9. She uses the gallery post format option. Unfortunately that doesn’t take her to the gallery section within the media modal. She ends up just multi-selecting and inserting multiple images (again, thinking she added a gallery).
10. 15:20 She takes a closer look at the post formats bar.
Observations:
- She didn’t see the post formats bar until half way through her test. After she noticed it, she thought it was handy, and mentioned that for the quote format, she preferred to use it.
- She also attempts to embed a video via the “Insert from URL” option in the media modal, which only adds a link. I’m guessing this happens a lot.
- There is no “link text” field in the link post format, so even though initially she selected the link post format, she opted to add the link via the editor.
- She got a 404 error when she tried to publish a quote through the quote post format.
- When on the gallery post format option, can we link directly to the “gallery” section from the “Add media” button?
Thoughts?
trishasalas 7:19 pm on April 9, 2013 Permalink | Log in to Reply
I’d love to help out with ticket 23810. I have a test subject who is legally blind as well as color blind…Question though, I am unfamiliar with the ticket system, how would I get started?
trishasalas 8:06 pm on April 9, 2013 Permalink | Log in to Reply
I’d like to clarify, my son lost his vision several years ago…he is my ‘test subject’. I’ve been developing with WordPress for couple of years now, have learned sql and am beginning to learn php …I have a solid base in html/css. I’ve been looking for a way to contribute and this seems like a good fit and an easy beginning…if I could get past the ‘how’.
Ryan Boren 2:47 am on April 11, 2013 Permalink | Log in to Reply
Log in to http://core.trac.wordpress.org/ with the same username/password you use here. All logged in users are allowed to comment on any ticket and also create new tickets.
http://codex.wordpress.org/Reporting_Bugs
http://make.wordpress.org/accessibility/
Ryan Boren 2:49 am on April 11, 2013 Permalink | Log in to Reply
And if you need a wordpress.org account: http://wordpress.org/support/register.php
ArielK 7:35 pm on April 9, 2013 Permalink | Log in to Reply
Why Post Format also appears in themes that do not support it?
It’s just unnecessary and misleading.
Until 3.5.1, if the theme did not support the Post Format, it did not show up on the page.
mrwweb 8:01 pm on April 9, 2013 Permalink | Log in to Reply
@arielk As best I can tell from looking at code in 3.6′s code (though I haven’t read anything about this), it seems like the extra post-format data will be appended/prepended to the the_content() if the theme doesn’t handle it separately. I’m not completely sure about this, so I’d love someone who knows more to clarify, but I think I’m seeing that.
ArielK 8:08 pm on April 9, 2013 Permalink | Log in to Reply
@mrwweb I’m not talking about the theme itself, I’m talking about the display on the edit post.
mrwweb 9:05 pm on April 9, 2013 Permalink | Log in to Reply
To clarify: *Because* post format data for 3.6 is displayed on the frontend regardless of the theme, it’s no longer theme-dependent on the backend.
lessbloat 8:51 pm on April 9, 2013 Permalink | Log in to Reply
I think the plan is to have fallbacks for all post formats, for all themes, even those that don’t support post formats. See http://core.trac.wordpress.org/ticket/23347 for more.