odisey Posted October 21, 2007 Share Posted October 21, 2007 I would like to create two tables for 10 questions each. Each question can have a value of 0, 1, 3, 4, or NA input from a form. 1. A total of 3 NAs can be input. 2. NAs must be ascribed to identfy individual questions to report on them. 3. The individual table scores and total scores (both tables) are added to output a report. How do I start off to accomplish this? Link to comment https://forums.phpfreaks.com/topic/74222-table-structures/ Share on other sites More sharing options...
fenway Posted October 22, 2007 Share Posted October 22, 2007 This feels homework-y.... in any event, you should have a single table of questions, and another of answers, and yet another for the "two" different questionnaires/surveys/whatevers. Limits of 3 answers can be accomplished in code Link to comment https://forums.phpfreaks.com/topic/74222-table-structures/#findComment-375445 Share on other sites More sharing options...
fenway Posted October 22, 2007 Share Posted October 22, 2007 Looks like a double-post. Link to comment https://forums.phpfreaks.com/topic/74222-table-structures/#findComment-375450 Share on other sites More sharing options...
Recommended Posts