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
RPCS
- Autograders.createAutograder(configuration: Object)
Create an autograder using the supplied configuration.
Arguments:
configuration: Object
(Object)
- Autograders.getAutograderConfig(name: String)
Fetch the autograder configuration.
Arguments:
name: String
(String)
- Autograders.getAutograders()
List the autograders for the given user.