Minting a new test
function createTest(
uint8 _testType,
uint8 _nQuestions,
uint8 _minimumGrade,
uint24 _credentialLimit,
uint32 _timeLimit,
uint256[] calldata _solvingHashes,
address _requiredPass,
string memory _credentialsGained,
string memory _testURI
) external { ... }Last updated