|
View:
New views
12 Messages
—
Rating Filter:
Alert me
|
|
|
[Building Sakai] Problem with SCORM player 2004 3Ed for Sakai 2.5.xDear all, I try the demo of SCORM player for Sakai here http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cdb-80f7-6729668a0a72
A package has a link to launch it. But after I uploaded a SCORM package successfully to my Sakai. I did not see a link like this ??? These are tool I use: https://source.sakaiproject.org/svn/sakai/branches/sakai_2-5-x/ https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/branches/sakai_2-5-x/
https://source.sakaiproject.org/contrib/wicket/sakai-wicket/branches/sakai_2-5-x-wicket-1.3.5/
Thanks. Looking forward to your replies. Phuc Bui _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
|
|
|
Re: [Building Sakai] Problem with SCORM player 2004 3Ed for Sakai 2.5.xThere are several roles that need to be set in order for the scorm
player to behave properly. These all begin with the word 'scorm' and are accessible under Realms>!site.template>maintain/access and Realms>!site.template.course>instructor/student : maintain/instructor users should have: - scorm.configure - scorm.delete - scorm.grade - scorm.launch - scorm.upload - scorm.validate access/student users should have: - scorm.launch Phuc Bui wrote: > Dear all, > Here is my SCORM player after installing and uploading a SCORM package. > (please view the image) > http://i400.photobucket.com/albums/pp88/bmphuc/SCORM_problem.jpg > It looks different from this website > (http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cd > b-80f7-6729668a0a72) (no link to launch it, no configuration function when I > logged in...). > I have followed the instruction of the file INSTALL, included in scorm > source. > I wonder what this line mean: " THIRD STEP: Install the scorm component > (api, impl, and tool) -- you may already have done this, if you're reading > this file." > What should I have done when I'm reading this file ??? > > These are steps that I've followed to install SCORM player: > 1. download sakai src by SVN, install and deploy it. > 2. download sakai-wicket, install and deploy it. > 3. download scorm, install and deploy it. (I don't know what to do with > component (api, impl, and tool)) > 4. Run tomcat, and add a SCORM package. > All steps are successfully. And the result is shown like above image. > But I cannot play any SCORM package that I have uploaded ??? > I'm stuck here for a long time :( > Please share me your experiences on it :) > > Looking forward to your replies. > Thanks > Phuc Bui > > ---------------------------------------------------------------------- > From: Phuc Bui [mailto:phucbui2006@...] > Subject: Problem with SCORM player 2004 3Ed for Sakai 2.5.x > > Dear all, > I try the demo of SCORM player for Sakai here > http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cdb > -80f7-6729668a0a72 > A package has a link to launch it. > But after I uploaded a SCORM package successfully to my Sakai. > I did not see a link like this ??? > These are tool I use: > https://source.sakaiproject.org/svn/sakai/branches/sakai_2-5-x/ > https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/branches/sa > kai_2-5-x/ > https://source.sakaiproject.org/contrib/wicket/sakai-wicket/branches/sakai_2 > -5-x-wicket-1.3.5/ > > Thanks. > Looking forward to your replies. > > > sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Problem with SCORM player 2004 3Ed for Sakai 2.5.xThanks Mr. Renfro, I got it.
Because I have a problem with creating Course Site (no Academic term's available), I have to use it as admin. By the way, can you tell me what is the problem here: I have an insert statement into " cm_academic_session_t " to create an Academic term INSERT INTO `cm_academic_session_t` (`ACADEMIC_SESSION_ID`,`VERSION`,`LAST_MODIFIED_BY`,`LAST_MODIFIED_DATE`,`CR EATED_BY`,`CREATED_DATE`,`ENTERPRISE_ID`,`TITLE`,`DESCRIPTION`,`START_DATE`, `END_DATE`) VALUES (NULL,'2','Phuc','2009-04-07','Phuc','2009-04-07','Sem1','First Semester','First semester','2009-05-01','2009-08-01') But no term appears when I create new course site ??? Thanks. Phuc Bui -----Original Message----- From: James Renfro [mailto:jlrenfro@...] Sent: Tuesday, April 07, 2009 1:38 AM To: Phuc Bui Cc: sakai-dev@...; Sacha Lepretre; 'Kirk Alexander'; ' William Wan' Subject: Re: Problem with SCORM player 2004 3Ed for Sakai 2.5.x There are several roles that need to be set in order for the scorm player to behave properly. These all begin with the word 'scorm' and are accessible under Realms>!site.template>maintain/access and Realms>!site.template.course>instructor/student : maintain/instructor users should have: - scorm.configure - scorm.delete - scorm.grade - scorm.launch - scorm.upload - scorm.validate access/student users should have: - scorm.launch Phuc Bui wrote: > Dear all, > Here is my SCORM player after installing and uploading a SCORM package. > (please view the image) > http://i400.photobucket.com/albums/pp88/bmphuc/SCORM_problem.jpg > It looks different from this website > (http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cd > b-80f7-6729668a0a72) (no link to launch it, no configuration function when I > logged in...). > I have followed the instruction of the file INSTALL, included in scorm > source. > I wonder what this line mean: " THIRD STEP: Install the scorm component > (api, impl, and tool) -- you may already have done this, if you're reading > this file." > What should I have done when I'm reading this file ??? > > These are steps that I've followed to install SCORM player: > 1. download sakai src by SVN, install and deploy it. > 2. download sakai-wicket, install and deploy it. > 3. download scorm, install and deploy it. (I don't know what to do with > component (api, impl, and tool)) > 4. Run tomcat, and add a SCORM package. > All steps are successfully. And the result is shown like above image. > But I cannot play any SCORM package that I have uploaded ??? > I'm stuck here for a long time :( > Please share me your experiences on it :) > > Looking forward to your replies. > Thanks > Phuc Bui > > ---------------------------------------------------------------------- > From: Phuc Bui [mailto:phucbui2006@...] > Subject: Problem with SCORM player 2004 3Ed for Sakai 2.5.x > > Dear all, > I try the demo of SCORM player for Sakai here > > -80f7-6729668a0a72 > A package has a link to launch it. > But after I uploaded a SCORM package successfully to my Sakai. > I did not see a link like this ??? > These are tool I use: > https://source.sakaiproject.org/svn/sakai/branches/sakai_2-5-x/ > https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/branches/sa > kai_2-5-x/ > https://source.sakaiproject.org/contrib/wicket/sakai-wicket/branches/sakai_2 > -5-x-wicket-1.3.5/ > > Thanks. > Looking forward to your replies. > > > _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Problem with SCORM player 2004 3Ed for Sakai 2.5.xDear all,
I found the problem when inserting value into the table 'cm_academic_session_t'. That is the STARTDATE must be earlier than TODAY. Thanks for all. I'm grateful to your helps. Phuc Bui -----Original Message----- From: Phuc Bui [mailto:phucbui2006@...] Sent: Tuesday, April 07, 2009 10:42 AM To: James Renfro Cc: sakai-dev@... Subject: RE: Problem with SCORM player 2004 3Ed for Sakai 2.5.x Thanks Mr. Renfro, I got it. Because I have a problem with creating Course Site (no Academic term's available), I have to use it as admin. By the way, can you tell me what is the problem here: I have an insert statement into " cm_academic_session_t " to create an Academic term INSERT INTO `cm_academic_session_t` (`ACADEMIC_SESSION_ID`,`VERSION`,`LAST_MODIFIED_BY`,`LAST_MODIFIED_DATE`,`CR EATED_BY`,`CREATED_DATE`,`ENTERPRISE_ID`,`TITLE`,`DESCRIPTION`,`START_DATE`, `END_DATE`) VALUES (NULL,'2','Phuc','2009-04-07','Phuc','2009-04-07','Sem1','First Semester','First semester','2009-05-01','2009-08-01') But no term appears when I create new course site ??? Thanks. Phuc Bui -----Original Message----- From: James Renfro [mailto:jlrenfro@...] Sent: Tuesday, April 07, 2009 1:38 AM To: Phuc Bui Cc: sakai-dev@...; Sacha Lepretre; 'Kirk Alexander'; ' William Wan' Subject: Re: Problem with SCORM player 2004 3Ed for Sakai 2.5.x There are several roles that need to be set in order for the scorm player to behave properly. These all begin with the word 'scorm' and are accessible under Realms>!site.template>maintain/access and Realms>!site.template.course>instructor/student : maintain/instructor users should have: - scorm.configure - scorm.delete - scorm.grade - scorm.launch - scorm.upload - scorm.validate access/student users should have: - scorm.launch Phuc Bui wrote: > Dear all, > Here is my SCORM player after installing and uploading a SCORM package. > (please view the image) > http://i400.photobucket.com/albums/pp88/bmphuc/SCORM_problem.jpg > It looks different from this website > (http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cd > b-80f7-6729668a0a72) (no link to launch it, no configuration function when I > logged in...). > I have followed the instruction of the file INSTALL, included in scorm > source. > I wonder what this line mean: " THIRD STEP: Install the scorm component > (api, impl, and tool) -- you may already have done this, if you're reading > this file." > What should I have done when I'm reading this file ??? > > These are steps that I've followed to install SCORM player: > 1. download sakai src by SVN, install and deploy it. > 2. download sakai-wicket, install and deploy it. > 3. download scorm, install and deploy it. (I don't know what to do with > component (api, impl, and tool)) > 4. Run tomcat, and add a SCORM package. > All steps are successfully. And the result is shown like above image. > But I cannot play any SCORM package that I have uploaded ??? > I'm stuck here for a long time :( > Please share me your experiences on it :) > > Looking forward to your replies. > Thanks > Phuc Bui > > ---------------------------------------------------------------------- > From: Phuc Bui [mailto:phucbui2006@...] > Subject: Problem with SCORM player 2004 3Ed for Sakai 2.5.x > > Dear all, > I try the demo of SCORM player for Sakai here > > -80f7-6729668a0a72 > A package has a link to launch it. > But after I uploaded a SCORM package successfully to my Sakai. > I did not see a link like this ??? > These are tool I use: > https://source.sakaiproject.org/svn/sakai/branches/sakai_2-5-x/ > https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/branches/sa > kai_2-5-x/ > https://source.sakaiproject.org/contrib/wicket/sakai-wicket/branches/sakai_2 > -5-x-wicket-1.3.5/ > > Thanks. > Looking forward to your replies. > > > _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
|
|
|
Re: [Building Sakai] Problem with SCORM player 2004 3Ed for Sakai 2.5.xHi James,
I am facing the same problem...the users with acess roles are unable to launch scorm package. I have followed the steps you've mentioned, through admin login but i am still unable to launch in guest(access) login. I had created a project site. Looking forward to your reply Thanks, Neeru Joshi
|
|
|
Re: [Building Sakai] Problem with SCORM player 2004 3Ed for Sakai 2.5.xI think it is generally the case in Sakai that when you modify roles by
adding functions to templates these changes only impact future site creation. So if you, (1) created a project site (2) modified the Realms > !site.template > access to include scorm.launch (3) returned to the original project site You would still not be able to launch scorm content. The solution for this is to create a new project site, or if you need to change old permissions, to do it directly in the database. I believe there may be some administrative tools in contrib that will facilitate this process, but we generally just make updates in the db. Neeru Joshi wrote: > Hi James, > > I am facing the same problem...the users with acess roles are unable to > launch scorm package. I have followed the steps you've mentioned, through > admin login but i am still unable to launch in guest(access) login. I had > created a project site. > > Looking forward to your reply > Thanks, > Neeru Joshi > > > James Renfro wrote: > >> There are several roles that need to be set in order for the scorm >> player to behave properly. These all begin with the word 'scorm' and are >> accessible under Realms>!site.template>maintain/access and >> Realms>!site.template.course>instructor/student : >> >> maintain/instructor users should have: >> - scorm.configure >> - scorm.delete >> - scorm.grade >> - scorm.launch >> - scorm.upload >> - scorm.validate >> >> access/student users should have: >> - scorm.launch >> >> >> >> Phuc Bui wrote: >> >>> Dear all, >>> Here is my SCORM player after installing and uploading a SCORM package. >>> (please view the image) >>> http://i400.photobucket.com/albums/pp88/bmphuc/SCORM_problem.jpg >>> It looks different from this website >>> (http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cd >>> b-80f7-6729668a0a72) (no link to launch it, no configuration function >>> when I >>> logged in...). >>> I have followed the instruction of the file INSTALL, included in scorm >>> source. >>> I wonder what this line mean: " THIRD STEP: Install the scorm component >>> (api, impl, and tool) -- you may already have done this, if you're >>> reading >>> this file." >>> What should I have done when I'm reading this file ??? >>> >>> These are steps that I've followed to install SCORM player: >>> 1. download sakai src by SVN, install and deploy it. >>> 2. download sakai-wicket, install and deploy it. >>> 3. download scorm, install and deploy it. (I don't know what to do with >>> component (api, impl, and tool)) >>> 4. Run tomcat, and add a SCORM package. >>> All steps are successfully. And the result is shown like above image. >>> But I cannot play any SCORM package that I have uploaded ??? >>> I'm stuck here for a long time :( >>> Please share me your experiences on it :) >>> >>> Looking forward to your replies. >>> Thanks >>> Phuc Bui >>> >>> ---------------------------------------------------------------------- >>> From: Phuc Bui [mailto:phucbui2006@...] >>> Subject: Problem with SCORM player 2004 3Ed for Sakai 2.5.x >>> >>> Dear all, >>> I try the demo of SCORM player for Sakai here >>> http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cdb >>> -80f7-6729668a0a72 >>> A package has a link to launch it. >>> But after I uploaded a SCORM package successfully to my Sakai. >>> I did not see a link like this ??? >>> These are tool I use: >>> https://source.sakaiproject.org/svn/sakai/branches/sakai_2-5-x/ >>> https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/branches/sa >>> kai_2-5-x/ >>> https://source.sakaiproject.org/contrib/wicket/sakai-wicket/branches/sakai_2 >>> -5-x-wicket-1.3.5/ >>> >>> Thanks. >>> Looking forward to your replies. >>> >>> >>> >>> >> _______________________________________________ >> sakai-dev mailing list >> sakai-dev@... >> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >> >> TO UNSUBSCRIBE: send email to >> sakai-dev-unsubscribe@... with a subject of >> "unsubscribe" >> >> >> > > sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Problem with SCORM player 2004 3Ed for Sakai 2.5.xHi James,
Thanks a lot!! That certainly solved the problem. Regards, Neeru
|
|
|
Re: [Building Sakai] Problem with SCORM player 2004 3Ed for Sakai 2.5.xJames is on the mark, once you update role permissions, you need to
backfill them to any applicable sites. It can get a bit daunting looking at the interconnected DB tables so the recommended way is to use the API. There are web services for this, see this article: http://bit.ly/oUui2 cheers, Steve On 8 Jul 2009, at 11:45, James Renfro wrote: > I think it is generally the case in Sakai that when you modify roles > by > adding functions to templates these changes only impact future site > creation. So if you, > (1) created a project site > (2) modified the Realms > !site.template > access to include > scorm.launch > (3) returned to the original project site > > You would still not be able to launch scorm content. The solution for > this is to create a new project site, or if you need to change old > permissions, to do it directly in the database. I believe there may be > some administrative tools in contrib that will facilitate this > process, > but we generally just make updates in the db. > > > Neeru Joshi wrote: >> Hi James, >> >> I am facing the same problem...the users with acess roles are >> unable to >> launch scorm package. I have followed the steps you've mentioned, >> through >> admin login but i am still unable to launch in guest(access) login. >> I had >> created a project site. >> >> Looking forward to your reply >> Thanks, >> Neeru Joshi >> >> >> James Renfro wrote: >> >>> There are several roles that need to be set in order for the scorm >>> player to behave properly. These all begin with the word 'scorm' >>> and are >>> accessible under Realms>!site.template>maintain/access and >>> Realms>!site.template.course>instructor/student : >>> >>> maintain/instructor users should have: >>> - scorm.configure >>> - scorm.delete >>> - scorm.grade >>> - scorm.launch >>> - scorm.upload >>> - scorm.validate >>> >>> access/student users should have: >>> - scorm.launch >>> >>> >>> >>> Phuc Bui wrote: >>> >>>> Dear all, >>>> Here is my SCORM player after installing and uploading a SCORM >>>> package. >>>> (please view the image) >>>> http://i400.photobucket.com/albums/pp88/bmphuc/SCORM_problem.jpg >>>> It looks different from this website >>>> (http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cd >>>> b-80f7-6729668a0a72) (no link to launch it, no configuration >>>> function >>>> when I >>>> logged in...). >>>> I have followed the instruction of the file INSTALL, included in >>>> scorm >>>> source. >>>> I wonder what this line mean: " THIRD STEP: Install the scorm >>>> component >>>> (api, impl, and tool) -- you may already have done this, if you're >>>> reading >>>> this file." >>>> What should I have done when I'm reading this file ??? >>>> >>>> These are steps that I've followed to install SCORM player: >>>> 1. download sakai src by SVN, install and deploy it. >>>> 2. download sakai-wicket, install and deploy it. >>>> 3. download scorm, install and deploy it. (I don't know what to >>>> do with >>>> component (api, impl, and tool)) >>>> 4. Run tomcat, and add a SCORM package. >>>> All steps are successfully. And the result is shown like above >>>> image. >>>> But I cannot play any SCORM package that I have uploaded ??? >>>> I'm stuck here for a long time :( >>>> Please share me your experiences on it :) >>>> >>>> Looking forward to your replies. >>>> Thanks >>>> Phuc Bui >>>> >>>> ---------------------------------------------------------------------- >>>> From: Phuc Bui [mailto:phucbui2006@...] >>>> Subject: Problem with SCORM player 2004 3Ed for Sakai 2.5.x >>>> >>>> Dear all, >>>> I try the demo of SCORM player for Sakai here >>>> http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cdb >>>> -80f7-6729668a0a72 >>>> A package has a link to launch it. >>>> But after I uploaded a SCORM package successfully to my Sakai. >>>> I did not see a link like this ??? >>>> These are tool I use: >>>> https://source.sakaiproject.org/svn/sakai/branches/sakai_2-5-x/ >>>> https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/branches/sa >>>> kai_2-5-x/ >>>> https://source.sakaiproject.org/contrib/wicket/sakai-wicket/branches/sakai_2 >>>> -5-x-wicket-1.3.5/ >>>> >>>> Thanks. >>>> Looking forward to your replies. >>>> >>>> >>>> >>>> >>> _______________________________________________ >>> sakai-dev mailing list >>> sakai-dev@... >>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >>> >>> TO UNSUBSCRIBE: send email to >>> sakai-dev-unsubscribe@... with a subject of >>> "unsubscribe" >>> >>> >>> >> >> > _______________________________________________ > sakai-dev mailing list > sakai-dev@... > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... > with a subject of "unsubscribe" _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Problem with SCORM player 2004 3Ed for Sakai 2.5.xNoticing that the attachments to files on confluence are dead links.
Sean On Thu, Jul 9, 2009 at 3:44 PM, Steve Swinsburg<s.swinsburg@...> wrote: > James is on the mark, once you update role permissions, you need to > backfill them to any applicable sites. It can get a bit daunting > looking at the interconnected DB tables so the recommended way is to > use the API. > > There are web services for this, see this article: > http://bit.ly/oUui2 > > cheers, > Steve > > > > > > > On 8 Jul 2009, at 11:45, James Renfro wrote: > >> I think it is generally the case in Sakai that when you modify roles >> by >> adding functions to templates these changes only impact future site >> creation. So if you, >> (1) created a project site >> (2) modified the Realms > !site.template > access to include >> scorm.launch >> (3) returned to the original project site >> >> You would still not be able to launch scorm content. The solution for >> this is to create a new project site, or if you need to change old >> permissions, to do it directly in the database. I believe there may be >> some administrative tools in contrib that will facilitate this >> process, >> but we generally just make updates in the db. >> >> >> Neeru Joshi wrote: >>> Hi James, >>> >>> I am facing the same problem...the users with acess roles are >>> unable to >>> launch scorm package. I have followed the steps you've mentioned, >>> through >>> admin login but i am still unable to launch in guest(access) login. >>> I had >>> created a project site. >>> >>> Looking forward to your reply >>> Thanks, >>> Neeru Joshi >>> >>> >>> James Renfro wrote: >>> >>>> There are several roles that need to be set in order for the scorm >>>> player to behave properly. These all begin with the word 'scorm' >>>> and are >>>> accessible under Realms>!site.template>maintain/access and >>>> Realms>!site.template.course>instructor/student : >>>> >>>> maintain/instructor users should have: >>>> - scorm.configure >>>> - scorm.delete >>>> - scorm.grade >>>> - scorm.launch >>>> - scorm.upload >>>> - scorm.validate >>>> >>>> access/student users should have: >>>> - scorm.launch >>>> >>>> >>>> >>>> Phuc Bui wrote: >>>> >>>>> Dear all, >>>>> Here is my SCORM player after installing and uploading a SCORM >>>>> package. >>>>> (please view the image) >>>>> http://i400.photobucket.com/albums/pp88/bmphuc/SCORM_problem.jpg >>>>> It looks different from this website >>>>> (http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cd >>>>> b-80f7-6729668a0a72) (no link to launch it, no configuration >>>>> function >>>>> when I >>>>> logged in...). >>>>> I have followed the instruction of the file INSTALL, included in >>>>> scorm >>>>> source. >>>>> I wonder what this line mean: " THIRD STEP: Install the scorm >>>>> component >>>>> (api, impl, and tool) -- you may already have done this, if you're >>>>> reading >>>>> this file." >>>>> What should I have done when I'm reading this file ??? >>>>> >>>>> These are steps that I've followed to install SCORM player: >>>>> 1. download sakai src by SVN, install and deploy it. >>>>> 2. download sakai-wicket, install and deploy it. >>>>> 3. download scorm, install and deploy it. (I don't know what to >>>>> do with >>>>> component (api, impl, and tool)) >>>>> 4. Run tomcat, and add a SCORM package. >>>>> All steps are successfully. And the result is shown like above >>>>> image. >>>>> But I cannot play any SCORM package that I have uploaded ??? >>>>> I'm stuck here for a long time :( >>>>> Please share me your experiences on it :) >>>>> >>>>> Looking forward to your replies. >>>>> Thanks >>>>> Phuc Bui >>>>> >>>>> ---------------------------------------------------------------------- >>>>> From: Phuc Bui [mailto:phucbui2006@...] >>>>> Subject: Problem with SCORM player 2004 3Ed for Sakai 2.5.x >>>>> >>>>> Dear all, >>>>> I try the demo of SCORM player for Sakai here >>>>> http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cdb >>>>> -80f7-6729668a0a72 >>>>> A package has a link to launch it. >>>>> But after I uploaded a SCORM package successfully to my Sakai. >>>>> I did not see a link like this ??? >>>>> These are tool I use: >>>>> https://source.sakaiproject.org/svn/sakai/branches/sakai_2-5-x/ >>>>> https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/branches/sa >>>>> kai_2-5-x/ >>>>> https://source.sakaiproject.org/contrib/wicket/sakai-wicket/branches/sakai_2 >>>>> -5-x-wicket-1.3.5/ >>>>> >>>>> Thanks. >>>>> Looking forward to your replies. >>>>> >>>>> >>>>> >>>>> >>>> _______________________________________________ >>>> sakai-dev mailing list >>>> sakai-dev@... >>>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >>>> >>>> TO UNSUBSCRIBE: send email to >>>> sakai-dev-unsubscribe@... with a subject of >>>> "unsubscribe" >>>> >>>> >>>> >>> >>> >> _______________________________________________ >> sakai-dev mailing list >> sakai-dev@... >> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >> >> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... >> with a subject of "unsubscribe" > > _______________________________________________ > sakai-dev mailing list > sakai-dev@... > http://collab.sakaiproject.org/mailman/listinfo/sakai-dev > > TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" > sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
|
|
Re: [Building Sakai] Problem with SCORM player 2004 3Ed for Sakai 2.5.xThe links to Confluence pages all changed in the recent upgrade,
thanks for the heads up, will update accordingly. cheers, Steve On 9 Jul 2009, at 22:57, Sean Keesler wrote: > Noticing that the attachments to files on confluence are dead links. > Sean > > > > On Thu, Jul 9, 2009 at 3:44 PM, Steve > Swinsburg<s.swinsburg@...> wrote: >> James is on the mark, once you update role permissions, you need to >> backfill them to any applicable sites. It can get a bit daunting >> looking at the interconnected DB tables so the recommended way is to >> use the API. >> >> There are web services for this, see this article: >> http://bit.ly/oUui2 >> >> cheers, >> Steve >> >> >> >> >> >> >> On 8 Jul 2009, at 11:45, James Renfro wrote: >> >>> I think it is generally the case in Sakai that when you modify roles >>> by >>> adding functions to templates these changes only impact future site >>> creation. So if you, >>> (1) created a project site >>> (2) modified the Realms > !site.template > access to include >>> scorm.launch >>> (3) returned to the original project site >>> >>> You would still not be able to launch scorm content. The solution >>> for >>> this is to create a new project site, or if you need to change old >>> permissions, to do it directly in the database. I believe there >>> may be >>> some administrative tools in contrib that will facilitate this >>> process, >>> but we generally just make updates in the db. >>> >>> >>> Neeru Joshi wrote: >>>> Hi James, >>>> >>>> I am facing the same problem...the users with acess roles are >>>> unable to >>>> launch scorm package. I have followed the steps you've mentioned, >>>> through >>>> admin login but i am still unable to launch in guest(access) login. >>>> I had >>>> created a project site. >>>> >>>> Looking forward to your reply >>>> Thanks, >>>> Neeru Joshi >>>> >>>> >>>> James Renfro wrote: >>>> >>>>> There are several roles that need to be set in order for the scorm >>>>> player to behave properly. These all begin with the word 'scorm' >>>>> and are >>>>> accessible under Realms>!site.template>maintain/access and >>>>> Realms>!site.template.course>instructor/student : >>>>> >>>>> maintain/instructor users should have: >>>>> - scorm.configure >>>>> - scorm.delete >>>>> - scorm.grade >>>>> - scorm.launch >>>>> - scorm.upload >>>>> - scorm.validate >>>>> >>>>> access/student users should have: >>>>> - scorm.launch >>>>> >>>>> >>>>> >>>>> Phuc Bui wrote: >>>>> >>>>>> Dear all, >>>>>> Here is my SCORM player after installing and uploading a SCORM >>>>>> package. >>>>>> (please view the image) >>>>>> http://i400.photobucket.com/albums/pp88/bmphuc/SCORM_problem.jpg >>>>>> It looks different from this website >>>>>> (http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cd >>>>>> b-80f7-6729668a0a72) (no link to launch it, no configuration >>>>>> function >>>>>> when I >>>>>> logged in...). >>>>>> I have followed the instruction of the file INSTALL, included in >>>>>> scorm >>>>>> source. >>>>>> I wonder what this line mean: " THIRD STEP: Install the scorm >>>>>> component >>>>>> (api, impl, and tool) -- you may already have done this, if >>>>>> you're >>>>>> reading >>>>>> this file." >>>>>> What should I have done when I'm reading this file ??? >>>>>> >>>>>> These are steps that I've followed to install SCORM player: >>>>>> 1. download sakai src by SVN, install and deploy it. >>>>>> 2. download sakai-wicket, install and deploy it. >>>>>> 3. download scorm, install and deploy it. (I don't know what to >>>>>> do with >>>>>> component (api, impl, and tool)) >>>>>> 4. Run tomcat, and add a SCORM package. >>>>>> All steps are successfully. And the result is shown like above >>>>>> image. >>>>>> But I cannot play any SCORM package that I have uploaded ??? >>>>>> I'm stuck here for a long time :( >>>>>> Please share me your experiences on it :) >>>>>> >>>>>> Looking forward to your replies. >>>>>> Thanks >>>>>> Phuc Bui >>>>>> >>>>>> ---------------------------------------------------------------------- >>>>>> From: Phuc Bui [mailto:phucbui2006@...] >>>>>> Subject: Problem with SCORM player 2004 3Ed for Sakai 2.5.x >>>>>> >>>>>> Dear all, >>>>>> I try the demo of SCORM player for Sakai here >>>>>> http://scormplayer.edia.nl/portal/site/scorm-gateway/page/5123d126-9546-4cdb >>>>>> -80f7-6729668a0a72 >>>>>> A package has a link to launch it. >>>>>> But after I uploaded a SCORM package successfully to my Sakai. >>>>>> I did not see a link like this ??? >>>>>> These are tool I use: >>>>>> https://source.sakaiproject.org/svn/sakai/branches/sakai_2-5-x/ >>>>>> https://source.sakaiproject.org/contrib/scorm/SCORM.2004.3ED.RTE/branches/sa >>>>>> kai_2-5-x/ >>>>>> https://source.sakaiproject.org/contrib/wicket/sakai-wicket/branches/sakai_2 >>>>>> -5-x-wicket-1.3.5/ >>>>>> >>>>>> Thanks. >>>>>> Looking forward to your replies. >>>>>> >>>>>> >>>>>> >>>>>> >>>>> _______________________________________________ >>>>> sakai-dev mailing list >>>>> sakai-dev@... >>>>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >>>>> >>>>> TO UNSUBSCRIBE: send email to >>>>> sakai-dev-unsubscribe@... with a subject of >>>>> "unsubscribe" >>>>> >>>>> >>>>> >>>> >>>> >>> _______________________________________________ >>> sakai-dev mailing list >>> sakai-dev@... >>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >>> >>> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... >>> with a subject of "unsubscribe" >> >> _______________________________________________ >> sakai-dev mailing list >> sakai-dev@... >> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev >> >> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... >> with a subject of "unsubscribe" >> _______________________________________________ sakai-dev mailing list sakai-dev@... http://collab.sakaiproject.org/mailman/listinfo/sakai-dev TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe@... with a subject of "unsubscribe" |
| Free embeddable forum powered by Nabble | Forum Help |