This is a simple Meteor project for answering survey questions, whilst providing a live update of the current results and ratings on each question.
- Install Meteor, Meteorite &c. in the usual way, and run this application.
- Er...
- That's it!
It just so happens that the use case for this app results in something quite close to "Microscope" in the Discover Meteor book, and so quite a few bits are very similar to that. For example, comments on survey answers are pretty much a direct plagiarisation. The main difference is that instead of users posting links to be discussed, admins will post surveys to be answered and rated, and the users will discuss each other's answers to the questions.
Also, the authors of that book will have written much better code than me, obviously.