I'm writing an application that implements a questionnaire. How do I describe this feature.
- by bellesebastien
Hi,
most online questionnaires today are in the form of several questions on a page and the user submits all the answers at once. The application I'm writing at the moment sends questions one at a time and receives the answers as soon as they are given.
How can I describe this characteristic? I feel I'm missing a computer science term.
Thanks.