Thymio-Mobsya_wht
[wpml_language_selector_widget]

How to make VPL3 bundle?

n

In VPL3 you can make packages that contain exercise data and VPL3 environment settings. So your pupils can drag and drop one zip file that will set VPL3 to a configuration you choose, to focus on what is important.

nnnn

Making a bundle is easy you need basically 3 files included in the zip.

nnnn
  • A .vpl3ui file (the settings of VPL3) or a .vpl3 file (if you want already some blocks)
  • Exercice data, it can be an image (jpg,png) or text file (.txt or .md) or also a html file (in that case images should be added in the zip)
  • A manifest.txt file that describe what it is in the zip
nnnn

The manifest file is a simple .txt file that contain theses description:

nnn
ui:
defiA.vpl3ui

vpl3:

statement:
defiA.png
nnn
Exercise data
nnnn
  • ui: NAME.vpl3ui file of your choice
  • vpl3: NAME.vpl3 file of your choice
  • statement: NAME.png or NAME.jpg or NAME.txt or NAME.md or NAME.html file that will be show as exercice data
nnnn

Here is an example:

nnnnn