Skip to content

The repo helps you automate subtasks in dmoj platform

Notifications You must be signed in to change notification settings

Mtaylorr/DmojTestSetter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DmojTestSetter

This repo automates creating subtasks in dmoj platform

What you need to know !

  • It always add lines to the current lines in the tests data , so if you have some lines already you need to delete them manually
  • All the tests the input file should match the name of the output file for example file.in and file.out so they get matched automatically

How to use it:

You need to update the list called tests in test_setter.js, every item of the list contains a subtask.

Each item is a list of 2 elements:

  • The first element is an array of the input file names of the subtask
  • The second element is the points awarded to the subtask

Finally you need to just copy pase the whole code in the console of page of the test data in dmog and it will fill them automaticall!

To delete subtasks, use the code in delete_all_subtasks.js to the console and it will select all the subtasks remove button.

Don't forget to star the project if it helped you!

About

The repo helps you automate subtasks in dmoj platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published