Programming/Code editor

  • programmeringsverktyg.png

    Gives the student access to programming tools in JavaScript and Python.

    Programming.png

    How does the code editor take input from the student?

    Below the code editing area, there is an input field for text input, one input per line.
    For the input() function, the input must be provided in that text area before starting the program. For technical reasons, it is not supported to present a "pop-up" or terminal asking for input.

    Is it possible to import additional Python modules?

    No. The integrated Python environment only supports built-in features of the Python language, and there are no extra modules installed (e.g. graphics modules). 

    < Back to list of available tools/accommodations