Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialise a next13 route(serverless function) with endpoint /evaluate/[id] #7

Open
karthik2603-theBrogrammer opened this issue Oct 6, 2023 · 0 comments

Comments

@karthik2603-theBrogrammer
Copy link
Member

  • Build a serverless function for this endpoint inside the pages directory (make one if not already made)
  • Id here refers to the question ID for which, evaluation is necessary.
  • Perform checking between the submitted node-order and the correct node-order and return responses accordingly.
  • In case the submission feature is yet to be coded, can perform with a hardcoded one.
  • Ex: [1,6,4,5,2,3] so on, where each is the node id.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant