Simply create a file with this name:
single-question.php now copy contents from single.php to new file. Now find this (or something similar) :
<?php
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?>
and remove it and save.
Thank you so much