customize moodle frontend

customize moodle frontend

by alojz domanicky -
Number of replies: 0

Hello,

I want to completely redesign moodle and make difference between frontend and backend. The backend stays as it is, I will choose some default theme for it, but frontend will be completely new, it will not containt 90% of functions, users will be able just to register, choose some course and read its lessons and answer quizes, that I will create trhough backend.

So far I have just created some external scripts that include Moodle's config.php and make my own queries to database (using $DB global variable). I am just selecting courses and their sections and printing it to my own list.

Is it correct to do it this way or should I integrate it somehow?

Average of ratings: -