0

I have a requirement to create live q&a sessions in sharepoint.

The requirement is for people to post questions and for the leader to answer them. Making all responses from the leader visible to all.

Is there a way to do this in SharePoint, and if so how can it be done?

My knowledge of sharepoint developer is not strong.

Can anyone help please.

babb
  • 423
  • 2
  • 15
  • 38
  • Can you use javascript to help? – James Black Feb 05 '13 at 14:52
  • You may want to look at this question, and see if it helps you better ask your question: http://stackoverflow.com/questions/485527/how-to-programmatically-update-content-in-a-sharepoint-web-part – James Black Feb 05 '13 at 14:53

1 Answers1

1

It depends on what is "not strong" in your case. Without coding skills, you could use a sub-list feature. Create lists named "Questions" and "Answers", and follow up with a tutorial:

http://www.epmpartners.com.au/blog/sharepoint-list-parent-child-relationship-e-g-creating-list-b-items-from-list-a/

Sebastian 506563
  • 6,980
  • 3
  • 31
  • 56