HeHStudy / redcap

Redcap v4.15.2 for HeH Application.
0 stars 0 forks source link

Beta Testing Observation - Radio Button and Text Size #10

Closed kimburgia closed 11 years ago

kimburgia commented 11 years ago

A lot of the patients we've been beta testing have been having trouble with the following:

1 - the text size. They've commented that it's hard to read, even if they have their glasses.

2 - the radio buttons are too small. They have trouble hitting the correct one, especially if they have larger fingers or shaky hands.

This will likely require a larger discussion before making a decision on what to do about this.

tparsnick commented 11 years ago

Enlarging is probably needed, but for those at clinic on ipad perhaps we should provide a stylus for selecting radios

tsinha commented 11 years ago

1/25/2013

1) Can we try full div select for choosing options? 2) Change div spacing for option selects?

tparsnick commented 11 years ago

Here is a useful stack overflow: http://stackoverflow.com/questions/4920281/how-to-change-the-size-of-the-radio-button-using-css

tparsnick commented 11 years ago

Christa has an example of her solution at http://www.zedlov.com/ucsf/survey/survey1.html

tparsnick commented 11 years ago

Fixed.

tparsnick commented 11 years ago

@tsinha I had to spend hours yesterday getting this to work with redcap. The solution implemented by Christa was from http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/.

The redcap skip pattern code was not functioning, so I had to write redcap javascript inside of ryan's js library. This was a time-sink and a trip down the rabbit hole. Also, there may be other unknown issues (like not being able to do horizontal checkboxe/radiobuttons issue #19). Future upgrades of redcap will now be even more difficult.