This plugin allows one to insert WIMS classes in Moodle classes. It requires a WIMS server to have been setup and correctly configured. Information regarding extended configuration for the WIMS server required for this plugin to work can be found below:
A set of configuration files need to be setup on the wims server to enable connections from Moodle
The configuration files belong in the directory: .../wims/log/classes/.connections/
The files are called: moodle moodlehttps moodlejson moodlejsonhttps
In the template below one needs to specify a number of parameters by hand including: ident_site => which must include the ip address that the Moodle server connects from ident_password => which should be a real password and will need to be provided as a parameter to the moodle plugin
The files are identical except for the following differences:
ident_protocol=http ident_type=wims
ident_protocol=https ident_type=wims
ident_protocol=http ident_type=json
ident_protocol=https ident_type=json
ident_site=127.0.0.1 192.168.0.1 192.168.0.9
ident_desc=Moodle Dev Wims Intances
ident_agent=Moodle
ident_protocol=http
ident_password=password
ident_type=wims
back_url=http://localhost/wims/wims.cgi back_ident=myself back_password=ABCD123
ident_allow= ident_deny=deluser delclass