Reading test data
Other functions inside the the TestCreator.sol smart contract allow us to get more information about each test object.
The hashes that define each testId can be accessed via the following functions, depending on the testType:
Multiple choice test:
Open answers test:
Mixed test: using both functions specified above, for each their multiple choice and open answers components.
Last updated