We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Skipping a question generates the following two requests (example):
Line 38: MAIN ARGS ASYNC: {'q_id': 'numbers/q00028', 'l_id': '1_brojevi.rs', 'language': 'rs', 'test_id': 1598174968603, 'test_order': 1, 'start': '1598174968', 'now': '1598174975', 'attempt': '1', 'shown_solutions': False, 'detailed': {'q_res0': 'false', 'q_res1': 'false', 'q_res2': 'false', 'q_res3': 'false', 'q_res4': 'false'}, 'response_type': 'SKIP', 'op': 'register', 'root': 'main'} Line 92: MAIN ARGS ASYNC: {'q_id': 'numbers/q00028', 'l_id': '1_brojevi.rs', 'language': 'rs', 'test_id': 1598174968603, 'test_order': 1, 'start': '1598174968', 'now': '1598174975', 'attempt': '0', 'shown_solutions': False, 'detailed': {'q_res0': 'false', 'q_res1': 'false', 'q_res2': 'false', 'q_res3': 'false', 'q_res4': 'false'}, 'response_type': 'SUBMIT', 'op': 'register', 'root': 'main'}
There should only be a SKIP one, not a SUBMIT one, as both have enough info.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Skipping a question generates the following two requests (example):
There should only be a SKIP one, not a SUBMIT one, as both have enough info.
The text was updated successfully, but these errors were encountered: