- Adding Markdown directly in statements. And also LaTeX is breaking frequently
- Grouping Testcases when IOI style stacking. Like Test Case 1-2, 3-5 are two testcases. if i can pass 3-5 i will get i.e. 20 points. then i separately pass 1-2, i will get 10 points. but if i fail 2 i will not get 10 points. same i fail any of 3-5 then i will not get 20 points.
- Determine score from checker. like i wish to give 50% for something. or 100% something full. Specially for interactive problems.
@hrmlcdl6c58 Thank you for these. All great ideas.
Please allow us a little time to implement all of them.
I really love how toph listens to the community and implements feature. ![]()
Brother want another thing. can you disable skipping tests if 3 fails in drafts. can’t test specific subtasks properly. like maybe i want to give (stacking scores) to someone 50 for subtask 4-6. this may fail subtask 1-3. then it is skipping but he was supposed to get mark for 4-6
@hrmlcdl6c58 Whenever you are preparing a contest, please send an email to support@toph.co with a list of links to the relevant Drafts problem. We will enable the “thorough” run option. That way, the tests will not be skipped when there are three consecutive non-Accepted verdicts.
I understand that the default behavior feels limiting. It is there to prevent abuse.
@hrmlcdl6c58 We have implemented one of the features:
Custom checkers and drivers can now influence the fraction of score awarded for a test case. To do that, please enable the option (“Points Fraction”) highlighted in the screenshot.
Then, the custom checker (or the driver) must print a second parameter: a floating-point number between 0 and 1 (inclusive). This number indicates the fraction of the points Toph will award the solver.
Note that Toph will award points only when a test case is “Accepted” (i.e., the custom checker prints a 0 for the first parameter).
Participants can view the percentage of available points they have achieved for each test case.
One down. Two more to go. ![]()
So quick Damn. Actually brother these are features from IOI style contest. As I am involved with IOI style contests. These features are kinda crucial. But I never thought your team will be so helpful.
For future, You can work for Graders too (You have already added function type question what we are seeking.) (But this is hard to work with and completely optional).
(Sorry for being boshte dile shuite chay)
Do not worry about this at all. ![]()
I will look into the grader thing as well.
We are genuinely grateful to community members like yourself who take the time to let us know what you need. Young people in Bangladesh have immense potential to achieve glory and global recognition in the field of competitive programming. We want to ensure that we do everything possible to help with that.
@hrmlcdl6c58 Another one of the features you requested is now ready: Improved Partial Scoring Options | Toph Blog
You can now group tests into test suites and then select “Test Suite” as the partial scoring mode for IOI-style evaluation.

