views:

54

answers:

2

From Sharepoint newbee

Hi,

I want to create a quiz in Sharepoint and assign marks to the individual options (always 4) of each question. At the end the candidate should get the overall score.

Is it possible in Sharepoint? I already have the questions ready and available in Sharepoint.

All questions have only one correct answer.

A: 

I, like you, have searched for a solution for this and finally decided to just create a Silverlight application and view it through a Page Viewer Web Part.

I read in the list of questions from SharePoint through it's Lists Web Service, then do all of my question asking/grading in my Silverlight app. I haven't gotten to writing the scores back to a list yet.

To show your application in SharePoint you simply have to upload your .xap file and an html page to display it (Visual Studio will generate one of these, usually called ProjectNameTestPage.html). Then you point the page viewer to the html file and you're off to the races.

smoore