2
votes
3answers
194 views

Making a multiple choice button

I've written the following code to create a multiple choice button that takes an arbitrary number of answer options and will assign a variable true/false depending on whether or not the correct choice ...
12
votes
4answers
210 views

Button evaluation inside DynamicModule

Someone know why this Button works when clicked: ...
0
votes
1answer
285 views
3
votes
1answer
233 views

How to improve this dynamic progress bar code

I created this progress bar to use in my codes: ...