ad-hoc contributed reports

ad-hoc contributed reports

by Ilona El -
Number of replies: 1

Hello everybody.

List Users with extra info (email) in current course within this list http://docs.moodle.org/25/en/ad-hoc_contributed_reports doesn't seem to work. 

Can anybody help? 

There is a note that says: blocks/configurable_reports replaces %%COURSEID%% with course id. Even if I put it manually (id=4) it doesn't work. 

రేటింగుల సగటు: -
In reply to Ilona El

Re: ad-hoc contributed reports

by Randy Thornton -
Documentation writers బొమ్మ

You are correct - good catch.

It is broken because it uses an explicit prefix "mdl_" instead of the "prefix_" placeholder required by CR. Whoever contributed it did not update that. I just fixed this in the code.

 Any time you see such a mdl_ prefix in the examples, simply replace it with prefix_ to get it to work.