Formal languages block

Blocks ::: block_formal_langs
Maintained by Oleg Sychev
Formal languages block centralizes code for scanning and parsing of different languages. For now it is used by Preg and CorrectWriting question types, but other plugins can use it as well.

Formal languages block Formal languages 2.2

Moodle 2.2, 2.3
Released: Monday, December 10, 2012, 5:39 PM

First release of the block contains scanners for English natural language and C programming language. No user interface, just API for now - thought user interface is planned in the next releases.

Use static functions of block class to get language object.

Version information

Version build number
2012021400
Version release name
Formal languages 2.2
Can be updated to
Formal languages 2.2.1+ (2012021402), Formal languages 2.5 (2013071900), Formal languages 2.6 (2014071000), Formal languages 2.8 (2015070200), Formal languages 3.0 (2016120500), Formal languages 3.0.1 (2016120501)
Maturity
Stable version
MD5 Sum
d4f1c7af09cd5e70c3805916e26280dc
Supported software
Moodle 2.2, Moodle 2.3

Version control information

Version control system (VCS)
Mercurial
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.