Advanced Search
Search Results
2 total results found
How to use the Javascript template in Moodles Database Activity Module
CCLE and Moodle
There is a javascript template located in the Moodle Database Activity Module so instructors can recognize when students click buttons or hover over textareas, and other such basic functionality. In the jstemp.jpg, you can see several examples of working java...
Linking database information through JavaScript template in Moodle Database Activity Module
CCLE and Moodle
Say you have two databases in your Moodle site, and you want to send data from one database to the other one to fill in a form. An easy way to do this is by sending the required data through the url and utilizing JavaScript. Sample 1 In Sample 1, lets say ...