Yea, sorting would be a great option. Plugin seems quite nice, but it’d be a huge plus to be able to rearrange the FAQ display order based on your personal preferences.
Seems like maybe one could integrate the menu_order option (in the wp_posts table) into the FAQ admin, then have the FAQ output sorted by that order on the end-user’s page. Though, there are a lot of complications that will creep up trying that & that’d require a rewrite of the output & some hackery to add the menu_order option to the FAQ posting area.
Probably the best way, if the author is reading, is to have a page in the WordPress admin where site owners could drag & drop the FAQs into the appropriate order (Ajax, probably), then update the database table.
Not sure if this will help much as coders can already think of workarounds, but maybe it’s something the plugin author can consider in a future update.