Background
I am setting up a data annotation task on mechanical turk. The user has has to give scores for pairs of sentences. Each pair of sentences has a table with 7 radio buttons. For each such table, the user MUST give an answer.
Problem
There are 194 such tables in the document, so it's easy to miss one. The user is not warned that ones of the questions has not been answered if he/she missed one or more when they hit submit, forcing us to reject their input because of a simple omission.
Restrictions
Unfortunately, we do not have the option of submitting each table as a separate hit because:
a) We need to know what the scores are for the complete data set for a single user.
b) We have quality control questions which the user must answer, and they cannot be informed which ones these are.
Question
Is there a simple way to make sure that users answer each question either by:
a) Raising a warning if they have not answered all questions? If so, how is this done?
b) Presenting each table on a separate page with users having to click "next" to get the next table, in which case it is still possible to miss one but less likely (as you don't have to scroll down a large page)? If so, how is this done?
Thanks in advance for any help or solutions towards solving this problem.