Skip to content

Commit

Permalink
Fix newyork
Browse files Browse the repository at this point in the history
  • Loading branch information
sahroush committed Aug 19, 2023
1 parent 2575e2b commit b3cbd21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions bebras/2021/2021-AT-03_NewYork/index_fa.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
cancel: "توقف",
labels: "برچسب‌ها:",
turn: function(dir) {
var msg = "بپیچ به \n";
msg += (dir == 0) ? "راست" : "چپ";
var msg = "چرخش \n";
msg += (dir == 0) ? "پادساعت‌گرد" : "ساعت‌گرد";
return msg
},
limitReached: function(maxSigns) {
Expand All @@ -60,7 +60,8 @@
},
errorCrash: "دوتا تاکسی با هم تصادف کردند!",
errorOut: "یک تاکسی بدون اینکه به ببراسی برسد از شهر خارج شد.",
errorNbSigns: "حالا تلاش کنید با برچسب‌های کمتری این کار را انجام دهید."
errorNbSigns: "حالا تلاش کنید با برچسب‌های کمتری این کار را انجام دهید.",
var enablertl=true
};
</script>
<script type="text/javascript" src="task.js"></script>
Expand Down Expand Up @@ -90,7 +91,7 @@ <h1>تاکسی‌های سردرگم</h1>
<span class="medium hard"><b>جوری تاکسی‌ها را هدایت کنید که به هر ببراس یک تاکسی برسد.</b></span>
<p class="basic">یک برچسب روی <strong>یکی از تقاطع‌ها بکشید</strong> تا تاکسی بپیچد.</p>
<p class="easy">دو برچسب روی تقاطع‌ها بکشید تا تاکسی بپیچد.</p>
<p class="medium hard"> <strong><span class="medium">دو</span><span class="hard">سه</span> برچسب</strong> روی تقاطع‌ها بکشید تا تاکسی بپیچد.</p>
<p class="medium hard"> <strong><span class="medium">دو</span><span class="hard">سه</span> برچسب</strong> روی تقاطع‌ها بکشید تا تاکسی‌ها بپیچند.</p>
</div>
<div id="zone_2">
<div id="paper"></div>
Expand Down
2 changes: 1 addition & 1 deletion bebras/2021/contents.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ standaloneAddContents({
difficulties: ["basic", "easy", "medium", "hard"],
tasks: [
{ code: "2021-AT-03_NewYork",
title: "New York" },
title: "تاکسی‌های سردرگم" },
{ code: "2021-FR-01_overlapping_patterns",
title: "Peinture triangle" },
{ code: "2021-FR-02_flip_and_split",
Expand Down

0 comments on commit b3cbd21

Please sign in to comment.