vazexqi / CodingSpectator

Watches and analyzes code edits in the Eclipse IDE non-invasively
http://codingspectator.cs.illinois.edu
Other
20 stars 14 forks source link

Store the results of the awareness survey #315

Closed reprogrammer closed 13 years ago

reprogrammer commented 13 years ago

We are going to distribute a survey to understand the awareness of developers about various refactoring tools in Eclipse. I've created a draft of the survey at http://codingspectator.cs.illinois.edu/RefactoringToolsSurvey/. The next step is to store the results in the database and send a notification e-mail when the user submits the form.

vazexqi commented 13 years ago

Unfortunately, I think the form has too many things to be filled. I suspect you probably don't want to give them default values since you think it's a good idea to make them read each box properly. But 27 lines x 3 radio boxes = 81 mouse clicks and that will be quite tedious to fill.

How can we make the form simpler? Or how can we make it easier to fill out (maybe bigger checkboxes instead radio boxes?)

vazexqi commented 13 years ago

Here's another suggestion: it's quite hard to read each row. So let's alternate the colors.

reprogrammer commented 13 years ago

@vazexqi: It's a good idea to alternate the row colors. Do you know how we to do it? I assume we should use a custom CSS style for the table.

vazexqi commented 13 years ago

We can follow the stylesheet that I when I created the website for https://netfiles.uiuc.edu/dig/RefactoringInfo/WRT09/

reprogrammer commented 13 years ago

I'm closing this issue because we finally decided not to conduct the survey online.