Best practice forum (Archived)

该论坛讨论已删除

 
该论坛帖子已被删除
2012年01月10日 Tuesday 07:51
该论坛帖子的内容已被删除,无法再访问。
CogginsSimon
Re: SCORM Launch method resetting?
CogginsSimon 发表于 2012年01月15日 Sunday 14:35
小组 Totara

Hi Amir,

That does sound very strange, and we've been upable to reproduce it here. Can you let me know which OS and database you are using, and also see if there's anything relevant in your error logs.

If you are able to narrow down the circumstances that cause it that would be helpful. Finally perhaps you could look in your site logs and see if there's anything scorm related that would explain it.

Simon

HardingPiers
Re: SCORM Launch method resetting?
HardingPiers 发表于 2012年01月15日 Sunday 14:36
 

Hi Amir - I've just tested this on Postgres, and can't reproduce your problem.

Is there any form of caching that you are using?  

What database are you on?

and -

Are you able to switch on developer debug mode and check the logs for messages especially at the point that you save the directview setting?

Cheers,

Piers Harding.

该论坛帖子已被删除
2012年05月30日 Wednesday 01:19
该论坛帖子的内容已被删除,无法再访问。
该论坛帖子已被删除
2012年05月30日 Wednesday 07:28
该论坛帖子的内容已被删除,无法再访问。
Craig Eves
Re: SCORM Launch method resetting?
Eves (Totara Support)Craig 发表于 2012年06月4日 Monday 19:39
小组 Totara

Hi Amir

Dan Marsden may know more about this - it looks like he is trying to develop a more reliable SCORM player http://moodle.org/mod/forum/discuss.php?d=152895 as the existing one does have issues with height and width settings not working consistently.

Craig

MarsdenDan
Re: SCORM Launch method resetting?
MarsdenDan 发表于 2012年06月4日 Monday 20:18
 

yeah - the SCORM player in Moodle 2 is quite different in a range of ways to SCORM in 1.9 and should be a lot more reliable.

I'm also not completey clear that Denise and Amir are having the same issue - Denise can you explain the issue you are seeing? - is it a display issue or is there a problem with settings mysteriously reverting as described by Amir?

Also, Denise - which version of Totara are you seeing this issue with?

该论坛帖子已被删除
2012年07月18日 Wednesday 05:09
该论坛帖子的内容已被删除,无法再访问。
CogginsSimon
Re: SCORM Launch method resetting?
CogginsSimon 发表于 2012年07月29日 Sunday 14:40
小组 Totara

I've taken another look into this, and although I'm still not able to reproduce it I have found a possible cause in mod/scorm/lib.php:

// no directview if popup
if ($scorm->popup == 2) {
    $scorm->directview = 1;
    $scorm->popup = 0;
}
else {
    $scorm->directview = 0;
}

This seems to incorrectly set popup to "new window" when directview is being used. Removing the $scorm->popup = 0; line may fix the problem - although I can't say for sure without being able to reproduce it.

I'll include this change in the next 1.1 release - let me know if the problem is still occurring after that!

Simon

Curry (Core Developer)David
Re: SCORM Launch method resetting?
Curry (Core Developer)David 发表于 2012年09月5日 Wednesday 16:06
小组 Totara

Hi,

This change was included in the release of version 1.1.19 yesterday (5th Sept 2012). Hopefully this will fix your scorm issues, if not let us know.

Cheers
David