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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Commits
a78a1703
Commit
a78a1703
authored
1 year ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Průvodce: Přepínač online odevzdávání a lepší hint k třídění skenů
parent
baa8b1b3
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/web/templates/parts/org_contest_guide.html
+7
-1
7 additions, 1 deletion
mo/web/templates/parts/org_contest_guide.html
with
7 additions
and
1 deletion
mo/web/templates/parts/org_contest_guide.html
+
7
−
1
View file @
a78a1703
...
...
@@ -18,6 +18,11 @@
{% if round_type == RoundType.domaci %}
<li>
Účastníci se přihlašují sami, vidíte je v
<a
href=
'{{ ctx.url_for('
org_generic_list
')
}}'
>
seznamu soutěžících
</a>
.
{% if contest.online_submit %}
<li>
Účastníci mohou svá řešení odevzdávat online.
{% else %}
<li>
Chcete-li, můžete v
<a
href=
'{{ ctx.url_for('
org_contest_edit
')
}}'
>
nastavení soutěže
</a>
povolit online odevzdávání řešení.
{% endif %}
{% else %}
<li>
Zkontrolujte
<a
href=
'{{ ctx.url_for('
org_generic_list
')
}}'
>
seznam soutěžících
</a>
.
<ul>
...
...
@@ -57,8 +62,9 @@
<li>
Nahrávání protokolů je v tomto kole nepovinné, ale pokud to uděláte, soutěžící je v OSMO uvidí.
{% endif %}
<li>
Nahrávat můžete každý protokol zvlášť: nejdříve zadejte body (viz dále), pak použijte tlačítko „Odevzdaná řešení“ v seznamu úloh níže.
<li>
Také můžete všechny protokoly najednou oskenovat a
<a
href=
'{{ ctx.url_for('
org_contest_scans
')
}}'
>
roztřídit
</a>
.
{% if round_type != RoundType.domaci %}
<li>
Pokud soutěžící psali na hlavičkové papíry
, můžete je oskenovat a
<a
href=
'{{ ctx.url_for('
org_contest_scans
')
}}'
>
automaticky roztřídit
</a>
.
Pokud soutěžící psali na hlavičkové papíry
z OSMO, třídění probíhá automaticky
.
{% endif %}
</ul>
...
...
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