INGInious / problems-blockly

INGInious plugin for adding Blockly problems
GNU Affero General Public License v3.0
2 stars 4 forks source link

Use the new json function in INGInious templates #18

Open GuillaumeDerval opened 6 years ago

GuillaumeDerval commented 6 years ago

This line will fail if there is a tag into the json: https://github.com/Maxmawt/INGInious-problems-blockly/blob/master/inginious-problems-blockly/templates/box_blockly.html#L10

Let's fix it using the new json() function introduced by https://github.com/UCL-INGI/INGInious/pull/337 (wait until the PR is merged, of course ;-))

GuillaumeDerval commented 6 years ago

PR has been merged on UCL-INGI/INGInious :-)