open-craft / xblock-poll

An XBlock for Polling users and displaying the result
GNU Affero General Public License v3.0
18 stars 66 forks source link

Ensure survey radio button ID uniqueness across surveys #57

Closed jamestait closed 5 years ago

jamestait commented 5 years ago

This branch ensures that the HTML ID of radio buttons in surveys is unique across surveys. This avoids the problem of duplicate HTML IDs when more than one survey is present in a single unit whose answer keys happen to overlap.

Testing instructions