Schema Architecture For Quiz App

{
  "52516f4c-c256-4d3c-9225-458cebb461d9": "apple",
  "4f7191db-f6ec-4caa-9184-3b7588b5affd": "orange"
}

My input is the object above, which contains the UUID of a question as the key, and the student's answer as a value.

I aim to compare the student's answer to the correct answer in the Xano database. The output should be if the student question was right or wrong. What is the best way to create the API endpoint?

2 replies