View course content somewhere else

View course content somewhere else

by Sudeep Nayak -
Number of replies: 1

Hi,

I have a special course (I know the id) , the artifacts of this course have to be displayed in some other part of my customized page.


I could do that by rendering the artifacts related to this course id from database tables like mdl_assignments, mdl_quiz etc.


But I want to know is there any inbuilt method to view the course content without any weekly/topic format.


I want just the artifact titles and the links to it


Note: I saw the code in course/view.php but it's little messed up.

I am using moodle 2.2


Thanks in adv.

Average of ratings: -
In reply to Sudeep Nayak

Re: View course content somewhere else

by Darko Miletić -

No. You would have to write your own course format or custom theme to change way things are displayed.