Moodle Plugins directory: Aspire resource list | Moodle.org

Aspire resource list
Activities ::: mod_aspirelist
Maintained by
Tony Butler,
Ruslan Kabalin
Part of set Seeking new maintainer.
The Aspire resource list module enables a teacher to include a selection of
resources from associated Talis Aspire resource lists directly within the
content of their course.
Please note that this plugin depends on a paid subscription to the Talis Aspire reading lists service (http://campus.talisaspire.com/).
Latest release:
8 sites
2 downloads
4 fans
Current versions available: 5
The Aspire resource list module enables a teacher to include a selection of resources from associated Talis Aspire resource lists directly within the content of their course.
The resource list can be displayed either in a separate, linked page, or embedded in the course page itself (hidden initially, with a link to toggle visibility).
The development of this module was based on previous work by the University of Sussex and Falmouth Exeter Plus (on behalf of Falmouth University).
Please note that this plugin depends on a paid subscription to the Talis Aspire reading lists service.
Useful links
Contributors
Tony Butler (Lead maintainer)
Ruslan Kabalin
Please login to view contributors details and/or to contact them
Done a quick change to my custom table on my test site - see https://www.dropbox.com/s/wczecjmh4ef9mmi/talis-moodle-custom.png?dl=0
Correct link is https://www.dropbox.com/s/7t2rp2scnmanx93/talis-moodle-custom.png?dl=0
Testing on Moodle 3.1.2+ (Build: 20160923) / mysql 5.5.47.0 / php 5.4.45.1.6.1...
Knowledge Group settings: Module
Source: Course ID Number
courseid is blank = displays "Sorry, there are no resource lists associated with this Course."
courseid contains correct List code = shows the correct reading list for that module.
courseid contains incorrect List code = shows a reading list if the code matches an existing list, otherwise displays "Sorry, there are no resource lists associated with this Course."
WORKS AS EXPECTED
---
Knowledge Group settings: custom database
Source: knowledgegroupcolumnname
If Knowledge Group column is missing in database or incorrectly mapped in Settings = defaults to globally set Default Knowledge Group.
Correct List code and correct Knowledge Group = shows the reading list.
Correct multiple List codes and correct Knowledge Group = shows multiple reading lists.
Correct multiple List codes with different correct Knowledge Groups = shows multiple reading lists.
eg. courseid=15, taliscode=EDSW, knowledgegroup=school
courseid=15, taliscode=SW21012, knowledgegroup=module
Incorrect List code but correct Knowledge Group = shows a reading list if the code matches an existing list, otherwise displays "Sorry, there are no resource lists associated with this Course."
Correct List code but incorrect Knowledge Group = does not show that list.
If List code is missing in custom database table:
- If List code does not exist as courseid = displays "Sorry, there are no resource lists associated with this Course."
- If List code exists as courseid = defaults to globally set Default Knowledge Group and shows the reading list.
If Knowledge Group field is missing in custom database table:
- Unlikely in my db as it's an enum choice field – but if Knowledge Group field is missing/empty, it defaults to globally set Default Knowledge Group. If courseid and taliscode are present, it shows the reading list.
WORKS AS EXPECTED
I have taken over Moodle from our previous admin and he didn't tell me about the roll over for Aspire. I have the latest version for 3.0.3, The resource block shows resource lists available, but when an teacher tries to add a resource using the Aspire resource list module, it just shows : Sorry, there are no resource lists associated with this Course.
Do I need to do anything to get this working correctly ?
All the aspire settings are the same as last year and the year before.
As Jon rightly said, this is likely to be due to either the plugin site config or the course setting (usually idnumber) where the plugin is expecting to find a module code. If you'd like to PM me with your config details I'll see if I can figure it out for you.
Does your plug-in have any relation to this one?
https://github.com/talis/aspire-moodle-integration/tree/master/2.x-activity-module
It's recommended by Talis to "refine some of the rough edges of the core Moodle LTI integration," as they put it.
http://support.talis.com/hc/en-us/articles/207032725-Moodle-and-Talis-Aspire-Reading-Lists-LTI-Tool-setup
No, none at all, in fact I wasn't even aware of its existence. Mine doesn't make use of the LTI integration (which was only in the nascent stages of development at the time) and is more of a 'native' Moodle module. It's just an unfortunate coincidence that we've both picked the same name -- well, unfortunate if anyone was hoping to install both and give their users the choice of which one to use.
Cheers,
Tony
Which help strings are missing? Do you have their identifiers or could you PM me a screen shot of the error message please?
Thanks,
Tony