I'm writing an application that implements a questionnaire. How do I describe this feature.
Posted
by bellesebastien
on Stack Overflow
See other posts from Stack Overflow
or by bellesebastien
Published on 2010-06-10T07:37:38Z
Indexed on
2010/06/10
7:43 UTC
Read the original article
Hit count: 262
documentation
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.
© Stack Overflow or respective owner