Archive for April 29th, 2008

SCORM scoring attempts

Tuesday, April 29th, 2008

We're having problems with the Moodle SCORM settings. We want the SCORM to be only attempted once. So we set the Moodle SCORM settings to 1 attempt. However, upon replaying the SCORM module, you enter review mode and you the new result overwrites the old result. Some Moodle forum discussions which point that way: Taking SCORMS more than once Number ...

MS SQLServer 2005

Tuesday, April 29th, 2008

It's time to expand my practical knowledge of the MS family of products, inparticular, MS SQLServer 2005. Lot's of organisations and companies use it as their enterprise database so I should know at least the basics. Here's a nice tutorial to get your started: MS SQLServer (functionx)

Information Security

Tuesday, April 29th, 2008

Wikipedia, source of knowledge. Ideas about consultancy tracks for enterprise security / privacy etc. On the edge of both business analysis and IT architecture: Information Security (wikipedia) Enterprise Information Security Architecture (wikipedia)

Website Design

Tuesday, April 29th, 2008

From the wordpress guys I found an interesting page about web design: Happy Cog Should check some more on web design, information architecture, system integration etc.

Upgrade client to 1.9

Tuesday, April 29th, 2008

Upgraded client from 1.8.4 to 1.9 according to this post. After upgrade some problems with outlining of some elements. solution: turn smart pix on and off, in between go to notifications. Repaired big integers after checking from Experimental -> XMLDB editor -> Check big ints

Custom reporting Moodle

Tuesday, April 29th, 2008

Writing custom SQL statements for reporting for client. Requirements are: total number of visitors on site per month (SQL statement on log table) total number of visitors per country (SQL statement on log table) number of users per country per course (SQL statement on log table) show documents which have not been updated for 1 ...