
Counter-intuitive, non-Drupal-like workflows
As far as I can see this is the only module that does what it does (facilitates letting visitors ask questions to be answered by experts).
It's got some severe usability and risk issues, though.
First, it creates a queue of un-answered questions, exposed as links in a block. Clicking on one of those links immediately alters the 'Published' status of the node to 'true', regardless of the content type default. That click is also what queues a response message to the asker.
These are both very problematic behaviors:
1: They're not the norm for how things work in Drupal (or how they should work in a good UI). What should happen is that if you click a link, you should see the question -- or, at least, be in a position to edit the question. The link should change the attributes of the question without a chance to intervene.
2: The workflow exposes user-submitted information (the question) without the answering "expert" having had a chance to view the content of the question. The risks of that should be obvious.
Note that the module's mode of interaction effectively requires you to use this problematic link, because it's the only way to drive the notify asker feature.
Until this module is re-architected, I suggest finding another means to allow users to ask questions.
Review by escoles [info] on August 10, 2010 - 20:45