Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hello Guys
I am working on a windows form application which is a sort of question bank creator.
There are some questions which will asked on fulfillment of some condition like
for ex

Ask: question3
if ((question2_Ans==1)&& (question1_Ans==2))
else continue with next question...


so i want to display this to the user in a rich UI when he creates a series of question for the question Bank.

Here the data of condition will be entered by the user and this is not the main constraint but the problem is how do i show him a better interface which tells him that he has inputted the rules and this will be the structure of the flow.


Kindly reply
Posted

1 solution

Perhaps you could use some ideas from this[^] or this[^]
 
Share this answer
 
Comments
gaurish thakkar 21-May-12 5:27am    
but i wanted it to be dynamic and not hard-coded values.
I just want the design idea so as to how to make the flow going .....
Wendelius 22-May-12 14:31pm    
You can build the questions dynamically for example from database. The links merely show the ideas how a questionnaire could be built.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900