NUBIC / surveyor

A Rails gem that lets you code surveys, questionnaires, quizzes, etc... and add them to your app.
http://nubic.github.com/surveyor
MIT License
750 stars 273 forks source link

Hide question from results if display order is 1. Why? #273

Closed adonaldson closed 12 years ago

adonaldson commented 12 years ago

Hi there,

I spotted this line in the results/show template:

https://github.com/NUBIC/surveyor/blob/master/app/views/results/show.html.erb#L6

Does a question with display_order 1 have some significance?

Thanks,

yoon commented 12 years ago

This whole controller is a bit out of date, and should probably be removed. See #20

Mark A. Wimbiscus Yoon Northwestern University Clinical and Translational Sciences Institute (NUCATS) yoon@northwestern.edu http://www.nucats.northwestern.edu

On Tue, Jan 31, 2012 at 12:54 PM, Andrew Donaldson reply@reply.github.com wrote:

Hi there,

I spotted this line in the results/show template:

https://github.com/NUBIC/surveyor/blob/master/app/views/results/show.html.erb#L6

Does a question with display_order 1 have some significance?

Thanks,


Reply to this email directly or view it on GitHub: https://github.com/NUBIC/surveyor/issues/273