Hi all,
I'm writting a web application using MVC and Linq2Sql. Theie are a set of questionaires having different versions. Each version questionaire have different rating rules for the questions in the questionaire. For example 1.0 version may let question 35~ question 100 tobe 1' but in 2.0, they are 1.5'. How can you store that rules in you application?
Thanks a lot in advance!