Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FunnyPhantom/bebras-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
m-alex17 committed Sep 4, 2023
2 parents f1531ea + bed3e52 commit 225a191
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bebras/2022/2022-FR-05_shape_building/index_fa.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
suboptimal: function(level) {
var str = "<p>شما موفق شده‌اید، اما می‌توانید با گام‌های کمتری انجام دهید.</p>";
if (level == "basic") {
str += "<p>برای این کار، این شکل را بسازید و به کتابخانه اضافه کنید: </p><center><img src='basic\_shape.png'/></center>";
str += "<p>برای این کار، این شکل را بسازید و به کتابخانه اضافه کنید: </p><center><img src='basic_shape.png'/></center>";
}

str += "<p>برای تلاش مجدد روی شروع مجدد بزنید.</p>";
Expand Down
2 changes: 1 addition & 1 deletion bebras/2022/2022-FR-10_index_cards/index_fa.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
return "تعداد جابه‌جایی‌ها: " + val + " / " + max
},
nbStep: function(val,max) {
return "تعداد گام‌ها: " + val + " / " + max
return "\nتعداد گام‌ها: " + val + " / " + max
},
dragLabel: "برای فکر کردن میتوانید از قسمت زیر برای جابجا کردن سیاره ها استفاده کنید",
errorMaxSwap: function(max) {
Expand Down
4 changes: 2 additions & 2 deletions bebras/2022/contents.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ standaloneAddContents({
{ code: "2022-FR-09_fourier",
title: "شن بازی" },
{ code: "2022-FR-10_index_cards",
title: "تله پورت" },
title: "تلهپورت" },
{ code: "2022-FR-12_escape_game",
title: "اتاق فرار" },
{ code: "2022-FR-14_gerrymandering",
title: "منطقه بندی" }
title: "منطقهبندی" }
]
});

Expand Down

0 comments on commit 225a191

Please sign in to comment.