Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Commits
c744a314
Commit
c744a314
authored
4 months ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
arg_attrs: score_has_hm
parent
f3236e88
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mo/arg_attrs.py
+1
-0
1 addition, 0 deletions
mo/arg_attrs.py
with
1 addition
and
0 deletions
mo/arg_attrs.py
+
1
−
0
View file @
c744a314
...
...
@@ -124,6 +124,7 @@ ROUND_ATTRS = AttrList([
Attr
(
'
score_winner_limit
'
,
float
,
'
hranice bodů pro vítěze
'
,
nullable
=
True
),
Attr
(
'
score_successful_limit
'
,
float
,
'
hranice bodů pro úspěšného řešitele
'
,
nullable
=
True
),
Attr
(
'
score_advance_limit
'
,
float
,
'
hranice bodů pro postup
'
,
nullable
=
True
),
Attr
(
'
score_has_hm
'
,
parse_bool
,
'
vydávají se pochvalná uznání
'
),
Attr
(
'
points_step
'
,
float
,
'
bodovací krok
'
,
short
=
'
S
'
),
Attr
(
'
has_messages
'
,
parse_bool
,
'
povoleny zprávičky
'
),
Attr
(
'
enroll_mode
'
,
parse_enroll_mode
,
'
režim registrace
'
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment