Hi All, newbie on site.
I have a new project, requirement are:
- Organised groups of users at multiple geo locations answer test questions using this software.
- We cannot rely on consistent internet connection, in case it goes down during test.
My question's are:
Q1. Based on assuming no internet connection, I guess I have 2 options?:
- Locally installed .Net Web App at each assesment center.
- .Net Windows App at each assesment center.
Q2. Either way I am looking to store results as XML on a local server top be pushed over to central database by the test administrator when internet is available. is this correct?
Any advice would be greatly appriciated.
Thanks.
Code Warrior