[Moodle] Running Moodle from Docker Image
Bitnami provide docker image for Moodle and it can be found in https://hub.docker.com/r/bitnami/moodle. In fact Bitnami provides a variety of Docker images, but I am not that familiar with this company. It looks solid though. docker-compose.yml file can be downloaded from their repository on GitHub. https://github.com/bitnami/containers/tree/main/bitnami/moodle You can copy docker compose yaml file and starts […]
[Moodle] How to Enable Single Dollar Sign delimiter for LaTeX in Moodle
Moodle uses MathJax to render math. You can find configuration page for MathJax under “Site administration” menu. Navigate to “Site Administration”. Then, click “Plugins”. MathJax can be found unter “Filters”. First, update MathJax configuration as below. Then, enter “$” in the Additional equation delimiters as below. Click “Save changes” to apply those changes.
[Moodle] How to Migrate or Give new URL to existing Moodle site.
I would like to list steps of how to migrate of give new URL to existing Moodle site when new URL is purchased or URL change are needed. DNS record First, make it sure if new URL is pointing to the server where Moodle is serviced. You can look up how domain name is resolved […]
[Moodle] How to add LTI tools with example of Crowdmark
LTI (Learning Tools Interoperability) is defined as below by IMSglobal formally known as 1EdTech. 1EdTech’s LTI standard is a technical standard (not a product) used to connect learning tools with an institution’s learning environment without logging into each tool. LTI supports a high level of security for passing data about the users, their institutional enrollment, and […]
[Moodle] How to enable LaTeX single dollar sign delimiter in Moodle
Single dollar sign delimiter is not a standard notation in LaTeX. However, most of mathematicians are using single dollar sing delimiter due to its convenience. So, it is crucial to enable it in your LMS. This article shows how to enable it in Moodle LMS. First, navigate to Site administration -> Plugins -> Filters -> […]