1
Guys, I'm making a questionnaire system, i already made 1 but it's so ugly. So, here i am again back to zero. probably someone can make a module like this
Ok, here it goes. We are a small school for professionals and we are conducting seminars on computer use. We have different courses. Now we want to see how our participants are doing so we made a Pre and Post test. We make students answer a test before a seminar and let them answer the same test after the seminar. What's the purpose? to see if they have improved after the seminar.
Let's say there are 5 Seminar topics and these topics can be scheduled over and over creating a unique scheduled seminar.
The test is composed of 10 questions and 4 choices. choices can be text or an image.
Requirements are:
1. Generate reports for each scheduled seminar. pre results vs. the post results
2. Generate reports for each seminar topic, pre n post results of each scheduled seminar.
I am thinking of these possible solutions.
1. create a table for topics
2. create a table for scheduled seminars categorized by topics
that's how far i have been, i am thinking of creating a table for questions but how? can you give some advice please. how's my question table going to look like? structure?
The system should be able to check each students answers, no need for recording the name or any other info of the student but they should only take the test once.
whew!! sorry for the long story. to sum it up, i need a flexible questionnaire system that can do all of these.
thanks guys.