Jump to content

Recommended Posts

Posted

We've implemented the following add-on for Moodle, and find it's a really good feature:

 

Moodle.org: Modules and plugins

 

I had to carry out a few code hacks to get it to suit us exactly, but now it's finished and we're over the moon with it.

 

Anyhow, long story short is, the docs have mentioned a few times it is possible to pull attendance from SIMS and other data for each pupil. It even has a demo or two showing this in action, however it doesn't really say how it is achieved.

 

Has anybody else set this up on their Moodle install?

  • Thanks 1
  • 1 year later...
Posted

Hi Hightower,

You need to write your own PHP code to pull in data from other data sources. As a stating point:

 

For student view copy /{yourmoodleroot}/blocks/ilp_student_info/template.php to /{yourmoodleroot}/blocks/ilp_student_info/templates/custom/

 

For teacher view copy /{yourmoodleroot}/blocks/ilp/template.php to /{yourmoodleroot}/blocks/ilp/templates/custom/

 

You can then edit these templates to effect the ILP profile pages.

 

Cheers,

 

Nathan.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...