Disable Analytics Tab on Instructor Page
To disable analytics tab on instructor page Open edX, follow the steps below:
-
Go to Open edX server console.
-
Open and edit LMS configuration (
/edx/app/edxapp/lms.env.json
or/edx/etc/lms.yml
). -
Then find the
ANALYTICS_DASHBOARD_URL
configuration and set to blank or''
. See the following codes snippet:... ANALYTICS_DASHBOARD_URL: '' ...
- Restart LMS services.