<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SLK Forum Rss Feed</title><link>http://www.codeplex.com/Project/ListForums.aspx?ProjectName=SLK</link><description>SLK Forum Rss Description</description><item><title>New Post: Unable to view student answers when reviewing assignment</title><link>http://slk.codeplex.com/discussions/439603</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
i faced with the same problem.&lt;br /&gt;
Quiz created by QuizMaker, doesn't allow check student result.&lt;br /&gt;
Richard, could you kindly advice a tool for creating quiz which support this feature&lt;br /&gt;
&lt;br /&gt;
Thanks a lots of&lt;br /&gt;
D. &lt;br /&gt;
&lt;/div&gt;</description><author>iFicha</author><pubDate>Fri, 10 May 2013 18:01:17 GMT</pubDate><guid isPermaLink="false">New Post: Unable to view student answers when reviewing assignment 20130510060117P</guid></item><item><title>New Post: Help:The answers are not stored</title><link>http://slk.codeplex.com/discussions/7331</link><description>&lt;div style="line-height: normal;"&gt;Hi Guys,&lt;br /&gt;
&lt;br /&gt;
can you advice a free tool for creating SCORM compatible with SLK 1.7 with supporting answer review feature&lt;br /&gt;
&lt;br /&gt;
D. &lt;br /&gt;
&lt;/div&gt;</description><author>iFicha</author><pubDate>Fri, 10 May 2013 17:36:11 GMT</pubDate><guid isPermaLink="false">New Post: Help:The answers are not stored 20130510053611P</guid></item><item><title>New Post: 'UserItemSite' not found in the schema.</title><link>http://slk.codeplex.com/discussions/442893</link><description>&lt;div style="line-height: normal;"&gt;just run upgrade16.sql in the source code. ^_^&lt;br /&gt;
&lt;/div&gt;</description><author>ChoiMayo03</author><pubDate>Wed, 08 May 2013 05:30:12 GMT</pubDate><guid isPermaLink="false">New Post: 'UserItemSite' not found in the schema. 20130508053012A</guid></item><item><title>New Post: SharePoint Learning Kit Database lock</title><link>http://slk.codeplex.com/discussions/442895</link><description>&lt;div style="line-height: normal;"&gt;Is the SLK Database being locked? &lt;br /&gt;
&lt;/div&gt;</description><author>Goms</author><pubDate>Wed, 08 May 2013 02:46:51 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint Learning Kit Database lock 20130508024651A</guid></item><item><title>New Post: 'UserItemSite' not found in the schema.</title><link>http://slk.codeplex.com/discussions/442893</link><description>&lt;div style="line-height: normal;"&gt;Hi, I have downloaded SLK 1.5 Source Code. I rebuild it using MSBuild without changing any of the code yet, but when i deployed it. It gives me an error on the Create an Assignment Page (AssignmentProperties.aspx).&lt;br /&gt;
&lt;br /&gt;
Here's the log regarding this error.&lt;br /&gt;
&lt;br /&gt;
SharePoint Learning Kit Error&lt;br /&gt;
System.InvalidOperationException: Item type 'UserItemSite' not found in the schema.&lt;br /&gt;
   at Microsoft.LearningComponents.Storage.LearningStoreJob.AddOrUpdateItem(String itemTypeName, IDictionary&lt;code&gt;2 uniquePropertyValues, IDictionary&lt;/code&gt;2 propertyValuesToUpdate, IDictionary&lt;code&gt;2 propertyValuesForAdd, Boolean requestItemId)&lt;br /&gt;   at Microsoft.LearningComponents.Storage.LearningStoreJob.AddOrUpdateItem(String itemTypeName, IDictionary&lt;/code&gt;2 uniquePropertyValues, IDictionary&lt;code&gt;2 propertyValuesToUpdate)&lt;br /&gt;   at Microsoft.SharePointLearningKit.SlkStore.AssignUserItemIdentifier(IEnumerable&lt;/code&gt;1 users)&lt;br /&gt;
   at Microsoft.SharePointLearningKit.SlkMemberships.FindAllSlkMembers(SPWeb web, ISlkStore store, Boolean instructorsOnly)&lt;br /&gt;
   at Microsoft.SharePointLearningKit.ApplicationPages.AssignmentPropertiesPage.PopulateSlkMembers()&lt;br /&gt;
   at Microsoft.SharePointLearningKit.ApplicationPages.AssignmentPropertiesPage.get_SlkMembers()&lt;br /&gt;
   at Microsoft.SharePointLearningKit.ApplicationPages.AssignmentPropertiesPage.DisplayAssignmentProperties()&lt;br /&gt;
   at Microsoft.SharePointLearningKit.ApplicationPages.AssignmentPropertiesPage.OnPreRender(EventArgs e)&lt;br /&gt;
&lt;/div&gt;</description><author>ChoiMayo03</author><pubDate>Wed, 08 May 2013 02:34:04 GMT</pubDate><guid isPermaLink="false">New Post: 'UserItemSite' not found in the schema. 20130508023404A</guid></item><item><title>New Post: Problems with .gif files in SP2013</title><link>http://slk.codeplex.com/discussions/436597</link><description>&lt;div style="line-height: normal;"&gt;That didn't work for me Richard I'm afraid.&lt;br /&gt;
&lt;/div&gt;</description><author>colinmeade</author><pubDate>Tue, 07 May 2013 16:32:56 GMT</pubDate><guid isPermaLink="false">New Post: Problems with .gif files in SP2013 20130507043256P</guid></item><item><title>New Post: Problems with .gif files in SP2013</title><link>http://slk.codeplex.com/discussions/436597</link><description>&lt;div style="line-height: normal;"&gt;Try editing slksettings.xml to explicitly set the mime type e.g. the current settings for jpeg are&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;MimeTypeMapping Extension=&amp;quot;.jpe&amp;quot; MimeType=&amp;quot;image/jpeg&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;MimeTypeMapping Extension=&amp;quot;.jpeg&amp;quot; MimeType=&amp;quot;image/jpeg&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;MimeTypeMapping Extension=&amp;quot;.jpg&amp;quot; MimeType=&amp;quot;image/jpeg&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
so you could add&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;MimeTypeMapping Extension=&amp;quot;.gif&amp;quot; MimeType=&amp;quot;image/gif&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Richard&lt;br /&gt;
SLK Coordinator&lt;br /&gt;
&lt;a href="http://blog.salamandersoft.co.uk" rel="nofollow"&gt;http://blog.salamandersoft.co.uk&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>RichardWillis</author><pubDate>Tue, 07 May 2013 11:28:29 GMT</pubDate><guid isPermaLink="false">New Post: Problems with .gif files in SP2013 20130507112829A</guid></item><item><title>New Post: SLK and EmpowerID</title><link>http://slk.codeplex.com/discussions/442477</link><description>&lt;div style="line-height: normal;"&gt;I've never tried it so couldn't say. It should work OK for users, but any group exposed through Empower probably can't be used. SharePoint groups will still work fine.&lt;br /&gt;
&lt;br /&gt;
Richard&lt;br /&gt;
SLK Coordinator&lt;br /&gt;
&lt;a href="http://blog.salamandersoft.co.uk" rel="nofollow"&gt;http://blog.salamandersoft.co.uk&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>RichardWillis</author><pubDate>Tue, 07 May 2013 11:22:30 GMT</pubDate><guid isPermaLink="false">New Post: SLK and EmpowerID 20130507112230A</guid></item><item><title>New Post: SLK and EmpowerID</title><link>http://slk.codeplex.com/discussions/442477</link><description>&lt;div style="line-height: normal;"&gt;Just wondering if anyone knows of any known issues using SLK with EmpowerID as an authentication tool?&lt;br /&gt;
&lt;/div&gt;</description><author>MarkMattson</author><pubDate>Fri, 03 May 2013 16:32:57 GMT</pubDate><guid isPermaLink="false">New Post: SLK and EmpowerID 20130503043257P</guid></item><item><title>New Post: SLK source code and VS2012</title><link>http://slk.codeplex.com/discussions/434813</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
I din't get References .csproj file in source code. could you please provide the modified Source code file.&lt;br /&gt;
&lt;br /&gt;
Thank you. &lt;br /&gt;
&lt;/div&gt;</description><author>pandit</author><pubDate>Thu, 02 May 2013 08:06:44 GMT</pubDate><guid isPermaLink="false">New Post: SLK source code and VS2012 20130502080644A</guid></item><item><title>New Post: Problems with .gif files in SP2013</title><link>http://slk.codeplex.com/discussions/436597</link><description>&lt;div style="line-height: normal;"&gt;Jepps, this one was really tricky. We ended up making a custom httpmodule that said that files ending With .gif is of content type image.... &lt;br /&gt;
&lt;/div&gt;</description><author>mariheg</author><pubDate>Wed, 01 May 2013 20:19:09 GMT</pubDate><guid isPermaLink="false">New Post: Problems with .gif files in SP2013 20130501081909P</guid></item><item><title>New Post: SLK source code and VS2012</title><link>http://slk.codeplex.com/discussions/434813</link><description>&lt;div style="line-height: normal;"&gt;Did you manage to get rid of this image? It is appearing for me also on both IE and Chrome under SharePoint 2013.&lt;br /&gt;
&lt;/div&gt;</description><author>colinmeade</author><pubDate>Wed, 01 May 2013 16:24:40 GMT</pubDate><guid isPermaLink="false">New Post: SLK source code and VS2012 20130501042440P</guid></item><item><title>New Post: Problems with .gif files in SP2013</title><link>http://slk.codeplex.com/discussions/436597</link><description>&lt;div style="line-height: normal;"&gt;Was this ever resolved? I am running into the same issue on SharePoint 2013 also. The images from the Solitaire sample load in Chrome but not in IE.&lt;br /&gt;
&lt;br /&gt;
Any suggestions?&lt;br /&gt;
&lt;/div&gt;</description><author>colinmeade</author><pubDate>Wed, 01 May 2013 16:18:26 GMT</pubDate><guid isPermaLink="false">New Post: Problems with .gif files in SP2013 20130501041826P</guid></item><item><title>New Post: Deleted Users</title><link>http://slk.codeplex.com/discussions/298996</link><description>&lt;div style="line-height: normal;"&gt;Ditto. Most of our courses are now unavailable which is hugely embarrassing. We're looking at Moodle. Very disappointing.&lt;br /&gt;
&lt;/div&gt;</description><author>HocusThePocus</author><pubDate>Tue, 30 Apr 2013 10:44:44 GMT</pubDate><guid isPermaLink="false">New Post: Deleted Users 20130430104444A</guid></item><item><title>New Post: Deleted Users</title><link>http://slk.codeplex.com/discussions/298996</link><description>&lt;div style="line-height: normal;"&gt;Our company has given up as it is really unusable in this state. We are currently looking at externally hosted solutions to replace it. A shame as a system integrated into Sharepoint was perfect , and it does a lot of things right. But the training manager has become so frustrated with courses that are no longer accessible&lt;br /&gt;
&lt;/div&gt;</description><author>AndyT_UK</author><pubDate>Tue, 23 Apr 2013 10:40:26 GMT</pubDate><guid isPermaLink="false">New Post: Deleted Users 20130423104026A</guid></item><item><title>New Post: Deleted Users</title><link>http://slk.codeplex.com/discussions/298996</link><description>&lt;div style="line-height: normal;"&gt;Does anyone know whether there has been any progress on this? This is becoming a serious problem for us because we have a large turn-over of agency staff, many of whom leave before completing all of their assignments.&lt;br /&gt;
&lt;br /&gt;
There are two really irritating issues regarding this:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;The error message is useless - why on earth can't it actually give some indication as to &lt;strong&gt;which user&lt;/strong&gt; can't be found - we have over 3000 with a 10% annual turn over so expecting us manually to trawl through user lists is unrealistic&lt;/li&gt;
&lt;li&gt;
Why does processing have to abort - surely a warning is enough&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>HocusThePocus</author><pubDate>Tue, 23 Apr 2013 10:22:54 GMT</pubDate><guid isPermaLink="false">New Post: Deleted Users 20130423102254A</guid></item><item><title>New Post: Unable to view student answers when reviewing assignment</title><link>http://slk.codeplex.com/discussions/439603</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I haven't got any experience of QuizMaker, but I'll try to answer.&lt;br /&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;
When the course is submitted by the student, the instructor cannot see the student's answers when clicking on user name. The same happens when the course is returned to the student, the student cannot see his previous answers when reviewing the course.&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
Have you enabled review mode in the quizmaker settings?&lt;br /&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;
When the student presses any button in the course player (ie the &amp;quot;Save &amp;amp; Close&amp;quot; or the X browser button) the course is submitted to the instructor, ie I cannot find any button the student can click and save his answers and have the possibility to review and complete his course in a 2nd step.&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
That will depend on the package supporting it.&lt;br /&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;
How can the instructor publish a new version of a course by replacing an existing one ? &lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
No. If versioning is turned on in the document library, then the exact version assigned is always run by the student. If versioning isn't turned on, the the latest version uploaded to the library is used, however, if the assignment has already been started, then there may be inconsistencies/errors depending on the changes.&lt;br /&gt;
&lt;br /&gt;
Richard&lt;br /&gt;
SLK Coordinator&lt;br /&gt;
&lt;a href="http://blog.salamandersoft.co.uk" rel="nofollow"&gt;http://blog.salamandersoft.co.uk&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>RichardWillis</author><pubDate>Mon, 22 Apr 2013 12:49:58 GMT</pubDate><guid isPermaLink="false">New Post: Unable to view student answers when reviewing assignment 20130422124958P</guid></item><item><title>New Post: Can we have username or email address in  dbo.UserItem table in [Name] Column? </title><link>http://slk.codeplex.com/discussions/438658</link><description>&lt;div style="line-height: normal;"&gt;SLK uses a custom data access framework which is a real pain. You will need to modify all the functions and views in the SLK schema to add the column, before adding it to the code. Have a search through the code for SPUserId to see how I added that column for the users - although the implementation is actually a table.&lt;br /&gt;
&lt;/div&gt;</description><author>RichardWillis</author><pubDate>Mon, 22 Apr 2013 12:41:49 GMT</pubDate><guid isPermaLink="false">New Post: Can we have username or email address in  dbo.UserItem table in [Name] Column?  20130422124149P</guid></item><item><title>New Post: Sharepoint Learning Kit Basic Web Player</title><link>http://slk.codeplex.com/discussions/441055</link><description>&lt;div style="line-height: normal;"&gt;Hi gehbeez,&lt;br /&gt;
&lt;br /&gt;
The Basic Web Player currently only support Windows Authentication. You would need to modify PageHelper to support different authentication schemes. Look at the UserName property, this looks at the current WindowsIdentity to get the username which is then stored in the database against the assignments. You could add a different user authentication method as long as you returned the value from that property.&lt;br /&gt;
&lt;br /&gt;
Richard&lt;br /&gt;
SLK Coordinator&lt;br /&gt;
&lt;a href="http://blog.salamandersoft.co.uk" rel="nofollow"&gt;http://blog.salamandersoft.co.uk&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>RichardWillis</author><pubDate>Mon, 22 Apr 2013 12:27:30 GMT</pubDate><guid isPermaLink="false">New Post: Sharepoint Learning Kit Basic Web Player 20130422122730P</guid></item><item><title>New Post: Sharepoint Learning Kit Basic Web Player</title><link>http://slk.codeplex.com/discussions/441055</link><description>&lt;div style="line-height: normal;"&gt;i want to ask how to make it work with forms authentication and&lt;br /&gt;
if the player supports multiple users login at the same time ?&lt;br /&gt;
&lt;/div&gt;</description><author>gehbeez</author><pubDate>Sun, 21 Apr 2013 13:07:52 GMT</pubDate><guid isPermaLink="false">New Post: Sharepoint Learning Kit Basic Web Player 20130421010752P</guid></item></channel></rss>