Moodle Plugins directory: Formal languages block: Versions: Formal languages 2.2 | Moodle.org
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
- The more recent release Formal languages 2.2.1 (2012021401) exists for Moodle 2.2
- The more recent release Formal languages 2.2.1+ (2012021402) exists for Moodle 2.3
Version control information
- Version control system (VCS)
- Mercurial
- VCS repository URL
Default installation instructions for plugins of the type Blocks
- Make sure you have all the required versions.
- Download and unpack the block folder.
- Place the folder (eg "myblock") in the "blocks" subdirectory.
- Visit http://yoursite.com/admin to complete the installation
- Turn editing on in any home or course page.
- Add the block to the page
- Visit the config link in the block for more options.