Autograders =========== The Autograders service enables users to create custom autograders for use within NetsBlox. For more information, check out https://editor.netsblox.org/docs/services/Autograders/index.html .. toctree:: :maxdepth: 2 :caption: Guides overview.rst arch.rst .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories LTI.rst RPCS ---- .. function:: Autograders.createAutograder(configuration: Object) Create an autograder using the supplied configuration. **Arguments:** - ``configuration: Object`` (`Object `__) .. function:: Autograders.getAutograderConfig(name: String) Fetch the autograder configuration. **Arguments:** - ``name: String`` (`String `__) .. function:: Autograders.getAutograders() List the autograders for the given user.