I created a quiz web part in SharePoint 2007, but I'm stuck on one resolution. He must write a quiz score on the list, which he now throws an error when trying. I believe that if the web part has an appropriate permission level, user permissions (polling) do not matter.
Is there a specific permission that should allow webpart to write to the list? In particular:
SPListItem item = listItems.Add();
source
share