In qa-page-question.php, change this line:
$post['aselectable']=($post['type']=='Q') && !qa_user_permit_error($post['isbyuser'] ? null : 'permit_select_a');
... to ...
$post['aselectable']=($post['type']=='Q') && !qa_user_permit_error('permit_select_a');