RollingStone
RollingStone

Reputation: 180

Question web part

I'm a newbie to SharePoint development.

I have a task to develop a web part with the functionality of a questionnaire.

The administrator creates a questionnaire. Then the users fill in the questions. Later, the administrator can access the results for each user and build some reports from it.

It is difficult for me to imagine how to realize such functionality in WSS.

Can you show me the way to do it?

Thanks!

Upvotes: 1

Views: 837

Answers (1)

Toni Frankola
Toni Frankola

Reputation: 1667

Well, there is a built-in feature, called Survey, that does exactly what you described.

Depending on your needs you could still use Survey web part but create your own custom logic to fill or display survey results.

The third option might for filling surveys might be Infopath. Check this article for ideas. Please note: Special licensing applies to Infopath and Infopath Forms Services and you might not have this licensed. It is a bit complicated and it is out of scope for this question.

Upvotes: 6

Related Questions