{{block styles}} {{ endblock }} {{ block title }} Questions ප්රශ්න {{ endblock }} {{ block content }}
Issue A ගැටලුව A | Issue B ගැටලුව B | |
Who faced the issue ප්රශ්නයට මුහුණ දුන්නේ කවුද |
{{ if player.eng_A == 0 }}Your subordinate ඔබේ යටත් නිලධාරියා {{ else }}Me මම {{ endif }} |
{{ if player.eng_B == 0 }}Your subordinate ඔබේ යටත් නිලධාරියා {{ else }}Me මම {{ endif }} |
Contents of the issue ගැටලුවේ අන්තර්ගතය |
{{ if player.issue_A == 1 }}1 worker got hurt from machinery operation යන්ත්රෝපකරණ ක්රියාත්මක වීමෙන් එක් සේවකයෙකුට තුවාල සිදු විය {{ elif player.issue_A == 2 }}The infrastructure is not constructed as it was originally designed යටිතල පහසුකම් එය මුලින් නිර්මාණය කර ඇති පරිදි ඉදිකර නැත {{ elif player.issue_A == 3 }}Found issues that hadn’t been found in the preliminary survey මූලික සමීක්ෂණයේදී සොයා නොගත් ගැටළු හමු විය {{ elif player.issue_A == 4 }}Citizens opposed to the construction ඉදිකිරීම්වලට විරුද්ධ පුරවැසියෝ {{ elif player.issue_A == 5 }}The operator (contractor/farmer organization) was not present in the field ක්රියාකරු (කොන්ත්රාත්කරු/ගොවි සංවිධානය) ක්ෂේත්රයේ සිටියේ නැත {{ endif }} | {{ if player.issue_B == 1 }}1 worker got hurt from machinery operation යන්ත්රෝපකරණ ක්රියාත්මක වීමෙන් එක් සේවකයෙකුට තුවාල සිදු විය {{ elif player.issue_B == 2 }}The infrastructure is not constructed as it was originally designed යටිතල පහසුකම් එය මුලින් නිර්මාණය කර ඇති පරිදි ඉදිකර නැත {{ elif player.issue_B == 3 }}Found issues that hadn’t been found in the preliminary survey මූලික සමීක්ෂණයේදී සොයා නොගත් ගැටළු හමු විය {{ elif player.issue_B == 4 }}Citizens opposed to the construction ඉදිකිරීම්වලට විරුද්ධ පුරවැසියෝ {{ elif player.issue_B == 5 }}The operator (contractor/farmer organization) was not present in the field ක්රියාකරු (කොන්ත්රාත්කරු/ගොවි සංවිධානය) ක්ෂේත්රයේ සිටියේ නැත {{ endif }} |
Number of times the same problem occurred in the same project previously එකම ව්යාපෘතියේ එකම ගැටලුව ඇති වූ වාර ගණන |
{{ if player.past_A == 1}}0 {{ elif player.past_A == 2 }}1 {{ elif player.past_A == 3 }}2 | {{ endif }}{{ if player.past_B == 1}}0 {{ elif player.past_B == 2 }}1 {{ elif player.past_B == 3 }}2 | {{ endif }}
Project delay ව්යාපෘති ප්රමාදය |
{{ if player.delay_A == 1 }}No delay ප්රමාදයක් නැහැ {{ elif player.delay_A == 2 }}1 month behind මසකින් පසුපසින් {{ elif player.delay_A == 3 }}6 months behind මාස 6ක් පසුපසින් |
{{ endif }}
{{ if player.delay_B == 1 }}No delay ප්රමාදයක් නැහැ {{ elif player.delay_B == 2 }}1 month behind මසකින් පසුපසින් {{ elif player.delay_B == 3 }}6 months behind මාස 6ක් පසුපසින් |
{{ endif }}
Project budget ව්යාපෘති අයවැය |
{{ if player.budget_A == 1 }}As scheduled නියමිත පරිදි {{ elif player.budget_A == 2 }}110% over budget අයවැයට වඩා 110% {{ elif player.budget_A == 3 }}150% over budget අයවැයට වඩා 150% |
{{ endif }}
{{ if player.budget_B == 1 }}As scheduled නියමිත පරිදි {{ elif player.budget_B == 2 }}110% over budget අයවැයට වඩා 110% {{ elif player.budget_B == 3 }}150% over budget අයවැයට වඩා 150% |
{{ endif }}
Operator of this project මෙම ව්යාපෘතියේ ක්රියාකරු |
{{ if player.operator_A == 1 }}Farmer organization ගොවි සංවිධානය {{ elif player.operator_A == 2 }}Contractor කොන්ත්රාත්කරු |
{{ endif }}
{{ if player.operator_B == 1 }}Farmer organization ගොවි සංවිධානය {{ elif player.operator_B == 2 }}Contractor කොන්ත්රාත්කරු |
{{ endif }}