I haven't tested this, but it should work.
If you're using SnowFlat theme, open the file qa-theme.php . On line 532 , swap the code from this:
$this->a_selection($a_item);
To this
if (qa_get_logged_in_level() > QA_USER_LEVEL_MODERATOR) {
$this->a_selection($a_item);
}
Save it and re-upload it to the server.
This will hide the selection button for users whose level is inferior than Moderators.