Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2013-09-27 | 921 Bytes | |
lti-Doodle.zip | 2013-09-27 | 1.5 MB | |
Totals: 2 Items | 1.5 MB | 0 |
lti-Doodle Doodle simplifies scheduling http://doodle.com/main.html The LTI Doodle integration lets teachers to create, edit and delete polls. Requirements PHP 5.X MySQL 5.X Execute the SQL file install/ltiDoodle.sql Configure the file src/config.inc.php Database configuration define('BD_HOST', 'localhost'); define('BD_NAME', 'your db name'); define('BD_USERNAME', 'your db username'); define('BD_PASSWORD', 'your db password'); To integrate with Doodle get the credentials here https://doodle.com/mydoodle/consumer/credentials.html define("DOODLE_API_KEY",""); define("DOODLE_API_SECRET",""); File src/lib/IMSBasicLTI/configuration/authorizedConsumersKey.cfg p.e: in order to set as a consumer key "sample", you have to put the following in the configuration file: consumer_key.sample.enabled=1 consumer_key.sample.secret=12345 LTI Launch to index.php of application http://localhost/lti-Doodle/index.php