Animated Example Authoring System

From PAWS Lab
Revision as of 20:33, 4 April 2016 by Yuh43 (talk | contribs)
Jump to: navigation, search

Animated Examples can be created using a tool called Jsvee transpiler from ACOS Content Server.

This tool transpiles the given Python code into form that Jsvee understands and can execute. Not all Python language features are supported. Arithmetical operations, assignments, while loops, for loops to iterate a list, functions, lists, dictionaries and simple classes are available. The only built-in functions available are: float, input, int, len, list.append and print. You will get an error if the code contains language features which are not available.

Furthermore, we can create annotation for the animated examples using another tool called Annotation editor.