Yeah, none of those really did the job since I don’t want to turn the comments off completely – just for that page and there is no way to “edit the page” which exposes the comment_status field. I ended up taking the quiz name as “slug” and going into the database and looking in wp_posts where the post_name is equal to that slug. Then I changed the value of the comment_status field to “closed”. If I go to the quiz in QSM and click on the publishing status link, I can see that certain WordPress values for the post about publishing are exposed there. It would be good if the plugin were modified to allow one to turn off the WordPress comments on that page so that you didn’t have to go into the database to do it. Thanks!