I'm developing an app that automatically captions photos. One of the main results of a usability survey was that users would insert a funny personalized comment in their captions.
In order to give a personalized feel to the computer generated captions, I was thinking about having a fixed set of "funny comments" and randomly add one to each caption.
Captions have the following template:
<name1> <name2> and <name3> <smiling> near <place> during <event>. <month> '<year>, <city>. <funny_comment>
Kate, Pete and John smiling near Big Ben during the City of London Festival. Jul '10, London.
I was thinking about adding,
- Great photo!
- Very artistic!
- Lookin' great!
- Beautiful!
- Inspirational
<event>was better last year...- I love this place
- [if
<month>is winter] it's getting cold - [if
<smiling>]<name>is quite happy in this one
Is there a better way to go about this? What else could I add as funny personalized comment? Users can naturally edit the generated captions.