Difference between revisions of "Using Blockly in bxp"

From All n One's bxp software Wixi

Jump to: navigation, search
(Created page with "= Overview = Blockly is a Google tool which makes writing computer code easier. https://developers.google.com/blockly/ As a support tool to help people learn how to devel...")
 
(No difference)

Latest revision as of 07:31, 29 August 2016

Overview

Blockly is a Google tool which makes writing computer code easier.

https://developers.google.com/blockly/


As a support tool to help people learn how to develop JavaScript in bxp, the blockly interface has been applied in a number of places throughout bxp, mainly around Forms, especially on the onLoad of forms.


The bxp instance of blockly has been heavily customised to only include rules, libraries and functionality appropriate and supported by bxp. Whilst not as open as pure JavaScript coding, Blockly provides a very visual, easy to interact with interface for developing bxp JavaScript code.


bxp using Blockly purely as a support aid for those learning JavaScript.