However, in the past I've set up custom validation (found toward the bottom of the light blue sidebar on the right side of the survey window) for the scenarios where columns have more than one answer selected. You set the validation to trigger if count for any of the columns is >1. That will then both trigger a message that you can customize with client-appropriate language about only selecting one answer per column and also block the client from moving forward until they adjust their answers.
!
Not only do I want to do this, but I also want to make certain row/column combinations unavailable. Consider how a typical school day goes. You have different courses offered different numbers of times per day in different time slots. You cannot register for more than one offering of the same course. You also cannot register for more than one time slot. However, some courses are offered in more than one time slot, and others are offered only once. For that matter, I want to append different data about different quotas to each table cell after each radio button.
Not only do I want to do this, but I also want to make certain row/column combinations unavailable. Consider how a typical school day goes. You have different courses offered different numbers of times per day in different time slots. You cannot register for more than one offering of the same course. You also cannot register for more than one time slot. However, some courses are offered in more than one time slot, and others are offered only once. For that matter, I want to append different data about different quotas to each table cell after each radio button.
You can use JavaScript (JS) to disable and/or hide specific cells. You could also use JS to add quota information to the cells (formatting may be a challenge).
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.