Search On Math

Blocks ::: block_searchonmath
Maintained by SearchOnMath Company
Just move your mouse over the desired formula, and a button for this search will pop up. More info at searchonmath.com/extensions.

Search On Math v1.0

Moodle 2.8
Released: pátek, 6. února 2015, 07.05

A Moodle plugin developed to help people search for mathematical equations that are displayed in a course forum. Just pass the mouse over an equation and click on Search. The selected equation is searched using the search engine SearchOnMath. It uses jquery and qtip.

Important!

In order to allow full compatibility, is necessary to change some settings in the MathJax editor present on Moodle settings.

HTTP MathJax URL: http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML

MathJax configuration:

MathJax.Hub.Config({ config: ["MMLorHTML.js", "Safe.js"], jax: ["input/TeX","input/MathML","output/HTML-CSS","output/NativeMML"], extensions: ["tex2jax.js","mml2jax.js","MathMenu.js","MathZoom.js"], TeX: { extensions: ["AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"] }, menuSettings: { zoom: "Double-Click", mpContext: true, mpMouse: true }, errorSettings: { message: ["!"] }, skipStartupTypeset: true, messageStyle: "none" }

For this initial release, in order to allow the block to work on forum pages, follow these steps:

 - On the course page, click on Turn editing on;
 - Add the SearchOnMath block;
 - After the block was additioned, click on the little wheel on top of the SearchOnMath link;
 - Select Configure SearchOnMath block;
 - Click on Display on pages types and select Any Page;
 - Click on Save Changes.

This plugin is licensed under GPL.

Version information

Version build number
2014051200
Version release name
v1.0
Maturity
Stabilní verze
MD5 Sum
5ee8a55f3d7d1585ba462da87e8b1911
Supported software
Moodle 2.8

    Version control information

    Version control system (VCS)
    GIT
    VCS repository URL

    Default installation instructions for plugins of the type Blocks

    1. Make sure you have all the required versions.
    2. Download and unpack the block folder.
    3. Place the folder (eg "myblock") in the "blocks" subdirectory.
    4. Visit http://yoursite.com/admin to complete the installation
    5. Turn editing on in any home or course page.
    6. Add the block to the page
    7. Visit the config link in the block for more options.