Skip to content
Snippets Groups Projects

Toggling pregrading and Identifying blank solutions

Open Ghost User requested to merge feature/toggle-pregrading into develop
5 unresolved threads
Compare and Show latest version
2 files
+ 8
9
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -90,7 +90,7 @@ class Problems(Resource):
def put(self, problem_id):
"""PUT to a problem
This method accepts any of the legible arguments passed to it.
This method accepts both the problem name and the grading policy.
problem_id: int
the problem id to put to
@@ -98,7 +98,7 @@ class Problems(Resource):
the attribute (or property) to put to
Returns
HTTP 200 on success, 404 if problem is invalid
HTTP 200 on success, 404 if the problem does not exist
"""
args = self.put_parser.parse_args()
Loading