06-12-2010 09:58 AM
Hi everybody,
I am working on Curriculum Developement where I would like to come up with an automated LabView questionare as an alternative solution to existing paper-based questionaires. I'm interested in using labview but I have no idea how to begin. could someone please help me out.
I really,Really need this help.
06-12-2010 10:11 AM
06-12-2010 10:31 AM
Now that is not helping much, I just need even a slight idea how to organize the whole thing (i.e the controls and indicators to use,the block diagram functions to use etc), for instance how to capture this question using labview.
How comfortable are you with computers?
06-12-2010 11:37 AM
06-12-2010 12:01 PM
If you start with a good design specification (and the flow chart would be part of that), then your implementation would be derived from that. For example, one of the specs requires you to load questions from a database. That would demand you write a code module to read the database. If you jump straight into coding, you oftenjust end up with a mess. The top down design has always been my preferred appoach.
All that being said, pPerhaps you are not very experienced LabVIEW programmer? If you were, some of the basics such as radio buttons, clusters, arrays, and state machines should already be in the back of your mind. If you are not experienced and these are foriegn terms, then you really need to start with the free tutorials.
06-12-2010 01:28 PM
Thank you so much Adnan,I know I may sound stupid asking these questions but its because I need help and would really love to use labVIEW and understand it even better (am not big in programming much less using text based languages,but I love labVIEW and would want to explore it even further! thats why I opted to use Labview in building this interactive and automated questionare).
This questionare should capture almost all the information that is required,thus it will include both detailed and one word answers. check boxes and radio buttons if possible. as you have pointed out,the questions should be put in a database and the corresponding answers also to be captured in a database for later analysis.
My labVIEW knowledge is not wide but am going through some materials at the moment plus your support and I hope to accomplish this within the shortest time possible.
regards
06-12-2010 01:36 PM
Thank you Dennis,you are right,am not an experienced labVIEW programmer,but with you peoples help,I intend to be one. Thank you for the tutorial suggeston.
I was slightly in a hurry coz I have to make a prototype presentation of this labVIEW questionare on Tuesday.
regards.
06-12-2010 01:51 PM
06-14-2010 05:45 AM