0
votes
1answer
37 views

Showing error while passing json encoded associative array from php to javascript

I have an associative array after json_encode like this {"1":"CourseA", "2":"CourseB"} and it is stored in a php variable named $jsonObject.Now, I want to send this to a javascript function and ...
0
votes
0answers
13 views

Scrom offline Reader with tracking of course in javascript

Is there any open source of just JavaScript for scrom reading . I wanna track the scrom data .I have achieved scrom reader but not sure how to track the scrom data . I wanna track scrom data store it ...
0
votes
0answers
52 views

Two same instances created with page refresh in moodle

I am calling an ajax function from a moodle block when a onchange event is detected. It sends courseid to server page and returns the necessary fields which updates a div inside a block. The dropdown ...
4
votes
1answer
54 views

How to manipulate URL inside ajax call?

I am trying to trigger an ajax call on change of a dropdown menu(at client_script.php). The ajax call will send some values to server_script.php and it will change a div section of the ...
-2
votes
1answer
30 views

How to load another YUI3 version in Moodle 2.2?

I'm running Linux version and works fine but we really want to use the lastest YUI3 version thanks
5
votes
1answer
672 views

Convert VBScript to Javascript

Busy debugging a strange issue relating to the way some Flash content communicates a user's progress from a SCORM module back to Moodle. On IE 6, 7, 8, 9, Chrome and Firefox, everything works fine. ...
0
votes
4answers
756 views

display Mysql query results on onClick() using Ajax

I'm beginner with Ajax scripts and I'm trying to build a script that displays Mysql queries results when the user clicks on a link. I've thought about using the onClick() function calling an Ajax ...
-2
votes
1answer
152 views

Moodle default css and js (YUI) is not working on server [closed]

I have created a moodle theme in moodle 2.4. After having completed the front page I have uploaded it to a server. On my local system all is working fine but, on the server the default moodle css and ...
0
votes
1answer
502 views

The value of the property 'addEvent' is null or undefined, not a Function object

I am trying to add rounded borders in IE7 and 8 in a theme for moodle and I am using javascript curvycorners.js script to do so. I've added the following code in my script:- <html <?php echo ...
1
vote
0answers
181 views

initializing scorm using APIWrapper.js always return false

i am new for scorm, i found library on http://pipwerks.com/downloads/ i try by using the sample in scorm cloud and it worked. //Using pipwerks namespace, SCORM 1.2 var success = ...
0
votes
2answers
170 views

Methods in YUI module pattern don't show up in IDE structure view

I have made a YUI module a little like the code shown below, which is the recommended pattern for YUI3 stuff, both within YUI's own core files and within Moodle as per here. The problem is that now I ...
1
vote
1answer
586 views

Stripping HTML tags in Moodle - TinyMCE

When I am writing on TinyMCE in Moodle's wiki and writing an html code like this: <a onclick="testFunction()" rel="test">myTest</a> the onclick, rel and all other attributes from the ...
0
votes
2answers
47 views

Add prerequisites to viewing webpages

I am currently looking to develop some SCORM compliant documents to be used within a Moodle 2.2 environment (learning management system) however SCORM 2004 is not fully supported which means the ...
1
vote
0answers
93 views

Scorm activity - return to the last page visited not working in Firefox - Javascript issue?

I'm using Moodle as a platform to hold SCORM packages. In one of the packages we have a feature, where if a user exits the activity and re-enters they return to the screen they were last on. However, ...
2
votes
3answers
383 views

fire keyPressEvent in tinyMce

I'm customizing tinyMCE in Moodle (e-learning). I've added a toolbar button which sets focus into a text area and adds two dollar signs in it. What I need is to place cursor between those signs, so ...
0
votes
2answers
1k views

Bookmarking LMS, Moodle SCORM

Hi im looking a way to bookmark a page with JavaScript so that when a user reopens a course it remembers the page he or she is on by sending it to SCORM/Moodle. any ideas folks? using scorm 1.2 and ...
0
votes
1answer
275 views

How to customise “old version” SWF output, with swfobject 2.1?

I've been using swfobject for a recent project, and its great. But now that I've managed to get FlashSwitcher up and running in Firefox I notice that when I'm running Flash Player 7 the info displayed ...