I am writing a section of code that allows "soft" forms, such as a configurable questionnaire or checklist. The header table/class just groups together a bunch of questions, where each question has a "Text" property for the question itself, an "AnswerType" enumeration (string/boolean/StronglyAgree-StronglyDisagree) etc., an order proper...
I am relatively new to programming but have some experience with Ruby on Rails and I would like to know if there is an open source template in RoR that I can modify to set up an on-line questionnaire for a charity. It should be able to to collect answers for multiple answer question and yes/no questions, and a some sort of skipping logic...
Can't find any tutorial for creating a simple questionnaire system on RoR (without using Finite State Machines).
I think the Model is simple:
Quizzes (have many Questions)
Questions (belong to Quizzes, have many Choices, have one Answer)
Choices (belong to Questions)
Responses (belong to Users, belong to Questions)
Users (have many ...
Hi everyone,
I am working on an App which let's a user answer sets of questions from a questionnaire. The questionnaire will be created and published on a web-server. The Android client periodically queries the web-server to check if new questionnaires are available.
Each item from the questionnaire will be displayed in its own Activit...
Hi everybody,
I am part of the Spatial Information Systems Group in University College Dublin.
Our goal is to collect first-hand knowledge about a number of Open-Source projects active on the Internet. With this work we hope to identify strong and weak points of each project in order to give some guidelines for future directions to th...
hi,
i was wondering - what's the fastest way to mail out from asp:
i'm currently using jMail but it seems pretty slow to me.
would it be faster using CDOSYS?
i think a problem is smtp-authentification which is slowing down mailing the most.
thanks
...
I've written an Android application as part of my masters thesis, used to algorithmically census flamingos in Kenya. It's going out to Kenya tomorrow, unfortunately I'm not going with the application. I need to collect user feedback, in the computer sense it's been tested, however I'm not a member of Kenyan Wildlife Services.
I've got t...
Does anyone know of an open source survey system written in Java 5 or greater that can be used as a subsystem in another application? I need to allow an end user to define a set of questions, along with some validation rules for each question -- and then for that survey to be administered to an other user or group of users on line.
Any...
Hi,
I'm creating a server library in PHP, and I was thinking to use annotations. I'm a Java developer and I use annotations intensively (also because it's a language feature). I know in PHP there are some annotation libraries, but nothing officially supported.
So, have you ever used annotations in your PHP project?
Thanks
...
Hi All,
I have 4 models - Users, Lessons, Questions & Answers. Each user can create a lesson with some questions and then ask other users to answer those questions and submit the form.
I ran into a problem creating a view to display a lesson with a list of questions and a blank answer field underneath each question.
I have a working ...
Hello there!
I am willing to build a small questionnaire and I was just wondering, how the database structure should look like... I mean I have different possibilities for the answers - checkboxes, drop-down-menus, input-boxes, etc., so as for the questions. And how should I save the questionnaires itself? Should I make for each differen...
Hello all. I am trying to create a jquery questionnaire but my little jquery knowledge doesn't help me.
What I have until now is the following http://valogiannis.com/stackoverflow/quest.html
When you click Questions a popup open with two questions.
I want the following: when the user click one of the two answer, the script check his a...