mjnaderi / Sharif-Judge

A free and open source online judge system for programming courses
https://github.com/mjnaderi/Sharif-Judge/tree/docs
GNU General Public License v3.0
384 stars 152 forks source link

Add/Edit/Remove problem's test cases #43

Closed maurostorch closed 1 year ago

maurostorch commented 8 years ago

Dear developers,

I have made some changes on Problem editing pages to allow administrators and instructor to review, add and remove test cases. Feel free to make tests. I have tested with Python and it works fine. I think it would work since the changes are made directly into the test cases files.

Best Regards.

wojcik13 commented 7 years ago

Hello, is there option to add an option to set for each testcase another time limit and memory limit? Kind Regards

maurostorch commented 7 years ago

@wojcik13, the values for time limit and memory limit are regarding to the problem solving it self. It is not set per-testcase at this moment.

wojcik13 commented 7 years ago

Yeah, I know, but I don't know how to make function to set these parameters for each testcase

truongan commented 7 years ago

You can start by looking at the tester.sh file,

atiabjobayer commented 7 years ago

Can you please do another upload system for test cases? @maurostorch , Please? :')

atiabjobayer commented 7 years ago

When I need to upload a big data like up to 2-3 mb, then my PC gets hang. An Upload system can solve the problem

maurostorch commented 1 year ago

Staled PR.