How to write a test
The testURI is an external resource that holds more information about the test, like the questions it comprises. The credential issuer can choose to define this however they see fit.
We recommend this resource points to a JSON file that contains the test questions under the test
key, which in itself is another object with the following structure:
The structure is therefore different for multiple choice and open answer questions: only the multiple choice questions must define the possible answers to the question. If the test is mixed, we recommend the multiple choice questions to go before the open answer questions.
You can choose to define in the other fields of this JSON file things like: test author, test description, external links...
Last updated