summaryrefslogtreecommitdiff
path: root/kpov_judge/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kpov_judge/README.txt')
-rw-r--r--kpov_judge/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/kpov_judge/README.txt b/kpov_judge/README.txt
index 82d5cbd..b075231 100644
--- a/kpov_judge/README.txt
+++ b/kpov_judge/README.txt
@@ -96,6 +96,8 @@ Preparing tasks
- write a task(...) function which returns a simple string
- write a task_check function which simply prints out the parameter
results
+ - write a gen_params(user_id, params_meta) function
+ - run test_task -g to test gen_params and set the initial task parameters
- debug everything you have created so far by performing the task
and running test_task.py as many times as needed
- write the task_check and gen_params functions