-
Notifications
You must be signed in to change notification settings - Fork 1
Backend API Endpoints
Tobias Pitters edited this page Jul 28, 2023
·
1 revision
The backend API implements several endpoints.
Returns a list of all challenges. This is used in the Browse Challenges
view.
This endpoints provides the next challenge of the user. In the background a/b testing is performed.
Provides the introduction (the challenge description) to a challenge
Provides the default code (code that is in the code editor on challenge load) to a challenge
Provides the code needed for pyodide to create examples and verify user code