Articulate Community Forums

Articulate Community Forums » Articulate Product Forums » Articulate Presenter » How to turn off SumTotal Player

Reply
 
LinkBack Thread Tools Search this Thread
Old 10-25-2007, 11:57 AM   # 1
Member
 
Join Date: Oct 2007
Posts: 1
Question How to turn off SumTotal Player


Hello,

I am a new user of the Articulate suite of products and am very impressed with what I have seen so far. We have also just purchased a new LMS system (SumTotal) and I am currently in the process of testing various Articulate settings when publishing to this LMS. When I publish to the LMS using either SCORM 2004 or 1.2, the articulate presentation is launched within the SumTotal player. Does anyone know how to turn off the SumTotal player so that the only form of navigation that the learner would see is those included with Articulate?

Thanks
Wendy H. is offline  
Reply With Quote
Old 11-06-2007, 12:17 PM   # 2
Member
 
Join Date: May 2006
Posts: 11
Default Re: How to turn off SumTotal Player


Wendy,

If you have access to the API help document for SumTotal, it goes into more detail, but this should get you what you need, and is how we do it for version 7.1.

In your manifest file:

Add this namespace
Code:
xmlns:c2lcp="http://www.sumtotalsystems.com/xsd/c2l_cp_rootv1p1"
Add this xsd
Code:
http://www.sumtotalsystems.com/xsd/c2l_cp_rootv1p1 c2l_cp_rootv1p1.xsd
And add this after your resourse element, and modify it to your liking
Code:
<!-- Scorm Extension -->
<c2lcp:ItemDataExtra>
	<c2lcp:ItemData Type="Course"> 
		<c2lcp:ItemSpecificData> 
			<c2lcp:CourseData> 
				<c2lcp:PackageProperties> 
					<c2lcp:CourseDisplay> 
						<c2lcp:ShowNavBar>no</c2lcp:ShowNavBar>
						<c2lcp:TOC>
							<c2lcp:MaxWidth>1</c2lcp:MaxWidth> 
							<c2lcp:ScrollBar>yes</c2lcp:ScrollBar>
							<c2lcp:BackgroundColor>ffffff</c2lcp:BackgroundColor> 
						</c2lcp:TOC>
					</c2lcp:CourseDisplay> 
					<c2lcp:Launch>
						 <c2lcp:Width>1024</c2lcp:Width>
						 <c2lcp:Height>768</c2lcp:Height>
						 <c2lcp:AllowResize>yes</c2lcp:AllowResize>
					</c2lcp:Launch>
				</c2lcp:PackageProperties>
			</c2lcp:CourseData> 
		</c2lcp:ItemSpecificData>
	</c2lcp:ItemData> 
</c2lcp:ItemDataExtra>

<!-- End -->
Hope this helps.

Ron
ron c is offline  
Reply With Quote
Old 02-01-2010, 03:17 PM   # 3
Member
 
Join Date: Jan 2007
Posts: 3
Default Re: How to turn off SumTotal Player


Thanks for the info on turing off SumTotal's nav bar. I have two questions:

1. Where in the manifest does the xds line of code go?

2. Instead of adding all the additional code that you suggest after the Resources section of the manifest, would simply adding an instruction to turn off the nav bar work?

<c2lcp:ShowNavBar>no</c2lcp:ShowNavBar>

Wouldn't the other settings just default to the template settings?

Thanks,

David
dstone303 is offline  
Reply With Quote
Old 02-01-2010, 04:07 PM   # 4
Moderator
 
Justin's Avatar
 
Join Date: Feb 2006
Posts: 7,692
Default Re: How to turn off SumTotal Player


Does this article help?
Hide the SumTotal Navigation Bar for Presenter ‘09 presentations – Articulate Presenter ‘09 Knowledge Base
__________________
Justin Wilcox
Customer Support Manager
Articulate - Empowering Rapid E-Learning
Tweet me here.
Justin is offline  
Reply With Quote
Old 02-01-2010, 05:39 PM   # 5
Member
 
Join Date: Jan 2007
Posts: 3
Default Re: How to turn off SumTotal Player


Nothing's ever simple ...is it? Yes, the Knowledge Base article helps a lot. Thanks much. David
dstone303 is offline  
Reply With Quote
Old 02-12-2010, 09:46 AM   # 6
Member
 
Join Date: Jun 2007
Posts: 30
Default Re: How to turn off SumTotal Player


this does work for me. however, I have to do it every time I publish a course.

is there any way to set up a template so that this information is in the manifest file by default?
chrisb is offline  
Reply With Quote
Old 02-12-2010, 09:55 AM   # 7
Moderator
 
beeneeb's Avatar
 
Join Date: Jul 2007
Posts: 4,375
Default Re: How to turn off SumTotal Player


Quote:
Originally Posted by chrisb View Post
this does work for me. however, I have to do it every time I publish a course.

is there any way to set up a template so that this information is in the manifest file by default?
Hi Chris,

The core files for your installation of Articulate Presenter are located here:

C:\Program Files\Articulate\Presenter\players

Just find the folder that applies to the LMS standard that you are publishing to & make the appropriate changes to the file. Be sure to make a backup copy of the original file before you make any edits just in case.
__________________
Brian Batt
Customer Support Engineer
Articulate - Empowering Rapid E-Learning
www.articulate.com

You twitter? Follow me here.
beeneeb is offline  
Reply With Quote
Old 02-12-2010, 11:03 AM   # 8
Member
 
Join Date: Jun 2007
Posts: 30
Default Re: How to turn off SumTotal Player


works like a charm - thanks!
chrisb is offline  
Reply With Quote
Old 05-18-2010, 10:49 PM   # 9
Member
 
Join Date: May 2010
Posts: 2
Default Re: How to turn off SumTotal Player


Would you provide an example of what you changed - am newer to this. I would LUV to stop manipulating published files!!!
srholbert12 is offline  
Reply With Quote
Old 05-21-2010, 04:08 PM   # 10
Member
 
pmw061299's Avatar
 
Join Date: Apr 2009
Location: Missouri
Age: 31
Posts: 12
Default Re: How to turn off SumTotal Player


Would the code to be added in the article here be the same code to add in a Quizmaker manifest? Would it need to be modified?
__________________
Phil Wilson
DST Systems Inc.
pmw061299 is offline  
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On