Datasets:
File size: 239,611 Bytes
6b1cd92 65ffe3c a10d654 65ffe3c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 | natural_text,bayan_code,logic_explanation,lang,entities,actions,states,split,id
في العمل: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex001
Khaled at the hospital performs 'complain' with Mohammed,Khaled.complain(Mohammed); Mohammed.anger += 0.2; Mohammed.trust -= 0.1,Complaint increases anger and reduces trust,en,"[""Khaled"", ""Mohammed""]","[""complain""]","[""anger"", ""trust""]",train,ex002
في المدرسة: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex003
Sarah at school performs 'care_for' with Ali,Sarah.care_for(Ali); Ali.comfort += 0.2; Ali.fear -= 0.1,Care increases comfort and reduces fear,en,"[""Sarah"", ""Ali""]","[""care_for""]","[""comfort"", ""fear""]",train,ex004
في المترو: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex005
Fatimah at the market performs 'serve_meal' with Maryam,Fatimah.serve_meal(Maryam); Maryam.hunger -= 0.4; Maryam.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Fatimah"", ""Maryam""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex006
في العمل: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex007
Layla in the metro performs 'comfort' with Mohammed,Layla.comfort(Mohammed); Mohammed.sadness -= 0.3,Comforting reduces sadness,en,"[""Layla"", ""Mohammed""]","[""comfort""]","[""sadness""]",train,ex008
ليلى في الحافلة يقوم بفعل 'تقديم_وجبة' مع مريم,ليلى.تقديم_وجبة(مريم); مريم.جوع -= 0.4; مريم.امتنان += 0.3,الطعام يقلل الجوع ويزيد الامتنان,ar,"[""ليلى"", ""مريم""]","[""تقديم_وجبة""]","[""جوع"", ""امتنان""]",train,ex009
at the hospital: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex010
في الحديقة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex011
at the hospital: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex012
سارة في البيت يقوم بفعل 'مواساة' مع مريم,سارة.مواساة(مريم); مريم.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""سارة"", ""مريم""]","[""مواساة""]","[""حزن""]",train,ex013
Youssef in the park performs 'call_ambulance' with Maryam,Youssef.call_ambulance(Maryam); Maryam.safety += 0.2; Maryam.stress -= 0.15,Calling ambulance increases safety and reduces stress,en,"[""Youssef"", ""Maryam""]","[""call_ambulance""]","[""safety"", ""stress""]",train,ex014
ليلى في العمل يقوم بفعل 'شكوى' مع سارة,ليلى.شكوى(سارة); سارة.غضب += 0.2; سارة.ثقة -= 0.1,الشكوى ترفع الغضب وتقلل الثقة,ar,"[""ليلى"", ""سارة""]","[""شكوى""]","[""غضب"", ""ثقة""]",train,ex015
Mohammed at the market performs 'drive_car' with Khaled,Mohammed.drive_car(Khaled); Khaled.focus += 0.2; Khaled.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Mohammed"", ""Khaled""]","[""drive_car""]","[""focus"", ""energy""]",train,ex016
في البيت: تسريع على ماء,ماء.تسريع(); ماء.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""ماء""]","[""تسريع""]","[""سرعة""]",train,ex017
at home: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex018
ليلى في المستشفى يقوم بفعل 'قياس_ضغط' مع يوسف,ليلى.قياس_ضغط(يوسف); يوسف.طمأنينة += 0.2,القياس يعطي طمأنينة,ar,"[""ليلى"", ""يوسف""]","[""قياس_ضغط""]","[""طمأنينة""]",train,ex019
Fatimah on the bus performs 'advise' with Layla,Fatimah.advise(Layla); Layla.focus += 0.2,Advice to stay calm improves focus,en,"[""Fatimah"", ""Layla""]","[""advise""]","[""focus""]",train,ex020
في السوق: تبريد على كرة_معدنية,كرة_معدنية.تبريد(); كرة_معدنية.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""كرة_معدنية""]","[""تبريد""]","[""حرارة""]",train,ex021
Sarah at work performs 'assist' with Ali,Sarah.assist(Ali); Ali.stress -= 0.2; Ali.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Sarah"", ""Ali""]","[""assist""]","[""stress"", ""gratitude""]",train,ex022
يوسف في البيت يقوم بفعل 'انتظار_مترو' مع فاطمة,يوسف.انتظار_مترو(فاطمة); فاطمة.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""يوسف"", ""فاطمة""]","[""انتظار_مترو""]","[""ملل""]",train,ex023
Khaled at the hospital performs 'clean_area' with Ali,Khaled.clean_area(Ali); Ali.comfort += 0.2,Cleaning increases comfort,en,"[""Khaled"", ""Ali""]","[""clean_area""]","[""comfort""]",train,ex024
محمد في المترو يقوم بفعل 'قيادة_سيارة' مع خالد,محمد.قيادة_سيارة(خالد); خالد.تركيز += 0.2; خالد.طاقة -= 0.15,القيادة تتطلب تركيزًا وتستهلك طاقة,ar,"[""محمد"", ""خالد""]","[""قيادة_سيارة""]","[""تركيز"", ""طاقة""]",train,ex025
in the metro: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex026
في العمل: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex027
Ahmed in the park performs 'negotiate' with Mohammed,Ahmed.negotiate(Mohammed); Mohammed.trust += 0.05,Negotiation may increase trust,en,"[""Ahmed"", ""Mohammed""]","[""negotiate""]","[""trust""]",train,ex028
يوسف في المدرسة يقوم بفعل 'توجيه' مع خالد,يوسف.توجيه(خالد); خالد.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""يوسف"", ""خالد""]","[""توجيه""]","[""تركيز""]",train,ex029
Maryam at the hospital performs 'delegate_task' with Ali,Maryam.delegate_task(Ali); Ali.responsibility += 0.2,Delegation increases responsibility,en,"[""Maryam"", ""Ali""]","[""delegate_task""]","[""responsibility""]",train,ex030
مريم في السوق يقوم بفعل 'صرف_دواء' مع علي,مريم.صرف_دواء(علي); علي.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""مريم"", ""علي""]","[""صرف_دواء""]","[""ألم""]",train,ex031
at school: accelerate on Object,Object.accelerate(); Object.speed += 0.25,Acceleration raises speed,en,"[""Object""]","[""accelerate""]","[""speed""]",train,ex032
في المدرسة: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex033
Layla at school performs 'advise' with Maryam,Layla.advise(Maryam); Maryam.focus += 0.2,Advice to stay calm improves focus,en,"[""Layla"", ""Maryam""]","[""advise""]","[""focus""]",train,ex034
فاطمة في الحافلة يقوم بفعل 'مواساة' مع محمد,فاطمة.مواساة(محمد); محمد.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""فاطمة"", ""محمد""]","[""مواساة""]","[""حزن""]",train,ex035
Ali on the bus performs 'dispense_med' with Khaled,Ali.dispense_med(Khaled); Khaled.pain -= 0.3,Dispensing medicine reduces pain,en,"[""Ali"", ""Khaled""]","[""dispense_med""]","[""pain""]",train,ex036
خالد في البيت يقوم بفعل 'تخطيط' مع مريم,خالد.تخطيط(مريم); مريم.وضوح += 0.25,التخطيط يرفع الوضوح,ar,"[""خالد"", ""مريم""]","[""تخطيط""]","[""وضوح""]",train,ex037
Sarah in the park performs 'do_homework' with Maryam,Sarah.do_homework(Maryam); Maryam.skill += 0.2,Homework improves skill,en,"[""Sarah"", ""Maryam""]","[""do_homework""]","[""skill""]",train,ex038
في المستشفى: تبريد على سيارة,سيارة.تبريد(); سيارة.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""سيارة""]","[""تبريد""]","[""حرارة""]",train,ex039
Mohammed at home performs 'serve_meal' with Layla,Mohammed.serve_meal(Layla); Layla.hunger -= 0.4; Layla.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Mohammed"", ""Layla""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex040
في المستشفى: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex041
Ahmed at school performs 'board_bus' with Sarah,Ahmed.board_bus(Sarah); Sarah.energy -= 0.1,Boarding slightly reduces energy,en,"[""Ahmed"", ""Sarah""]","[""board_bus""]","[""energy""]",train,ex042
محمد في العمل يقوم بفعل 'صرف_دواء' مع علي,محمد.صرف_دواء(علي); علي.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""محمد"", ""علي""]","[""صرف_دواء""]","[""ألم""]",train,ex043
at the market: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex044
فاطمة في الحافلة يقوم بفعل 'قيادة_سيارة' مع نور,فاطمة.قيادة_سيارة(نور); نور.تركيز += 0.2; نور.طاقة -= 0.15,القيادة تتطلب تركيزًا وتستهلك طاقة,ar,"[""فاطمة"", ""نور""]","[""قيادة_سيارة""]","[""تركيز"", ""طاقة""]",train,ex045
Sarah in the metro performs 'first_aid' with Mohammed,Sarah.first_aid(Mohammed); Mohammed.fear -= 0.2; Mohammed.comfort += 0.2,First aid reduces fear and increases comfort,en,"[""Sarah"", ""Mohammed""]","[""first_aid""]","[""fear"", ""comfort""]",train,ex046
في المدرسة: تبريد على صندوق,صندوق.تبريد(); صندوق.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""صندوق""]","[""تبريد""]","[""حرارة""]",train,ex047
at the hospital: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex048
ليلى في البيت يقوم بفعل 'نصح' مع محمد,ليلى.نصح(محمد); محمد.تركيز += 0.2,النصح بالهدوء يحسن التركيز,ar,"[""ليلى"", ""محمد""]","[""نصح""]","[""تركيز""]",train,ex049
Noor at the market performs 'guide' with Khaled,Noor.guide(Khaled); Khaled.trust += 0.15,Guidance improves trust,en,"[""Noor"", ""Khaled""]","[""guide""]","[""trust""]",train,ex050
سارة في المستشفى يقوم بفعل 'توجيه' مع محمد,سارة.توجيه(محمد); محمد.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""سارة"", ""محمد""]","[""توجيه""]","[""تركيز""]",train,ex051
Ali at home performs 'comfort' with Ahmed,Ali.comfort(Ahmed); Ahmed.sadness -= 0.3,Comforting reduces sadness,en,"[""Ali"", ""Ahmed""]","[""comfort""]","[""sadness""]",train,ex052
نور في المترو يقوم بفعل 'نصح' مع فاطمة,نور.نصح(فاطمة); فاطمة.تركيز += 0.2,النصح بالهدوء يحسن التركيز,ar,"[""نور"", ""فاطمة""]","[""نصح""]","[""تركيز""]",train,ex053
Khaled in the metro performs 'explain_lesson' with Youssef,Khaled.explain_lesson(Youssef); Youssef.understanding += 0.25,Explanation improves understanding,en,"[""Khaled"", ""Youssef""]","[""explain_lesson""]","[""understanding""]",train,ex054
نور في الحافلة يقوم بفعل 'إرشاد' مع مريم,نور.إرشاد(مريم); مريم.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""نور"", ""مريم""]","[""إرشاد""]","[""ثقة""]",train,ex055
Maryam at school performs 'serve_meal' with Sarah,Maryam.serve_meal(Sarah); Sarah.hunger -= 0.4; Sarah.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Maryam"", ""Sarah""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex056
أحمد في السوق يقوم بفعل 'تفادي_ازدحام' مع فاطمة,أحمد.تفادي_ازدحام(فاطمة); فاطمة.توتر -= 0.15,تفادي الازدحام يقلل التوتر,ar,"[""أحمد"", ""فاطمة""]","[""تفادي_ازدحام""]","[""توتر""]",train,ex057
Ali at the hospital performs 'encourage' with Mohammed,Ali.encourage(Mohammed); Mohammed.trust += 0.25,Encouragement increases trust,en,"[""Ali"", ""Mohammed""]","[""encourage""]","[""trust""]",train,ex058
في البيت: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex059
at school: pull on Car,Car.pull(); Car.speed += 0.1; Car.energy -= 0.05,Pulling changes speed and may reduce energy,en,"[""Car""]","[""pull""]","[""speed"", ""energy""]",train,ex060
في الحديقة: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex061
Sarah at work performs 'delegate_task' with Layla,Sarah.delegate_task(Layla); Layla.responsibility += 0.2,Delegation increases responsibility,en,"[""Sarah"", ""Layla""]","[""delegate_task""]","[""responsibility""]",train,ex062
في الحافلة: تسخين على كرة_معدنية,كرة_معدنية.تسخين(); كرة_معدنية.حرارة += 0.3; كرة_معدنية.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""كرة_معدنية""]","[""تسخين""]","[""حرارة"", ""طاقة""]",train,ex063
on the bus: push on Ball,Ball.push(); Ball.speed += 0.2; Ball.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Ball""]","[""push""]","[""speed"", ""energy""]",train,ex064
في المستشفى: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex065
Sarah at the market performs 'apologize' with Ali,Sarah.apologize(Ali); Ali.anger -= 0.2; Ali.trust += 0.1,Apology reduces anger and slightly increases trust,en,"[""Sarah"", ""Ali""]","[""apologize""]","[""anger"", ""trust""]",train,ex066
محمد في العمل يقوم بفعل 'اجتماع' مع سارة,محمد.اجتماع(سارة); سارة.تنسيق += 0.2; سارة.طاقة -= 0.1,الاجتماع يحسن التنسيق ويستهلك طاقة,ar,"[""محمد"", ""سارة""]","[""اجتماع""]","[""تنسيق"", ""طاقة""]",train,ex067
Ali at school performs 'care_for' with Maryam,Ali.care_for(Maryam); Maryam.comfort += 0.2; Maryam.fear -= 0.1,Care increases comfort and reduces fear,en,"[""Ali"", ""Maryam""]","[""care_for""]","[""comfort"", ""fear""]",train,ex068
في العمل: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex069
Mohammed at the hospital performs 'meeting' with Khaled,Mohammed.meeting(Khaled); Khaled.coordination += 0.2; Khaled.energy -= 0.1,Meeting improves coordination and uses energy,en,"[""Mohammed"", ""Khaled""]","[""meeting""]","[""coordination"", ""energy""]",train,ex070
علي في العمل يقوم بفعل 'تعاون_طلابي' مع خالد,علي.تعاون_طلابي(خالد); خالد.تعاون += 0.2; خالد.ثقة += 0.1,التعاون يرفع التعاون والثقة,ar,"[""علي"", ""خالد""]","[""تعاون_طلابي""]","[""تعاون"", ""ثقة""]",train,ex071
in the park: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex072
مريم في العمل يقوم بفعل 'توجيه' مع علي,مريم.توجيه(علي); علي.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""مريم"", ""علي""]","[""توجيه""]","[""تركيز""]",train,ex073
Ahmed at work performs 'do_homework' with Mohammed,Ahmed.do_homework(Mohammed); Mohammed.skill += 0.2,Homework improves skill,en,"[""Ahmed"", ""Mohammed""]","[""do_homework""]","[""skill""]",train,ex074
ليلى في العمل يقوم بفعل 'شكوى' مع خالد,ليلى.شكوى(خالد); خالد.غضب += 0.2; خالد.ثقة -= 0.1,الشكوى ترفع الغضب وتقلل الثقة,ar,"[""ليلى"", ""خالد""]","[""شكوى""]","[""غضب"", ""ثقة""]",train,ex075
Noor in the metro performs 'reassure' with Ali,Noor.reassure(Ali); Ali.fear -= 0.25,Reassurance reduces fear,en,"[""Noor"", ""Ali""]","[""reassure""]","[""fear""]",train,ex076
في المستشفى: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex077
Khaled in the park performs 'feedback' with Ali,Khaled.feedback(Ali); Ali.stress -= 0.1; Ali.improvement += 0.2,Feedback reduces stress and increases improvement,en,"[""Khaled"", ""Ali""]","[""feedback""]","[""stress"", ""improvement""]",train,ex078
في المترو: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex079
Maryam in the park performs 'serve_meal' with Layla,Maryam.serve_meal(Layla); Layla.hunger -= 0.4; Layla.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Maryam"", ""Layla""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex080
سارة في المترو يقوم بفعل 'تهنئة' مع محمد,سارة.تهنئة(محمد); محمد.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""سارة"", ""محمد""]","[""تهنئة""]","[""سعادة""]",train,ex081
Khaled at the market performs 'exchange_item' with Sarah,Khaled.exchange_item(Sarah); Sarah.satisfaction += 0.2,Exchange increases satisfaction,en,"[""Khaled"", ""Sarah""]","[""exchange_item""]","[""satisfaction""]",train,ex082
أحمد في المترو يقوم بفعل 'تعاون_طلابي' مع خالد,أحمد.تعاون_طلابي(خالد); خالد.تعاون += 0.2; خالد.ثقة += 0.1,التعاون يرفع التعاون والثقة,ar,"[""أحمد"", ""خالد""]","[""تعاون_طلابي""]","[""تعاون"", ""ثقة""]",train,ex083
Sarah at the hospital performs 'dispense_med' with Maryam,Sarah.dispense_med(Maryam); Maryam.pain -= 0.3,Dispensing medicine reduces pain,en,"[""Sarah"", ""Maryam""]","[""dispense_med""]","[""pain""]",train,ex084
في البيت: تبريد على كرة,كرة.تبريد(); كرة.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""كرة""]","[""تبريد""]","[""حرارة""]",train,ex085
Noor at home performs 'apologize' with Layla,Noor.apologize(Layla); Layla.anger -= 0.2; Layla.trust += 0.1,Apology reduces anger and slightly increases trust,en,"[""Noor"", ""Layla""]","[""apologize""]","[""anger"", ""trust""]",train,ex086
سارة في العمل يقوم بفعل 'تهنئة' مع يوسف,سارة.تهنئة(يوسف); يوسف.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""سارة"", ""يوسف""]","[""تهنئة""]","[""سعادة""]",train,ex087
Maryam in the park performs 'call_ambulance' with Layla,Maryam.call_ambulance(Layla); Layla.safety += 0.2; Layla.stress -= 0.15,Calling ambulance increases safety and reduces stress,en,"[""Maryam"", ""Layla""]","[""call_ambulance""]","[""safety"", ""stress""]",train,ex088
محمد في العمل يقوم بفعل 'تفويض_مهمة' مع مريم,محمد.تفويض_مهمة(مريم); مريم.مسؤولية += 0.2,التفويض يرفع المسؤولية,ar,"[""محمد"", ""مريم""]","[""تفويض_مهمة""]","[""مسؤولية""]",train,ex089
Fatimah in the park performs 'congratulate' with Youssef,Fatimah.congratulate(Youssef); Youssef.happiness += 0.2,Congratulations increase happiness,en,"[""Fatimah"", ""Youssef""]","[""congratulate""]","[""happiness""]",train,ex090
في المترو: دفع على سيارة,سيارة.دفع(); سيارة.سرعة += 0.2; سيارة.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""سيارة""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex091
Sarah in the metro performs 'explain_lesson' with Maryam,Sarah.explain_lesson(Maryam); Maryam.understanding += 0.25,Explanation improves understanding,en,"[""Sarah"", ""Maryam""]","[""explain_lesson""]","[""understanding""]",train,ex092
علي في المترو يقوم بفعل 'تهنئة' مع سارة,علي.تهنئة(سارة); سارة.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""علي"", ""سارة""]","[""تهنئة""]","[""سعادة""]",train,ex093
Layla at the hospital performs 'complain' with Fatimah,Layla.complain(Fatimah); Fatimah.anger += 0.2; Fatimah.trust -= 0.1,Complaint increases anger and reduces trust,en,"[""Layla"", ""Fatimah""]","[""complain""]","[""anger"", ""trust""]",train,ex094
مريم في المترو يقوم بفعل 'انتظار_مترو' مع علي,مريم.انتظار_مترو(علي); علي.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""مريم"", ""علي""]","[""انتظار_مترو""]","[""ملل""]",train,ex095
at the market: heat on MetalBall,MetalBall.heat(); MetalBall.temperature += 0.3; MetalBall.energy -= 0.05,Heating raises temperature,en,"[""MetalBall""]","[""heat""]","[""temperature"", ""energy""]",train,ex096
يوسف في العمل يقوم بفعل 'اعتناء' مع خالد,يوسف.اعتناء(خالد); خالد.راحة += 0.2; خالد.خوف -= 0.1,الاعتناء يرفع الراحة ويقلل الخوف,ar,"[""يوسف"", ""خالد""]","[""اعتناء""]","[""راحة"", ""خوف""]",train,ex097
at work: heat on Ball,Ball.heat(); Ball.temperature += 0.3; Ball.energy -= 0.05,Heating raises temperature,en,"[""Ball""]","[""heat""]","[""temperature"", ""energy""]",train,ex098
فاطمة في الحافلة يقوم بفعل 'توجيه' مع ليلى,فاطمة.توجيه(ليلى); ليلى.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""فاطمة"", ""ليلى""]","[""توجيه""]","[""تركيز""]",train,ex099
on the bus: accelerate on Object,Object.accelerate(); Object.speed += 0.25,Acceleration raises speed,en,"[""Object""]","[""accelerate""]","[""speed""]",train,ex100
Khaled at the hospital performs 'congratulate' with Fatimah,Khaled.congratulate(Fatimah); Fatimah.happiness += 0.2,Congratulations increase happiness,en,"[""Khaled"", ""Fatimah""]","[""congratulate""]","[""happiness""]",test,ex1000
خالد في الحديقة يقوم بفعل 'انتظار_مترو' مع محمد,خالد.انتظار_مترو(محمد); محمد.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""خالد"", ""محمد""]","[""انتظار_مترو""]","[""ملل""]",train,ex101
Sarah at home performs 'advise' with Maryam,Sarah.advise(Maryam); Maryam.focus += 0.2,Advice to stay calm improves focus,en,"[""Sarah"", ""Maryam""]","[""advise""]","[""focus""]",train,ex102
أحمد في المستشفى يقوم بفعل 'توجيه' مع سارة,أحمد.توجيه(سارة); سارة.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""أحمد"", ""سارة""]","[""توجيه""]","[""تركيز""]",train,ex103
at home: accelerate on MetalBall,MetalBall.accelerate(); MetalBall.speed += 0.25,Acceleration raises speed,en,"[""MetalBall""]","[""accelerate""]","[""speed""]",train,ex104
يوسف في البيت يقوم بفعل 'تفادي_ازدحام' مع نور,يوسف.تفادي_ازدحام(نور); نور.توتر -= 0.15,تفادي الازدحام يقلل التوتر,ar,"[""يوسف"", ""نور""]","[""تفادي_ازدحام""]","[""توتر""]",train,ex105
Ahmed at home performs 'guide' with Mohammed,Ahmed.guide(Mohammed); Mohammed.trust += 0.15,Guidance improves trust,en,"[""Ahmed"", ""Mohammed""]","[""guide""]","[""trust""]",train,ex106
علي في البيت يقوم بفعل 'تقديم_وجبة' مع نور,علي.تقديم_وجبة(نور); نور.جوع -= 0.4; نور.امتنان += 0.3,الطعام يقلل الجوع ويزيد الامتنان,ar,"[""علي"", ""نور""]","[""تقديم_وجبة""]","[""جوع"", ""امتنان""]",train,ex107
Mohammed on the bus performs 'review' with Noor,Mohammed.review(Noor); Noor.confidence += 0.15; Noor.stress -= 0.1,Review increases confidence and reduces stress,en,"[""Mohammed"", ""Noor""]","[""review""]","[""confidence"", ""stress""]",train,ex108
في الحديقة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex109
Noor on the bus performs 'planning' with Ali,Noor.planning(Ali); Ali.clarity += 0.25,Planning increases clarity,en,"[""Noor"", ""Ali""]","[""planning""]","[""clarity""]",train,ex110
نور في البيت يقوم بفعل 'تعاون_طلابي' مع فاطمة,نور.تعاون_طلابي(فاطمة); فاطمة.تعاون += 0.2; فاطمة.ثقة += 0.1,التعاون يرفع التعاون والثقة,ar,"[""نور"", ""فاطمة""]","[""تعاون_طلابي""]","[""تعاون"", ""ثقة""]",train,ex111
Maryam at home performs 'call_ambulance' with Ali,Maryam.call_ambulance(Ali); Ali.safety += 0.2; Ali.stress -= 0.15,Calling ambulance increases safety and reduces stress,en,"[""Maryam"", ""Ali""]","[""call_ambulance""]","[""safety"", ""stress""]",train,ex112
محمد في العمل يقوم بفعل 'نصح' مع مريم,محمد.نصح(مريم); مريم.تركيز += 0.2,النصح بالهدوء يحسن التركيز,ar,"[""محمد"", ""مريم""]","[""نصح""]","[""تركيز""]",train,ex113
at the market: push on Car,Car.push(); Car.speed += 0.2; Car.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Car""]","[""push""]","[""speed"", ""energy""]",train,ex114
يوسف في البيت يقوم بفعل 'طمأنة' مع خالد,يوسف.طمأنة(خالد); خالد.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""يوسف"", ""خالد""]","[""طمأنة""]","[""خوف""]",train,ex115
Youssef on the bus performs 'assist' with Layla,Youssef.assist(Layla); Layla.stress -= 0.2; Layla.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Youssef"", ""Layla""]","[""assist""]","[""stress"", ""gratitude""]",train,ex116
في المترو: تبريد على جسم,جسم.تبريد(); جسم.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""جسم""]","[""تبريد""]","[""حرارة""]",train,ex117
Fatimah on the bus performs 'do_homework' with Ahmed,Fatimah.do_homework(Ahmed); Ahmed.skill += 0.2,Homework improves skill,en,"[""Fatimah"", ""Ahmed""]","[""do_homework""]","[""skill""]",train,ex118
ليلى في المترو يقوم بفعل 'إرشاد' مع مريم,ليلى.إرشاد(مريم); مريم.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""ليلى"", ""مريم""]","[""إرشاد""]","[""ثقة""]",train,ex119
at home: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex120
في الحافلة: تبريد على ماء,ماء.تبريد(); ماء.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""ماء""]","[""تبريد""]","[""حرارة""]",train,ex121
Layla at the market performs 'reassure' with Youssef,Layla.reassure(Youssef); Youssef.fear -= 0.25,Reassurance reduces fear,en,"[""Layla"", ""Youssef""]","[""reassure""]","[""fear""]",train,ex122
خالد في المترو يقوم بفعل 'إسعافات_أولية' مع علي,خالد.إسعافات_أولية(علي); علي.خوف -= 0.2; علي.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""خالد"", ""علي""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex123
at school: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex124
يوسف في السوق يقوم بفعل 'توجيه' مع خالد,يوسف.توجيه(خالد); خالد.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""يوسف"", ""خالد""]","[""توجيه""]","[""تركيز""]",train,ex125
Youssef on the bus performs 'advise' with Layla,Youssef.advise(Layla); Layla.focus += 0.2,Advice to stay calm improves focus,en,"[""Youssef"", ""Layla""]","[""advise""]","[""focus""]",train,ex126
في المترو: تسخين على صندوق,صندوق.تسخين(); صندوق.حرارة += 0.3; صندوق.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""صندوق""]","[""تسخين""]","[""حرارة"", ""طاقة""]",train,ex127
Mohammed at school performs 'serve_meal' with Noor,Mohammed.serve_meal(Noor); Noor.hunger -= 0.4; Noor.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Mohammed"", ""Noor""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex128
ليلى في المدرسة يقوم بفعل 'حجز_طاولة' مع سارة,ليلى.حجز_طاولة(سارة); سارة.رضا += 0.15,الحجز يرفع الرضا,ar,"[""ليلى"", ""سارة""]","[""حجز_طاولة""]","[""رضا""]",train,ex129
Sarah at the market performs 'board_bus' with Fatimah,Sarah.board_bus(Fatimah); Fatimah.energy -= 0.1,Boarding slightly reduces energy,en,"[""Sarah"", ""Fatimah""]","[""board_bus""]","[""energy""]",train,ex130
نور في البيت يقوم بفعل 'اعتناء' مع محمد,نور.اعتناء(محمد); محمد.راحة += 0.2; محمد.خوف -= 0.1,الاعتناء يرفع الراحة ويقلل الخوف,ar,"[""نور"", ""محمد""]","[""اعتناء""]","[""راحة"", ""خوف""]",train,ex131
at the market: heat on Water,Water.heat(); Water.temperature += 0.3; Water.energy -= 0.05,Heating raises temperature,en,"[""Water""]","[""heat""]","[""temperature"", ""energy""]",train,ex132
في المستشفى: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex133
Khaled at school performs 'board_bus' with Maryam,Khaled.board_bus(Maryam); Maryam.energy -= 0.1,Boarding slightly reduces energy,en,"[""Khaled"", ""Maryam""]","[""board_bus""]","[""energy""]",train,ex134
فاطمة في البيت يقوم بفعل 'حل_واجب' مع يوسف,فاطمة.حل_واجب(يوسف); يوسف.مهارة += 0.2,حل الواجب يحسن المهارة,ar,"[""فاطمة"", ""يوسف""]","[""حل_واجب""]","[""مهارة""]",train,ex135
Sarah at work performs 'reassure' with Mohammed,Sarah.reassure(Mohammed); Mohammed.fear -= 0.25,Reassurance reduces fear,en,"[""Sarah"", ""Mohammed""]","[""reassure""]","[""fear""]",train,ex136
فاطمة في الحديقة يقوم بفعل 'إسعافات_أولية' مع محمد,فاطمة.إسعافات_أولية(محمد); محمد.خوف -= 0.2; محمد.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""فاطمة"", ""محمد""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex137
in the park: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex138
ليلى في الحافلة يقوم بفعل 'إرشاد' مع أحمد,ليلى.إرشاد(أحمد); أحمد.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""ليلى"", ""أحمد""]","[""إرشاد""]","[""ثقة""]",train,ex139
Layla at the market performs 'reassure' with Noor,Layla.reassure(Noor); Noor.fear -= 0.25,Reassurance reduces fear,en,"[""Layla"", ""Noor""]","[""reassure""]","[""fear""]",train,ex140
في العمل: تسريع على كرة_معدنية,كرة_معدنية.تسريع(); كرة_معدنية.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""كرة_معدنية""]","[""تسريع""]","[""سرعة""]",train,ex141
on the bus: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex142
في العمل: تسريع على كرة_معدنية,كرة_معدنية.تسريع(); كرة_معدنية.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""كرة_معدنية""]","[""تسريع""]","[""سرعة""]",train,ex143
at work: push on Object,Object.push(); Object.speed += 0.2; Object.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Object""]","[""push""]","[""speed"", ""energy""]",train,ex144
سارة في الحديقة يقوم بفعل 'حل_واجب' مع نور,سارة.حل_واجب(نور); نور.مهارة += 0.2,حل الواجب يحسن المهارة,ar,"[""سارة"", ""نور""]","[""حل_واجب""]","[""مهارة""]",train,ex145
Layla at home performs 'direct' with Khaled,Layla.direct(Khaled); Khaled.focus += 0.15,Direction improves focus,en,"[""Layla"", ""Khaled""]","[""direct""]","[""focus""]",train,ex146
في العمل: تسخين على ماء,ماء.تسخين(); ماء.حرارة += 0.3; ماء.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""ماء""]","[""تسخين""]","[""حرارة"", ""طاقة""]",train,ex147
Maryam at home performs 'explain_lesson' with Ali,Maryam.explain_lesson(Ali); Ali.understanding += 0.25,Explanation improves understanding,en,"[""Maryam"", ""Ali""]","[""explain_lesson""]","[""understanding""]",train,ex148
يوسف في البيت يقوم بفعل 'مساعدة' مع نور,يوسف.مساعدة(نور); نور.توتر -= 0.2; نور.امتنان += 0.2,المساعدة تقلل التوتر وتزيد الامتنان,ar,"[""يوسف"", ""نور""]","[""مساعدة""]","[""توتر"", ""امتنان""]",train,ex149
on the bus: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex150
في العمل: دفع على كرة,كرة.دفع(); كرة.سرعة += 0.2; كرة.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""كرة""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex151
Sarah in the park performs 'complain' with Maryam,Sarah.complain(Maryam); Maryam.anger += 0.2; Maryam.trust -= 0.1,Complaint increases anger and reduces trust,en,"[""Sarah"", ""Maryam""]","[""complain""]","[""anger"", ""trust""]",train,ex152
في المترو: تسخين على سيارة,سيارة.تسخين(); سيارة.حرارة += 0.3; سيارة.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""سيارة""]","[""تسخين""]","[""حرارة"", ""طاقة""]",train,ex153
Ali on the bus performs 'borrow_book' with Layla,Ali.borrow_book(Layla); Layla.knowledge += 0.2,Borrowing a book increases knowledge,en,"[""Ali"", ""Layla""]","[""borrow_book""]","[""knowledge""]",train,ex154
مريم في البيت يقوم بفعل 'مواساة' مع سارة,مريم.مواساة(سارة); سارة.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""مريم"", ""سارة""]","[""مواساة""]","[""حزن""]",train,ex155
at the market: accelerate on MetalBall,MetalBall.accelerate(); MetalBall.speed += 0.25,Acceleration raises speed,en,"[""MetalBall""]","[""accelerate""]","[""speed""]",train,ex156
نور في العمل يقوم بفعل 'طمأنة' مع مريم,نور.طمأنة(مريم); مريم.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""نور"", ""مريم""]","[""طمأنة""]","[""خوف""]",train,ex157
Sarah in the park performs 'exchange_item' with Maryam,Sarah.exchange_item(Maryam); Maryam.satisfaction += 0.2,Exchange increases satisfaction,en,"[""Sarah"", ""Maryam""]","[""exchange_item""]","[""satisfaction""]",train,ex158
أحمد في العمل يقوم بفعل 'تشجيع' مع علي,أحمد.تشجيع(علي); علي.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""أحمد"", ""علي""]","[""تشجيع""]","[""ثقة""]",train,ex159
Ahmed at the market performs 'apologize' with Ali,Ahmed.apologize(Ali); Ali.anger -= 0.2; Ali.trust += 0.1,Apology reduces anger and slightly increases trust,en,"[""Ahmed"", ""Ali""]","[""apologize""]","[""anger"", ""trust""]",train,ex160
في المستشفى: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex161
Fatimah on the bus performs 'call_ambulance' with Maryam,Fatimah.call_ambulance(Maryam); Maryam.safety += 0.2; Maryam.stress -= 0.15,Calling ambulance increases safety and reduces stress,en,"[""Fatimah"", ""Maryam""]","[""call_ambulance""]","[""safety"", ""stress""]",train,ex162
في العمل: دفع على جسم,جسم.دفع(); جسم.سرعة += 0.2; جسم.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""جسم""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex163
Noor in the metro performs 'feedback' with Mohammed,Noor.feedback(Mohammed); Mohammed.stress -= 0.1; Mohammed.improvement += 0.2,Feedback reduces stress and increases improvement,en,"[""Noor"", ""Mohammed""]","[""feedback""]","[""stress"", ""improvement""]",train,ex164
في السوق: دفع على سيارة,سيارة.دفع(); سيارة.سرعة += 0.2; سيارة.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""سيارة""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex165
Fatimah at home performs 'comfort' with Maryam,Fatimah.comfort(Maryam); Maryam.sadness -= 0.3,Comforting reduces sadness,en,"[""Fatimah"", ""Maryam""]","[""comfort""]","[""sadness""]",train,ex166
يوسف في المترو يقوم بفعل 'مساعدة' مع سارة,يوسف.مساعدة(سارة); سارة.توتر -= 0.2; سارة.امتنان += 0.2,المساعدة تقلل التوتر وتزيد الامتنان,ar,"[""يوسف"", ""سارة""]","[""مساعدة""]","[""توتر"", ""امتنان""]",train,ex167
in the metro: heat on Box,Box.heat(); Box.temperature += 0.3; Box.energy -= 0.05,Heating raises temperature,en,"[""Box""]","[""heat""]","[""temperature"", ""energy""]",train,ex168
في المستشفى: دفع على سيارة,سيارة.دفع(); سيارة.سرعة += 0.2; سيارة.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""سيارة""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex169
Sarah at the hospital performs 'meeting' with Fatimah,Sarah.meeting(Fatimah); Fatimah.coordination += 0.2; Fatimah.energy -= 0.1,Meeting improves coordination and uses energy,en,"[""Sarah"", ""Fatimah""]","[""meeting""]","[""coordination"", ""energy""]",train,ex170
خالد في السوق يقوم بفعل 'مواساة' مع علي,خالد.مواساة(علي); علي.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""خالد"", ""علي""]","[""مواساة""]","[""حزن""]",train,ex171
Noor at school performs 'apologize' with Fatimah,Noor.apologize(Fatimah); Fatimah.anger -= 0.2; Fatimah.trust += 0.1,Apology reduces anger and slightly increases trust,en,"[""Noor"", ""Fatimah""]","[""apologize""]","[""anger"", ""trust""]",train,ex172
مريم في البيت يقوم بفعل 'مواساة' مع نور,مريم.مواساة(نور); نور.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""مريم"", ""نور""]","[""مواساة""]","[""حزن""]",train,ex173
Fatimah at the hospital performs 'do_homework' with Sarah,Fatimah.do_homework(Sarah); Sarah.skill += 0.2,Homework improves skill,en,"[""Fatimah"", ""Sarah""]","[""do_homework""]","[""skill""]",train,ex174
في السوق: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex175
Khaled at the market performs 'explain_lesson' with Mohammed,Khaled.explain_lesson(Mohammed); Mohammed.understanding += 0.25,Explanation improves understanding,en,"[""Khaled"", ""Mohammed""]","[""explain_lesson""]","[""understanding""]",train,ex176
فاطمة في المستشفى يقوم بفعل 'تفادي_ازدحام' مع مريم,فاطمة.تفادي_ازدحام(مريم); مريم.توتر -= 0.15,تفادي الازدحام يقلل التوتر,ar,"[""فاطمة"", ""مريم""]","[""تفادي_ازدحام""]","[""توتر""]",train,ex177
in the metro: brake on Water,Water.brake(); Water.speed -= 0.25,Braking reduces speed,en,"[""Water""]","[""brake""]","[""speed""]",train,ex178
علي في الحافلة يقوم بفعل 'تخطيط' مع فاطمة,علي.تخطيط(فاطمة); فاطمة.وضوح += 0.25,التخطيط يرفع الوضوح,ar,"[""علي"", ""فاطمة""]","[""تخطيط""]","[""وضوح""]",train,ex179
Ahmed in the park performs 'reassure' with Youssef,Ahmed.reassure(Youssef); Youssef.fear -= 0.25,Reassurance reduces fear,en,"[""Ahmed"", ""Youssef""]","[""reassure""]","[""fear""]",train,ex180
في المستشفى: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex181
Fatimah at work performs 'complain' with Ahmed,Fatimah.complain(Ahmed); Ahmed.anger += 0.2; Ahmed.trust -= 0.1,Complaint increases anger and reduces trust,en,"[""Fatimah"", ""Ahmed""]","[""complain""]","[""anger"", ""trust""]",train,ex182
في الحافلة: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex183
at work: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex184
فاطمة في الحافلة يقوم بفعل 'شكوى' مع يوسف,فاطمة.شكوى(يوسف); يوسف.غضب += 0.2; يوسف.ثقة -= 0.1,الشكوى ترفع الغضب وتقلل الثقة,ar,"[""فاطمة"", ""يوسف""]","[""شكوى""]","[""غضب"", ""ثقة""]",train,ex185
Noor in the park performs 'planning' with Layla,Noor.planning(Layla); Layla.clarity += 0.25,Planning increases clarity,en,"[""Noor"", ""Layla""]","[""planning""]","[""clarity""]",train,ex186
في الحديقة: سحب على كرة,كرة.سحب(); كرة.سرعة += 0.1; كرة.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""كرة""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex187
in the metro: heat on Box,Box.heat(); Box.temperature += 0.3; Box.energy -= 0.05,Heating raises temperature,en,"[""Box""]","[""heat""]","[""temperature"", ""energy""]",train,ex188
علي في المستشفى يقوم بفعل 'اتصال_إسعاف' مع أحمد,علي.اتصال_إسعاف(أحمد); أحمد.أمان += 0.2; أحمد.توتر -= 0.15,الاتصال يرفع الأمان ويقلل التوتر,ar,"[""علي"", ""أحمد""]","[""اتصال_إسعاف""]","[""أمان"", ""توتر""]",train,ex189
in the metro: push on Water,Water.push(); Water.speed += 0.2; Water.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Water""]","[""push""]","[""speed"", ""energy""]",train,ex190
أحمد في المترو يقوم بفعل 'اتصال_إسعاف' مع علي,أحمد.اتصال_إسعاف(علي); علي.أمان += 0.2; علي.توتر -= 0.15,الاتصال يرفع الأمان ويقلل التوتر,ar,"[""أحمد"", ""علي""]","[""اتصال_إسعاف""]","[""أمان"", ""توتر""]",train,ex191
Ali on the bus performs 'care_for' with Layla,Ali.care_for(Layla); Layla.comfort += 0.2; Layla.fear -= 0.1,Care increases comfort and reduces fear,en,"[""Ali"", ""Layla""]","[""care_for""]","[""comfort"", ""fear""]",train,ex192
في البيت: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex193
Khaled on the bus performs 'direct' with Maryam,Khaled.direct(Maryam); Maryam.focus += 0.15,Direction improves focus,en,"[""Khaled"", ""Maryam""]","[""direct""]","[""focus""]",train,ex194
فاطمة في السوق يقوم بفعل 'طمأنة' مع سارة,فاطمة.طمأنة(سارة); سارة.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""فاطمة"", ""سارة""]","[""طمأنة""]","[""خوف""]",train,ex195
in the metro: accelerate on Ball,Ball.accelerate(); Ball.speed += 0.25,Acceleration raises speed,en,"[""Ball""]","[""accelerate""]","[""speed""]",train,ex196
محمد في السوق يقوم بفعل 'مواساة' مع نور,محمد.مواساة(نور); نور.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""محمد"", ""نور""]","[""مواساة""]","[""حزن""]",train,ex197
at work: heat on MetalBall,MetalBall.heat(); MetalBall.temperature += 0.3; MetalBall.energy -= 0.05,Heating raises temperature,en,"[""MetalBall""]","[""heat""]","[""temperature"", ""energy""]",train,ex198
في البيت: تبريد على صندوق,صندوق.تبريد(); صندوق.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""صندوق""]","[""تبريد""]","[""حرارة""]",train,ex199
at home: cool on Object,Object.cool(); Object.temperature -= 0.3,Cooling lowers temperature,en,"[""Object""]","[""cool""]","[""temperature""]",train,ex200
علي في العمل يقوم بفعل 'شرح_درس' مع خالد,علي.شرح_درس(خالد); خالد.فهم += 0.25,الشرح يحسن الفهم,ar,"[""علي"", ""خالد""]","[""شرح_درس""]","[""فهم""]",train,ex201
Youssef at school performs 'wait_metro' with Layla,Youssef.wait_metro(Layla); Layla.boredom += 0.2,Waiting may increase boredom,en,"[""Youssef"", ""Layla""]","[""wait_metro""]","[""boredom""]",train,ex202
مريم في الحافلة يقوم بفعل 'تشجيع' مع نور,مريم.تشجيع(نور); نور.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""مريم"", ""نور""]","[""تشجيع""]","[""ثقة""]",train,ex203
in the park: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex204
في المترو: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex205
at home: pull on Water,Water.pull(); Water.speed += 0.1; Water.energy -= 0.05,Pulling changes speed and may reduce energy,en,"[""Water""]","[""pull""]","[""speed"", ""energy""]",train,ex206
في المترو: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex207
Noor at the market performs 'guide' with Youssef,Noor.guide(Youssef); Youssef.trust += 0.15,Guidance improves trust,en,"[""Noor"", ""Youssef""]","[""guide""]","[""trust""]",train,ex208
في الحديقة: سحب على كرة,كرة.سحب(); كرة.سرعة += 0.1; كرة.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""كرة""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex209
Noor at school performs 'call_ambulance' with Mohammed,Noor.call_ambulance(Mohammed); Mohammed.safety += 0.2; Mohammed.stress -= 0.15,Calling ambulance increases safety and reduces stress,en,"[""Noor"", ""Mohammed""]","[""call_ambulance""]","[""safety"", ""stress""]",train,ex210
يوسف في الحافلة يقوم بفعل 'ركوب_حافلة' مع خالد,يوسف.ركوب_حافلة(خالد); خالد.طاقة -= 0.1,الركوب يقلل الطاقة قليلاً,ar,"[""يوسف"", ""خالد""]","[""ركوب_حافلة""]","[""طاقة""]",train,ex211
Maryam at the hospital performs 'avoid_traffic' with Layla,Maryam.avoid_traffic(Layla); Layla.stress -= 0.15,Avoiding traffic reduces stress,en,"[""Maryam"", ""Layla""]","[""avoid_traffic""]","[""stress""]",train,ex212
علي في الحافلة يقوم بفعل 'قياس_ضغط' مع يوسف,علي.قياس_ضغط(يوسف); يوسف.طمأنينة += 0.2,القياس يعطي طمأنينة,ar,"[""علي"", ""يوسف""]","[""قياس_ضغط""]","[""طمأنينة""]",train,ex213
Ahmed at work performs 'dispense_med' with Mohammed,Ahmed.dispense_med(Mohammed); Mohammed.pain -= 0.3,Dispensing medicine reduces pain,en,"[""Ahmed"", ""Mohammed""]","[""dispense_med""]","[""pain""]",train,ex214
محمد في المستشفى يقوم بفعل 'حجز_طاولة' مع يوسف,محمد.حجز_طاولة(يوسف); يوسف.رضا += 0.15,الحجز يرفع الرضا,ar,"[""محمد"", ""يوسف""]","[""حجز_طاولة""]","[""رضا""]",train,ex215
at school: heat on MetalBall,MetalBall.heat(); MetalBall.temperature += 0.3; MetalBall.energy -= 0.05,Heating raises temperature,en,"[""MetalBall""]","[""heat""]","[""temperature"", ""energy""]",train,ex216
أحمد في الحديقة يقوم بفعل 'تهنئة' مع مريم,أحمد.تهنئة(مريم); مريم.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""أحمد"", ""مريم""]","[""تهنئة""]","[""سعادة""]",train,ex217
in the metro: accelerate on Object,Object.accelerate(); Object.speed += 0.25,Acceleration raises speed,en,"[""Object""]","[""accelerate""]","[""speed""]",train,ex218
في السوق: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex219
Fatimah at home performs 'care_for' with Youssef,Fatimah.care_for(Youssef); Youssef.comfort += 0.2; Youssef.fear -= 0.1,Care increases comfort and reduces fear,en,"[""Fatimah"", ""Youssef""]","[""care_for""]","[""comfort"", ""fear""]",train,ex220
في البيت: سحب على سيارة,سيارة.سحب(); سيارة.سرعة += 0.1; سيارة.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""سيارة""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex221
at work: cool on Water,Water.cool(); Water.temperature -= 0.3,Cooling lowers temperature,en,"[""Water""]","[""cool""]","[""temperature""]",train,ex222
في العمل: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex223
at the hospital: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex224
في العمل: تسريع على ماء,ماء.تسريع(); ماء.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""ماء""]","[""تسريع""]","[""سرعة""]",train,ex225
at work: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex226
في المترو: سحب على ماء,ماء.سحب(); ماء.سرعة += 0.1; ماء.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""ماء""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex227
Mohammed in the park performs 'call_ambulance' with Sarah,Mohammed.call_ambulance(Sarah); Sarah.safety += 0.2; Sarah.stress -= 0.15,Calling ambulance increases safety and reduces stress,en,"[""Mohammed"", ""Sarah""]","[""call_ambulance""]","[""safety"", ""stress""]",train,ex228
في العمل: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex229
Youssef at school performs 'serve_meal' with Maryam,Youssef.serve_meal(Maryam); Maryam.hunger -= 0.4; Maryam.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Youssef"", ""Maryam""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex230
نور في الحديقة يقوم بفعل 'مراجعة' مع مريم,نور.مراجعة(مريم); مريم.ثقة += 0.15; مريم.توتر -= 0.1,المراجعة تزيد الثقة وتقلل التوتر,ar,"[""نور"", ""مريم""]","[""مراجعة""]","[""ثقة"", ""توتر""]",train,ex231
Sarah at the market performs 'complain' with Maryam,Sarah.complain(Maryam); Maryam.anger += 0.2; Maryam.trust -= 0.1,Complaint increases anger and reduces trust,en,"[""Sarah"", ""Maryam""]","[""complain""]","[""anger"", ""trust""]",train,ex232
في المدرسة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex233
in the park: push on Box,Box.push(); Box.speed += 0.2; Box.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Box""]","[""push""]","[""speed"", ""energy""]",train,ex234
محمد في المترو يقوم بفعل 'انتظار_مترو' مع مريم,محمد.انتظار_مترو(مريم); مريم.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""محمد"", ""مريم""]","[""انتظار_مترو""]","[""ملل""]",train,ex235
Khaled at work performs 'congratulate' with Ali,Khaled.congratulate(Ali); Ali.happiness += 0.2,Congratulations increase happiness,en,"[""Khaled"", ""Ali""]","[""congratulate""]","[""happiness""]",train,ex236
مريم في الحديقة يقوم بفعل 'قياس_ضغط' مع نور,مريم.قياس_ضغط(نور); نور.طمأنينة += 0.2,القياس يعطي طمأنينة,ar,"[""مريم"", ""نور""]","[""قياس_ضغط""]","[""طمأنينة""]",train,ex237
Noor at home performs 'dispense_med' with Mohammed,Noor.dispense_med(Mohammed); Mohammed.pain -= 0.3,Dispensing medicine reduces pain,en,"[""Noor"", ""Mohammed""]","[""dispense_med""]","[""pain""]",train,ex238
يوسف في المستشفى يقوم بفعل 'قياس_ضغط' مع علي,يوسف.قياس_ضغط(علي); علي.طمأنينة += 0.2,القياس يعطي طمأنينة,ar,"[""يوسف"", ""علي""]","[""قياس_ضغط""]","[""طمأنينة""]",train,ex239
Ahmed on the bus performs 'board_bus' with Maryam,Ahmed.board_bus(Maryam); Maryam.energy -= 0.1,Boarding slightly reduces energy,en,"[""Ahmed"", ""Maryam""]","[""board_bus""]","[""energy""]",train,ex240
في المترو: تسخين على كرة_معدنية,كرة_معدنية.تسخين(); كرة_معدنية.حرارة += 0.3; كرة_معدنية.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""كرة_معدنية""]","[""تسخين""]","[""حرارة"", ""طاقة""]",train,ex241
Layla on the bus performs 'dispense_med' with Mohammed,Layla.dispense_med(Mohammed); Mohammed.pain -= 0.3,Dispensing medicine reduces pain,en,"[""Layla"", ""Mohammed""]","[""dispense_med""]","[""pain""]",train,ex242
علي في البيت يقوم بفعل 'اعتناء' مع ليلى,علي.اعتناء(ليلى); ليلى.راحة += 0.2; ليلى.خوف -= 0.1,الاعتناء يرفع الراحة ويقلل الخوف,ar,"[""علي"", ""ليلى""]","[""اعتناء""]","[""راحة"", ""خوف""]",train,ex243
on the bus: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex244
مريم في السوق يقوم بفعل 'شرح_درس' مع يوسف,مريم.شرح_درس(يوسف); يوسف.فهم += 0.25,الشرح يحسن الفهم,ar,"[""مريم"", ""يوسف""]","[""شرح_درس""]","[""فهم""]",train,ex245
Ahmed at the hospital performs 'direct' with Maryam,Ahmed.direct(Maryam); Maryam.focus += 0.15,Direction improves focus,en,"[""Ahmed"", ""Maryam""]","[""direct""]","[""focus""]",train,ex246
علي في الحافلة يقوم بفعل 'إرشاد' مع خالد,علي.إرشاد(خالد); خالد.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""علي"", ""خالد""]","[""إرشاد""]","[""ثقة""]",train,ex247
in the metro: brake on MetalBall,MetalBall.brake(); MetalBall.speed -= 0.25,Braking reduces speed,en,"[""MetalBall""]","[""brake""]","[""speed""]",train,ex248
في السوق: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex249
Mohammed at work performs 'do_homework' with Noor,Mohammed.do_homework(Noor); Noor.skill += 0.2,Homework improves skill,en,"[""Mohammed"", ""Noor""]","[""do_homework""]","[""skill""]",train,ex250
ليلى في الحافلة يقوم بفعل 'توجيه' مع سارة,ليلى.توجيه(سارة); سارة.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""ليلى"", ""سارة""]","[""توجيه""]","[""تركيز""]",train,ex251
Layla in the park performs 'meeting' with Mohammed,Layla.meeting(Mohammed); Mohammed.coordination += 0.2; Mohammed.energy -= 0.1,Meeting improves coordination and uses energy,en,"[""Layla"", ""Mohammed""]","[""meeting""]","[""coordination"", ""energy""]",train,ex252
مريم في الحافلة يقوم بفعل 'مواساة' مع سارة,مريم.مواساة(سارة); سارة.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""مريم"", ""سارة""]","[""مواساة""]","[""حزن""]",train,ex253
Sarah in the park performs 'serve_meal' with Ahmed,Sarah.serve_meal(Ahmed); Ahmed.hunger -= 0.4; Ahmed.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Sarah"", ""Ahmed""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex254
خالد في البيت يقوم بفعل 'مواساة' مع سارة,خالد.مواساة(سارة); سارة.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""خالد"", ""سارة""]","[""مواساة""]","[""حزن""]",train,ex255
in the park: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex256
فاطمة في السوق يقوم بفعل 'انتظار_مترو' مع أحمد,فاطمة.انتظار_مترو(أحمد); أحمد.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""فاطمة"", ""أحمد""]","[""انتظار_مترو""]","[""ملل""]",train,ex257
Ali at the hospital performs 'exchange_item' with Maryam,Ali.exchange_item(Maryam); Maryam.satisfaction += 0.2,Exchange increases satisfaction,en,"[""Ali"", ""Maryam""]","[""exchange_item""]","[""satisfaction""]",train,ex258
في السوق: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex259
Sarah at the market performs 'serve_meal' with Layla,Sarah.serve_meal(Layla); Layla.hunger -= 0.4; Layla.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Sarah"", ""Layla""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex260
خالد في المستشفى يقوم بفعل 'مساعدة' مع يوسف,خالد.مساعدة(يوسف); يوسف.توتر -= 0.2; يوسف.امتنان += 0.2,المساعدة تقلل التوتر وتزيد الامتنان,ar,"[""خالد"", ""يوسف""]","[""مساعدة""]","[""توتر"", ""امتنان""]",train,ex261
Noor at the hospital performs 'wait_metro' with Fatimah,Noor.wait_metro(Fatimah); Fatimah.boredom += 0.2,Waiting may increase boredom,en,"[""Noor"", ""Fatimah""]","[""wait_metro""]","[""boredom""]",train,ex262
في المدرسة: تسريع على جسم,جسم.تسريع(); جسم.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""جسم""]","[""تسريع""]","[""سرعة""]",train,ex263
Ali at school performs 'avoid_traffic' with Maryam,Ali.avoid_traffic(Maryam); Maryam.stress -= 0.15,Avoiding traffic reduces stress,en,"[""Ali"", ""Maryam""]","[""avoid_traffic""]","[""stress""]",train,ex264
نور في المستشفى يقوم بفعل 'إرشاد' مع يوسف,نور.إرشاد(يوسف); يوسف.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""نور"", ""يوسف""]","[""إرشاد""]","[""ثقة""]",train,ex265
at the hospital: push on Box,Box.push(); Box.speed += 0.2; Box.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Box""]","[""push""]","[""speed"", ""energy""]",train,ex266
في السوق: دفع على جسم,جسم.دفع(); جسم.سرعة += 0.2; جسم.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""جسم""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex267
Fatimah in the park performs 'reassure' with Ali,Fatimah.reassure(Ali); Ali.fear -= 0.25,Reassurance reduces fear,en,"[""Fatimah"", ""Ali""]","[""reassure""]","[""fear""]",train,ex268
في العمل: تسريع على سيارة,سيارة.تسريع(); سيارة.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""سيارة""]","[""تسريع""]","[""سرعة""]",train,ex269
at the hospital: cool on Car,Car.cool(); Car.temperature -= 0.3,Cooling lowers temperature,en,"[""Car""]","[""cool""]","[""temperature""]",train,ex270
محمد في المترو يقوم بفعل 'قيادة_سيارة' مع علي,محمد.قيادة_سيارة(علي); علي.تركيز += 0.2; علي.طاقة -= 0.15,القيادة تتطلب تركيزًا وتستهلك طاقة,ar,"[""محمد"", ""علي""]","[""قيادة_سيارة""]","[""تركيز"", ""طاقة""]",train,ex271
in the park: cool on Object,Object.cool(); Object.temperature -= 0.3,Cooling lowers temperature,en,"[""Object""]","[""cool""]","[""temperature""]",train,ex272
يوسف في الحديقة يقوم بفعل 'إسعافات_أولية' مع فاطمة,يوسف.إسعافات_أولية(فاطمة); فاطمة.خوف -= 0.2; فاطمة.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""يوسف"", ""فاطمة""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex273
in the park: heat on MetalBall,MetalBall.heat(); MetalBall.temperature += 0.3; MetalBall.energy -= 0.05,Heating raises temperature,en,"[""MetalBall""]","[""heat""]","[""temperature"", ""energy""]",train,ex274
نور في المستشفى يقوم بفعل 'تغذية_راجعة' مع محمد,نور.تغذية_راجعة(محمد); محمد.توتر -= 0.1; محمد.تحسن += 0.2,التغذية الراجعة تقلل التوتر وتزيد التحسن,ar,"[""نور"", ""محمد""]","[""تغذية_راجعة""]","[""توتر"", ""تحسن""]",train,ex275
Mohammed at school performs 'encourage' with Layla,Mohammed.encourage(Layla); Layla.trust += 0.25,Encouragement increases trust,en,"[""Mohammed"", ""Layla""]","[""encourage""]","[""trust""]",train,ex276
في الحديقة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex277
in the park: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex278
يوسف في العمل يقوم بفعل 'قياس_ضغط' مع أحمد,يوسف.قياس_ضغط(أحمد); أحمد.طمأنينة += 0.2,القياس يعطي طمأنينة,ar,"[""يوسف"", ""أحمد""]","[""قياس_ضغط""]","[""طمأنينة""]",train,ex279
at home: accelerate on Car,Car.accelerate(); Car.speed += 0.25,Acceleration raises speed,en,"[""Car""]","[""accelerate""]","[""speed""]",train,ex280
نور في الحديقة يقوم بفعل 'مواساة' مع سارة,نور.مواساة(سارة); سارة.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""نور"", ""سارة""]","[""مواساة""]","[""حزن""]",train,ex281
Layla at home performs 'measure_bp' with Mohammed,Layla.measure_bp(Mohammed); Mohammed.reassurance += 0.2,Measuring blood pressure provides reassurance,en,"[""Layla"", ""Mohammed""]","[""measure_bp""]","[""reassurance""]",train,ex282
علي في العمل يقوم بفعل 'إسعافات_أولية' مع فاطمة,علي.إسعافات_أولية(فاطمة); فاطمة.خوف -= 0.2; فاطمة.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""علي"", ""فاطمة""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex283
Maryam in the park performs 'congratulate' with Fatimah,Maryam.congratulate(Fatimah); Fatimah.happiness += 0.2,Congratulations increase happiness,en,"[""Maryam"", ""Fatimah""]","[""congratulate""]","[""happiness""]",train,ex284
خالد في السوق يقوم بفعل 'مواساة' مع يوسف,خالد.مواساة(يوسف); يوسف.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""خالد"", ""يوسف""]","[""مواساة""]","[""حزن""]",train,ex285
Ahmed in the metro performs 'drive_car' with Mohammed,Ahmed.drive_car(Mohammed); Mohammed.focus += 0.2; Mohammed.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Ahmed"", ""Mohammed""]","[""drive_car""]","[""focus"", ""energy""]",train,ex286
في الحديقة: سحب على ماء,ماء.سحب(); ماء.سرعة += 0.1; ماء.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""ماء""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex287
at the hospital: accelerate on Water,Water.accelerate(); Water.speed += 0.25,Acceleration raises speed,en,"[""Water""]","[""accelerate""]","[""speed""]",train,ex288
خالد في المستشفى يقوم بفعل 'شرح_درس' مع فاطمة,خالد.شرح_درس(فاطمة); فاطمة.فهم += 0.25,الشرح يحسن الفهم,ar,"[""خالد"", ""فاطمة""]","[""شرح_درس""]","[""فهم""]",train,ex289
Youssef on the bus performs 'care_for' with Noor,Youssef.care_for(Noor); Noor.comfort += 0.2; Noor.fear -= 0.1,Care increases comfort and reduces fear,en,"[""Youssef"", ""Noor""]","[""care_for""]","[""comfort"", ""fear""]",train,ex290
في المستشفى: تسريع على جسم,جسم.تسريع(); جسم.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""جسم""]","[""تسريع""]","[""سرعة""]",train,ex291
on the bus: heat on Ball,Ball.heat(); Ball.temperature += 0.3; Ball.energy -= 0.05,Heating raises temperature,en,"[""Ball""]","[""heat""]","[""temperature"", ""energy""]",train,ex292
في المدرسة: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex293
Fatimah at home performs 'serve_meal' with Ahmed,Fatimah.serve_meal(Ahmed); Ahmed.hunger -= 0.4; Ahmed.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Fatimah"", ""Ahmed""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex294
في العمل: سحب على جسم,جسم.سحب(); جسم.سرعة += 0.1; جسم.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""جسم""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex295
Mohammed in the metro performs 'direct' with Ahmed,Mohammed.direct(Ahmed); Ahmed.focus += 0.15,Direction improves focus,en,"[""Mohammed"", ""Ahmed""]","[""direct""]","[""focus""]",train,ex296
يوسف في البيت يقوم بفعل 'طمأنة' مع علي,يوسف.طمأنة(علي); علي.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""يوسف"", ""علي""]","[""طمأنة""]","[""خوف""]",train,ex297
in the park: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex298
أحمد في الحافلة يقوم بفعل 'تقديم_وجبة' مع يوسف,أحمد.تقديم_وجبة(يوسف); يوسف.جوع -= 0.4; يوسف.امتنان += 0.3,الطعام يقلل الجوع ويزيد الامتنان,ar,"[""أحمد"", ""يوسف""]","[""تقديم_وجبة""]","[""جوع"", ""امتنان""]",train,ex299
Layla in the metro performs 'do_homework' with Youssef,Layla.do_homework(Youssef); Youssef.skill += 0.2,Homework improves skill,en,"[""Layla"", ""Youssef""]","[""do_homework""]","[""skill""]",train,ex300
يوسف في السوق يقوم بفعل 'تهنئة' مع أحمد,يوسف.تهنئة(أحمد); أحمد.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""يوسف"", ""أحمد""]","[""تهنئة""]","[""سعادة""]",train,ex301
Fatimah at the hospital performs 'measure_bp' with Noor,Fatimah.measure_bp(Noor); Noor.reassurance += 0.2,Measuring blood pressure provides reassurance,en,"[""Fatimah"", ""Noor""]","[""measure_bp""]","[""reassurance""]",train,ex302
في المترو: سحب على كرة,كرة.سحب(); كرة.سرعة += 0.1; كرة.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""كرة""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex303
at the hospital: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex304
في البيت: تسخين على ماء,ماء.تسخين(); ماء.حرارة += 0.3; ماء.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""ماء""]","[""تسخين""]","[""حرارة"", ""طاقة""]",train,ex305
at the hospital: push on Object,Object.push(); Object.speed += 0.2; Object.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Object""]","[""push""]","[""speed"", ""energy""]",train,ex306
في الحديقة: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex307
at home: pull on MetalBall,MetalBall.pull(); MetalBall.speed += 0.1; MetalBall.energy -= 0.05,Pulling changes speed and may reduce energy,en,"[""MetalBall""]","[""pull""]","[""speed"", ""energy""]",train,ex308
مريم في السوق يقوم بفعل 'تشجيع' مع سارة,مريم.تشجيع(سارة); سارة.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""مريم"", ""سارة""]","[""تشجيع""]","[""ثقة""]",train,ex309
Mohammed on the bus performs 'avoid_traffic' with Khaled,Mohammed.avoid_traffic(Khaled); Khaled.stress -= 0.15,Avoiding traffic reduces stress,en,"[""Mohammed"", ""Khaled""]","[""avoid_traffic""]","[""stress""]",train,ex310
فاطمة في الحديقة يقوم بفعل 'انتظار_مترو' مع نور,فاطمة.انتظار_مترو(نور); نور.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""فاطمة"", ""نور""]","[""انتظار_مترو""]","[""ملل""]",train,ex311
Mohammed at work performs 'direct' with Noor,Mohammed.direct(Noor); Noor.focus += 0.15,Direction improves focus,en,"[""Mohammed"", ""Noor""]","[""direct""]","[""focus""]",train,ex312
فاطمة في المستشفى يقوم بفعل 'انتظار_مترو' مع أحمد,فاطمة.انتظار_مترو(أحمد); أحمد.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""فاطمة"", ""أحمد""]","[""انتظار_مترو""]","[""ملل""]",train,ex313
at school: push on Box,Box.push(); Box.speed += 0.2; Box.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Box""]","[""push""]","[""speed"", ""energy""]",train,ex314
في المستشفى: دفع على ماء,ماء.دفع(); ماء.سرعة += 0.2; ماء.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""ماء""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex315
in the metro: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex316
في الحافلة: دفع على سيارة,سيارة.دفع(); سيارة.سرعة += 0.2; سيارة.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""سيارة""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex317
Fatimah on the bus performs 'student_collab' with Sarah,Fatimah.student_collab(Sarah); Sarah.teamwork += 0.2; Sarah.trust += 0.1,Collaboration raises teamwork and trust,en,"[""Fatimah"", ""Sarah""]","[""student_collab""]","[""teamwork"", ""trust""]",train,ex318
في الحافلة: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex319
Layla at the market performs 'assist' with Mohammed,Layla.assist(Mohammed); Mohammed.stress -= 0.2; Mohammed.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Layla"", ""Mohammed""]","[""assist""]","[""stress"", ""gratitude""]",train,ex320
نور في السوق يقوم بفعل 'مساعدة' مع فاطمة,نور.مساعدة(فاطمة); فاطمة.توتر -= 0.2; فاطمة.امتنان += 0.2,المساعدة تقلل التوتر وتزيد الامتنان,ar,"[""نور"", ""فاطمة""]","[""مساعدة""]","[""توتر"", ""امتنان""]",train,ex321
in the metro: cool on Water,Water.cool(); Water.temperature -= 0.3,Cooling lowers temperature,en,"[""Water""]","[""cool""]","[""temperature""]",train,ex322
فاطمة في المستشفى يقوم بفعل 'انتظار_مترو' مع أحمد,فاطمة.انتظار_مترو(أحمد); أحمد.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""فاطمة"", ""أحمد""]","[""انتظار_مترو""]","[""ملل""]",train,ex323
in the metro: brake on Car,Car.brake(); Car.speed -= 0.25,Braking reduces speed,en,"[""Car""]","[""brake""]","[""speed""]",train,ex324
فاطمة في المستشفى يقوم بفعل 'تهنئة' مع خالد,فاطمة.تهنئة(خالد); خالد.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""فاطمة"", ""خالد""]","[""تهنئة""]","[""سعادة""]",train,ex325
in the park: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex326
في السوق: تبريد على كرة_معدنية,كرة_معدنية.تبريد(); كرة_معدنية.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""كرة_معدنية""]","[""تبريد""]","[""حرارة""]",train,ex327
at work: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex328
في الحديقة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex329
Ali in the park performs 'call_ambulance' with Mohammed,Ali.call_ambulance(Mohammed); Mohammed.safety += 0.2; Mohammed.stress -= 0.15,Calling ambulance increases safety and reduces stress,en,"[""Ali"", ""Mohammed""]","[""call_ambulance""]","[""safety"", ""stress""]",train,ex330
مريم في الحديقة يقوم بفعل 'نصح' مع خالد,مريم.نصح(خالد); خالد.تركيز += 0.2,النصح بالهدوء يحسن التركيز,ar,"[""مريم"", ""خالد""]","[""نصح""]","[""تركيز""]",train,ex331
Noor at the market performs 'delegate_task' with Sarah,Noor.delegate_task(Sarah); Sarah.responsibility += 0.2,Delegation increases responsibility,en,"[""Noor"", ""Sarah""]","[""delegate_task""]","[""responsibility""]",train,ex332
مريم في المدرسة يقوم بفعل 'مساعدة' مع محمد,مريم.مساعدة(محمد); محمد.توتر -= 0.2; محمد.امتنان += 0.2,المساعدة تقلل التوتر وتزيد الامتنان,ar,"[""مريم"", ""محمد""]","[""مساعدة""]","[""توتر"", ""امتنان""]",train,ex333
at the market: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex334
في السوق: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex335
Fatimah on the bus performs 'reassure' with Khaled,Fatimah.reassure(Khaled); Khaled.fear -= 0.25,Reassurance reduces fear,en,"[""Fatimah"", ""Khaled""]","[""reassure""]","[""fear""]",train,ex336
ليلى في العمل يقوم بفعل 'توجيه' مع سارة,ليلى.توجيه(سارة); سارة.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""ليلى"", ""سارة""]","[""توجيه""]","[""تركيز""]",train,ex337
Noor at work performs 'drive_car' with Sarah,Noor.drive_car(Sarah); Sarah.focus += 0.2; Sarah.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Noor"", ""Sarah""]","[""drive_car""]","[""focus"", ""energy""]",train,ex338
نور في الحافلة يقوم بفعل 'اجتماع' مع سارة,نور.اجتماع(سارة); سارة.تنسيق += 0.2; سارة.طاقة -= 0.1,الاجتماع يحسن التنسيق ويستهلك طاقة,ar,"[""نور"", ""سارة""]","[""اجتماع""]","[""تنسيق"", ""طاقة""]",train,ex339
in the metro: cool on Water,Water.cool(); Water.temperature -= 0.3,Cooling lowers temperature,en,"[""Water""]","[""cool""]","[""temperature""]",train,ex340
سارة في المدرسة يقوم بفعل 'اجتماع' مع خالد,سارة.اجتماع(خالد); خالد.تنسيق += 0.2; خالد.طاقة -= 0.1,الاجتماع يحسن التنسيق ويستهلك طاقة,ar,"[""سارة"", ""خالد""]","[""اجتماع""]","[""تنسيق"", ""طاقة""]",train,ex341
at the hospital: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex342
علي في المستشفى يقوم بفعل 'انتظار_مترو' مع محمد,علي.انتظار_مترو(محمد); محمد.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""علي"", ""محمد""]","[""انتظار_مترو""]","[""ملل""]",train,ex343
Maryam in the metro performs 'drive_car' with Noor,Maryam.drive_car(Noor); Noor.focus += 0.2; Noor.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Maryam"", ""Noor""]","[""drive_car""]","[""focus"", ""energy""]",train,ex344
سارة في المدرسة يقوم بفعل 'تهنئة' مع نور,سارة.تهنئة(نور); نور.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""سارة"", ""نور""]","[""تهنئة""]","[""سعادة""]",train,ex345
in the park: accelerate on Box,Box.accelerate(); Box.speed += 0.25,Acceleration raises speed,en,"[""Box""]","[""accelerate""]","[""speed""]",train,ex346
محمد في المدرسة يقوم بفعل 'نصح' مع ليلى,محمد.نصح(ليلى); ليلى.تركيز += 0.2,النصح بالهدوء يحسن التركيز,ar,"[""محمد"", ""ليلى""]","[""نصح""]","[""تركيز""]",train,ex347
in the park: brake on Ball,Ball.brake(); Ball.speed -= 0.25,Braking reduces speed,en,"[""Ball""]","[""brake""]","[""speed""]",train,ex348
خالد في الحافلة يقوم بفعل 'انتظار_مترو' مع أحمد,خالد.انتظار_مترو(أحمد); أحمد.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""خالد"", ""أحمد""]","[""انتظار_مترو""]","[""ملل""]",train,ex349
on the bus: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex350
في المدرسة: دفع على كرة,كرة.دفع(); كرة.سرعة += 0.2; كرة.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""كرة""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex351
Khaled in the metro performs 'reassure' with Ali,Khaled.reassure(Ali); Ali.fear -= 0.25,Reassurance reduces fear,en,"[""Khaled"", ""Ali""]","[""reassure""]","[""fear""]",train,ex352
مريم في المستشفى يقوم بفعل 'اعتذار' مع سارة,مريم.اعتذار(سارة); سارة.غضب -= 0.2; سارة.ثقة += 0.1,الاعتذار يقلل الغضب ويزيد الثقة قليلًا,ar,"[""مريم"", ""سارة""]","[""اعتذار""]","[""غضب"", ""ثقة""]",train,ex353
Youssef at the hospital performs 'comfort' with Noor,Youssef.comfort(Noor); Noor.sadness -= 0.3,Comforting reduces sadness,en,"[""Youssef"", ""Noor""]","[""comfort""]","[""sadness""]",train,ex354
نور في البيت يقوم بفعل 'إسعافات_أولية' مع علي,نور.إسعافات_أولية(علي); علي.خوف -= 0.2; علي.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""نور"", ""علي""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex355
Maryam in the park performs 'board_bus' with Youssef,Maryam.board_bus(Youssef); Youssef.energy -= 0.1,Boarding slightly reduces energy,en,"[""Maryam"", ""Youssef""]","[""board_bus""]","[""energy""]",train,ex356
يوسف في المستشفى يقوم بفعل 'شكوى' مع خالد,يوسف.شكوى(خالد); خالد.غضب += 0.2; خالد.ثقة -= 0.1,الشكوى ترفع الغضب وتقلل الثقة,ar,"[""يوسف"", ""خالد""]","[""شكوى""]","[""غضب"", ""ثقة""]",train,ex357
at the hospital: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex358
علي في المترو يقوم بفعل 'تغذية_راجعة' مع فاطمة,علي.تغذية_راجعة(فاطمة); فاطمة.توتر -= 0.1; فاطمة.تحسن += 0.2,التغذية الراجعة تقلل التوتر وتزيد التحسن,ar,"[""علي"", ""فاطمة""]","[""تغذية_راجعة""]","[""توتر"", ""تحسن""]",train,ex359
Ahmed at work performs 'measure_bp' with Youssef,Ahmed.measure_bp(Youssef); Youssef.reassurance += 0.2,Measuring blood pressure provides reassurance,en,"[""Ahmed"", ""Youssef""]","[""measure_bp""]","[""reassurance""]",train,ex360
ليلى في البيت يقوم بفعل 'انتظار_مترو' مع محمد,ليلى.انتظار_مترو(محمد); محمد.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""ليلى"", ""محمد""]","[""انتظار_مترو""]","[""ملل""]",train,ex361
Mohammed at school performs 'drive_car' with Layla,Mohammed.drive_car(Layla); Layla.focus += 0.2; Layla.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Mohammed"", ""Layla""]","[""drive_car""]","[""focus"", ""energy""]",train,ex362
في الحافلة: سحب على ماء,ماء.سحب(); ماء.سرعة += 0.1; ماء.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""ماء""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex363
Noor at the hospital performs 'exchange_item' with Khaled,Noor.exchange_item(Khaled); Khaled.satisfaction += 0.2,Exchange increases satisfaction,en,"[""Noor"", ""Khaled""]","[""exchange_item""]","[""satisfaction""]",train,ex364
نور في البيت يقوم بفعل 'انتظار_مترو' مع أحمد,نور.انتظار_مترو(أحمد); أحمد.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""نور"", ""أحمد""]","[""انتظار_مترو""]","[""ملل""]",train,ex365
Sarah at work performs 'congratulate' with Ahmed,Sarah.congratulate(Ahmed); Ahmed.happiness += 0.2,Congratulations increase happiness,en,"[""Sarah"", ""Ahmed""]","[""congratulate""]","[""happiness""]",train,ex366
في الحافلة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex367
Sarah at school performs 'congratulate' with Maryam,Sarah.congratulate(Maryam); Maryam.happiness += 0.2,Congratulations increase happiness,en,"[""Sarah"", ""Maryam""]","[""congratulate""]","[""happiness""]",train,ex368
ليلى في الحديقة يقوم بفعل 'إسعافات_أولية' مع مريم,ليلى.إسعافات_أولية(مريم); مريم.خوف -= 0.2; مريم.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""ليلى"", ""مريم""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex369
on the bus: brake on Box,Box.brake(); Box.speed -= 0.25,Braking reduces speed,en,"[""Box""]","[""brake""]","[""speed""]",train,ex370
يوسف في الحافلة يقوم بفعل 'مراجعة' مع ليلى,يوسف.مراجعة(ليلى); ليلى.ثقة += 0.15; ليلى.توتر -= 0.1,المراجعة تزيد الثقة وتقلل التوتر,ar,"[""يوسف"", ""ليلى""]","[""مراجعة""]","[""ثقة"", ""توتر""]",train,ex371
at work: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex372
يوسف في السوق يقوم بفعل 'اتصال_إسعاف' مع محمد,يوسف.اتصال_إسعاف(محمد); محمد.أمان += 0.2; محمد.توتر -= 0.15,الاتصال يرفع الأمان ويقلل التوتر,ar,"[""يوسف"", ""محمد""]","[""اتصال_إسعاف""]","[""أمان"", ""توتر""]",train,ex373
at the hospital: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex374
مريم في المترو يقوم بفعل 'توجيه' مع فاطمة,مريم.توجيه(فاطمة); فاطمة.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""مريم"", ""فاطمة""]","[""توجيه""]","[""تركيز""]",train,ex375
Noor at school performs 'direct' with Layla,Noor.direct(Layla); Layla.focus += 0.15,Direction improves focus,en,"[""Noor"", ""Layla""]","[""direct""]","[""focus""]",train,ex376
ليلى في المدرسة يقوم بفعل 'انتظار_مترو' مع يوسف,ليلى.انتظار_مترو(يوسف); يوسف.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""ليلى"", ""يوسف""]","[""انتظار_مترو""]","[""ملل""]",train,ex377
Youssef at the market performs 'assist' with Layla,Youssef.assist(Layla); Layla.stress -= 0.2; Layla.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Youssef"", ""Layla""]","[""assist""]","[""stress"", ""gratitude""]",train,ex378
خالد في السوق يقوم بفعل 'تغذية_راجعة' مع نور,خالد.تغذية_راجعة(نور); نور.توتر -= 0.1; نور.تحسن += 0.2,التغذية الراجعة تقلل التوتر وتزيد التحسن,ar,"[""خالد"", ""نور""]","[""تغذية_راجعة""]","[""توتر"", ""تحسن""]",train,ex379
Layla at school performs 'guide' with Fatimah,Layla.guide(Fatimah); Fatimah.trust += 0.15,Guidance improves trust,en,"[""Layla"", ""Fatimah""]","[""guide""]","[""trust""]",train,ex380
في الحافلة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex381
Layla at the market performs 'feedback' with Noor,Layla.feedback(Noor); Noor.stress -= 0.1; Noor.improvement += 0.2,Feedback reduces stress and increases improvement,en,"[""Layla"", ""Noor""]","[""feedback""]","[""stress"", ""improvement""]",train,ex382
في الحديقة: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex383
at the hospital: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex384
خالد في المترو يقوم بفعل 'مساعدة' مع نور,خالد.مساعدة(نور); نور.توتر -= 0.2; نور.امتنان += 0.2,المساعدة تقلل التوتر وتزيد الامتنان,ar,"[""خالد"", ""نور""]","[""مساعدة""]","[""توتر"", ""امتنان""]",train,ex385
Mohammed on the bus performs 'student_collab' with Maryam,Mohammed.student_collab(Maryam); Maryam.teamwork += 0.2; Maryam.trust += 0.1,Collaboration raises teamwork and trust,en,"[""Mohammed"", ""Maryam""]","[""student_collab""]","[""teamwork"", ""trust""]",train,ex386
فاطمة في الحافلة يقوم بفعل 'طمأنة' مع مريم,فاطمة.طمأنة(مريم); مريم.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""فاطمة"", ""مريم""]","[""طمأنة""]","[""خوف""]",train,ex387
Khaled at the market performs 'direct' with Mohammed,Khaled.direct(Mohammed); Mohammed.focus += 0.15,Direction improves focus,en,"[""Khaled"", ""Mohammed""]","[""direct""]","[""focus""]",train,ex388
نور في الحديقة يقوم بفعل 'تعاون_طلابي' مع محمد,نور.تعاون_طلابي(محمد); محمد.تعاون += 0.2; محمد.ثقة += 0.1,التعاون يرفع التعاون والثقة,ar,"[""نور"", ""محمد""]","[""تعاون_طلابي""]","[""تعاون"", ""ثقة""]",train,ex389
Ali at work performs 'wait_metro' with Fatimah,Ali.wait_metro(Fatimah); Fatimah.boredom += 0.2,Waiting may increase boredom,en,"[""Ali"", ""Fatimah""]","[""wait_metro""]","[""boredom""]",train,ex390
خالد في المستشفى يقوم بفعل 'صرف_دواء' مع ليلى,خالد.صرف_دواء(ليلى); ليلى.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""خالد"", ""ليلى""]","[""صرف_دواء""]","[""ألم""]",train,ex391
Khaled at school performs 'bad_service' with Sarah,Khaled.bad_service(Sarah); Sarah.anger += 0.25; Sarah.trust -= 0.2,Bad service increases anger and reduces trust,en,"[""Khaled"", ""Sarah""]","[""bad_service""]","[""anger"", ""trust""]",train,ex392
في الحافلة: تسخين على سيارة,سيارة.تسخين(); سيارة.حرارة += 0.3; سيارة.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""سيارة""]","[""تسخين""]","[""حرارة"", ""طاقة""]",train,ex393
Ali at the hospital performs 'first_aid' with Khaled,Ali.first_aid(Khaled); Khaled.fear -= 0.2; Khaled.comfort += 0.2,First aid reduces fear and increases comfort,en,"[""Ali"", ""Khaled""]","[""first_aid""]","[""fear"", ""comfort""]",train,ex394
في المترو: تبريد على كرة_معدنية,كرة_معدنية.تبريد(); كرة_معدنية.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""كرة_معدنية""]","[""تبريد""]","[""حرارة""]",train,ex395
Fatimah in the park performs 'drive_car' with Mohammed,Fatimah.drive_car(Mohammed); Mohammed.focus += 0.2; Mohammed.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Fatimah"", ""Mohammed""]","[""drive_car""]","[""focus"", ""energy""]",train,ex396
في الحافلة: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex397
at the market: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex398
علي في المترو يقوم بفعل 'صرف_دواء' مع خالد,علي.صرف_دواء(خالد); خالد.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""علي"", ""خالد""]","[""صرف_دواء""]","[""ألم""]",train,ex399
at the hospital: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex400
في السوق: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex401
Sarah at work performs 'assist' with Layla,Sarah.assist(Layla); Layla.stress -= 0.2; Layla.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Sarah"", ""Layla""]","[""assist""]","[""stress"", ""gratitude""]",train,ex402
مريم في السوق يقوم بفعل 'قياس_ضغط' مع سارة,مريم.قياس_ضغط(سارة); سارة.طمأنينة += 0.2,القياس يعطي طمأنينة,ar,"[""مريم"", ""سارة""]","[""قياس_ضغط""]","[""طمأنينة""]",train,ex403
at the hospital: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex404
في السوق: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex405
Fatimah at school performs 'care_for' with Layla,Fatimah.care_for(Layla); Layla.comfort += 0.2; Layla.fear -= 0.1,Care increases comfort and reduces fear,en,"[""Fatimah"", ""Layla""]","[""care_for""]","[""comfort"", ""fear""]",train,ex406
أحمد في العمل يقوم بفعل 'إسعافات_أولية' مع محمد,أحمد.إسعافات_أولية(محمد); محمد.خوف -= 0.2; محمد.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""أحمد"", ""محمد""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex407
in the metro: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex408
في الحافلة: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex409
Ali on the bus performs 'student_collab' with Maryam,Ali.student_collab(Maryam); Maryam.teamwork += 0.2; Maryam.trust += 0.1,Collaboration raises teamwork and trust,en,"[""Ali"", ""Maryam""]","[""student_collab""]","[""teamwork"", ""trust""]",train,ex410
يوسف في المستشفى يقوم بفعل 'توجيه' مع مريم,يوسف.توجيه(مريم); مريم.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""يوسف"", ""مريم""]","[""توجيه""]","[""تركيز""]",train,ex411
on the bus: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex412
في الحديقة: سحب على صندوق,صندوق.سحب(); صندوق.سرعة += 0.1; صندوق.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""صندوق""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex413
in the park: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex414
ليلى في الحديقة يقوم بفعل 'قيادة_سيارة' مع يوسف,ليلى.قيادة_سيارة(يوسف); يوسف.تركيز += 0.2; يوسف.طاقة -= 0.15,القيادة تتطلب تركيزًا وتستهلك طاقة,ar,"[""ليلى"", ""يوسف""]","[""قيادة_سيارة""]","[""تركيز"", ""طاقة""]",train,ex415
in the park: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex416
محمد في البيت يقوم بفعل 'توجيه' مع مريم,محمد.توجيه(مريم); مريم.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""محمد"", ""مريم""]","[""توجيه""]","[""تركيز""]",train,ex417
Ahmed in the metro performs 'guide' with Maryam,Ahmed.guide(Maryam); Maryam.trust += 0.15,Guidance improves trust,en,"[""Ahmed"", ""Maryam""]","[""guide""]","[""trust""]",train,ex418
خالد في الحديقة يقوم بفعل 'اعتناء' مع ليلى,خالد.اعتناء(ليلى); ليلى.راحة += 0.2; ليلى.خوف -= 0.1,الاعتناء يرفع الراحة ويقلل الخوف,ar,"[""خالد"", ""ليلى""]","[""اعتناء""]","[""راحة"", ""خوف""]",train,ex419
Khaled on the bus performs 'assist' with Noor,Khaled.assist(Noor); Noor.stress -= 0.2; Noor.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Khaled"", ""Noor""]","[""assist""]","[""stress"", ""gratitude""]",train,ex420
في المدرسة: تبريد على ماء,ماء.تبريد(); ماء.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""ماء""]","[""تبريد""]","[""حرارة""]",train,ex421
Youssef at home performs 'direct' with Ali,Youssef.direct(Ali); Ali.focus += 0.15,Direction improves focus,en,"[""Youssef"", ""Ali""]","[""direct""]","[""focus""]",train,ex422
ليلى في العمل يقوم بفعل 'تقديم_وجبة' مع أحمد,ليلى.تقديم_وجبة(أحمد); أحمد.جوع -= 0.4; أحمد.امتنان += 0.3,الطعام يقلل الجوع ويزيد الامتنان,ar,"[""ليلى"", ""أحمد""]","[""تقديم_وجبة""]","[""جوع"", ""امتنان""]",train,ex423
on the bus: brake on MetalBall,MetalBall.brake(); MetalBall.speed -= 0.25,Braking reduces speed,en,"[""MetalBall""]","[""brake""]","[""speed""]",train,ex424
أحمد في السوق يقوم بفعل 'إرشاد' مع محمد,أحمد.إرشاد(محمد); محمد.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""أحمد"", ""محمد""]","[""إرشاد""]","[""ثقة""]",train,ex425
Layla at school performs 'student_collab' with Youssef,Layla.student_collab(Youssef); Youssef.teamwork += 0.2; Youssef.trust += 0.1,Collaboration raises teamwork and trust,en,"[""Layla"", ""Youssef""]","[""student_collab""]","[""teamwork"", ""trust""]",train,ex426
في البيت: تسريع على سيارة,سيارة.تسريع(); سيارة.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""سيارة""]","[""تسريع""]","[""سرعة""]",train,ex427
in the metro: push on Water,Water.push(); Water.speed += 0.2; Water.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Water""]","[""push""]","[""speed"", ""energy""]",train,ex428
في العمل: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex429
Fatimah at the hospital performs 'dispense_med' with Mohammed,Fatimah.dispense_med(Mohammed); Mohammed.pain -= 0.3,Dispensing medicine reduces pain,en,"[""Fatimah"", ""Mohammed""]","[""dispense_med""]","[""pain""]",train,ex430
في الحديقة: تسريع على ماء,ماء.تسريع(); ماء.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""ماء""]","[""تسريع""]","[""سرعة""]",train,ex431
Sarah at school performs 'avoid_traffic' with Ali,Sarah.avoid_traffic(Ali); Ali.stress -= 0.15,Avoiding traffic reduces stress,en,"[""Sarah"", ""Ali""]","[""avoid_traffic""]","[""stress""]",train,ex432
خالد في الحافلة يقوم بفعل 'توجيه' مع ليلى,خالد.توجيه(ليلى); ليلى.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""خالد"", ""ليلى""]","[""توجيه""]","[""تركيز""]",train,ex433
Ali in the park performs 'congratulate' with Khaled,Ali.congratulate(Khaled); Khaled.happiness += 0.2,Congratulations increase happiness,en,"[""Ali"", ""Khaled""]","[""congratulate""]","[""happiness""]",train,ex434
فاطمة في الحديقة يقوم بفعل 'اعتناء' مع مريم,فاطمة.اعتناء(مريم); مريم.راحة += 0.2; مريم.خوف -= 0.1,الاعتناء يرفع الراحة ويقلل الخوف,ar,"[""فاطمة"", ""مريم""]","[""اعتناء""]","[""راحة"", ""خوف""]",train,ex435
on the bus: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex436
مريم في الحديقة يقوم بفعل 'ركوب_حافلة' مع نور,مريم.ركوب_حافلة(نور); نور.طاقة -= 0.1,الركوب يقلل الطاقة قليلاً,ar,"[""مريم"", ""نور""]","[""ركوب_حافلة""]","[""طاقة""]",train,ex437
at work: cool on Ball,Ball.cool(); Ball.temperature -= 0.3,Cooling lowers temperature,en,"[""Ball""]","[""cool""]","[""temperature""]",train,ex438
أحمد في البيت يقوم بفعل 'انتظار_مترو' مع نور,أحمد.انتظار_مترو(نور); نور.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""أحمد"", ""نور""]","[""انتظار_مترو""]","[""ملل""]",train,ex439
Fatimah in the metro performs 'drive_car' with Noor,Fatimah.drive_car(Noor); Noor.focus += 0.2; Noor.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Fatimah"", ""Noor""]","[""drive_car""]","[""focus"", ""energy""]",train,ex440
سارة في المستشفى يقوم بفعل 'اعتناء' مع أحمد,سارة.اعتناء(أحمد); أحمد.راحة += 0.2; أحمد.خوف -= 0.1,الاعتناء يرفع الراحة ويقلل الخوف,ar,"[""سارة"", ""أحمد""]","[""اعتناء""]","[""راحة"", ""خوف""]",train,ex441
Noor at the market performs 'guide' with Layla,Noor.guide(Layla); Layla.trust += 0.15,Guidance improves trust,en,"[""Noor"", ""Layla""]","[""guide""]","[""trust""]",train,ex442
في الحافلة: تبريد على جسم,جسم.تبريد(); جسم.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""جسم""]","[""تبريد""]","[""حرارة""]",train,ex443
Ahmed in the park performs 'dispense_med' with Khaled,Ahmed.dispense_med(Khaled); Khaled.pain -= 0.3,Dispensing medicine reduces pain,en,"[""Ahmed"", ""Khaled""]","[""dispense_med""]","[""pain""]",train,ex444
نور في الحديقة يقوم بفعل 'تنظيف_مكان' مع علي,نور.تنظيف_مكان(علي); علي.راحة += 0.2,التنظيف يرفع الراحة,ar,"[""نور"", ""علي""]","[""تنظيف_مكان""]","[""راحة""]",train,ex445
Noor in the park performs 'meeting' with Ali,Noor.meeting(Ali); Ali.coordination += 0.2; Ali.energy -= 0.1,Meeting improves coordination and uses energy,en,"[""Noor"", ""Ali""]","[""meeting""]","[""coordination"", ""energy""]",train,ex446
في العمل: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex447
at home: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex448
مريم في العمل يقوم بفعل 'اعتذار' مع سارة,مريم.اعتذار(سارة); سارة.غضب -= 0.2; سارة.ثقة += 0.1,الاعتذار يقلل الغضب ويزيد الثقة قليلًا,ar,"[""مريم"", ""سارة""]","[""اعتذار""]","[""غضب"", ""ثقة""]",train,ex449
Noor in the park performs 'avoid_traffic' with Layla,Noor.avoid_traffic(Layla); Layla.stress -= 0.15,Avoiding traffic reduces stress,en,"[""Noor"", ""Layla""]","[""avoid_traffic""]","[""stress""]",train,ex450
في العمل: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex451
Fatimah in the metro performs 'guide' with Ali,Fatimah.guide(Ali); Ali.trust += 0.15,Guidance improves trust,en,"[""Fatimah"", ""Ali""]","[""guide""]","[""trust""]",train,ex452
خالد في العمل يقوم بفعل 'إسعافات_أولية' مع مريم,خالد.إسعافات_أولية(مريم); مريم.خوف -= 0.2; مريم.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""خالد"", ""مريم""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex453
Mohammed at work performs 'planning' with Layla,Mohammed.planning(Layla); Layla.clarity += 0.25,Planning increases clarity,en,"[""Mohammed"", ""Layla""]","[""planning""]","[""clarity""]",train,ex454
سارة في العمل يقوم بفعل 'انتظار_مترو' مع فاطمة,سارة.انتظار_مترو(فاطمة); فاطمة.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""سارة"", ""فاطمة""]","[""انتظار_مترو""]","[""ملل""]",train,ex455
Fatimah at school performs 'advise' with Sarah,Fatimah.advise(Sarah); Sarah.focus += 0.2,Advice to stay calm improves focus,en,"[""Fatimah"", ""Sarah""]","[""advise""]","[""focus""]",train,ex456
في البيت: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex457
at the hospital: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex458
في المستشفى: تبريد على كرة_معدنية,كرة_معدنية.تبريد(); كرة_معدنية.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""كرة_معدنية""]","[""تبريد""]","[""حرارة""]",train,ex459
at school: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex460
خالد في الحافلة يقوم بفعل 'تخطيط' مع يوسف,خالد.تخطيط(يوسف); يوسف.وضوح += 0.25,التخطيط يرفع الوضوح,ar,"[""خالد"", ""يوسف""]","[""تخطيط""]","[""وضوح""]",train,ex461
in the park: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex462
أحمد في البيت يقوم بفعل 'شكوى' مع محمد,أحمد.شكوى(محمد); محمد.غضب += 0.2; محمد.ثقة -= 0.1,الشكوى ترفع الغضب وتقلل الثقة,ar,"[""أحمد"", ""محمد""]","[""شكوى""]","[""غضب"", ""ثقة""]",train,ex463
at school: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex464
خالد في المدرسة يقوم بفعل 'مراجعة' مع يوسف,خالد.مراجعة(يوسف); يوسف.ثقة += 0.15; يوسف.توتر -= 0.1,المراجعة تزيد الثقة وتقلل التوتر,ar,"[""خالد"", ""يوسف""]","[""مراجعة""]","[""ثقة"", ""توتر""]",train,ex465
Youssef at work performs 'queue' with Noor,Youssef.queue(Noor); Noor.boredom += 0.1; Noor.patience += 0.1,Queuing may increase boredom and patience,en,"[""Youssef"", ""Noor""]","[""queue""]","[""boredom"", ""patience""]",train,ex466
أحمد في الحديقة يقوم بفعل 'إسعافات_أولية' مع مريم,أحمد.إسعافات_أولية(مريم); مريم.خوف -= 0.2; مريم.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""أحمد"", ""مريم""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex467
Ali at the market performs 'direct' with Fatimah,Ali.direct(Fatimah); Fatimah.focus += 0.15,Direction improves focus,en,"[""Ali"", ""Fatimah""]","[""direct""]","[""focus""]",train,ex468
نور في المستشفى يقوم بفعل 'صرف_دواء' مع مريم,نور.صرف_دواء(مريم); مريم.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""نور"", ""مريم""]","[""صرف_دواء""]","[""ألم""]",train,ex469
at work: cool on MetalBall,MetalBall.cool(); MetalBall.temperature -= 0.3,Cooling lowers temperature,en,"[""MetalBall""]","[""cool""]","[""temperature""]",train,ex470
أحمد في البيت يقوم بفعل 'انتظار_مترو' مع ليلى,أحمد.انتظار_مترو(ليلى); ليلى.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""أحمد"", ""ليلى""]","[""انتظار_مترو""]","[""ملل""]",train,ex471
Youssef in the park performs 'assist' with Fatimah,Youssef.assist(Fatimah); Fatimah.stress -= 0.2; Fatimah.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Youssef"", ""Fatimah""]","[""assist""]","[""stress"", ""gratitude""]",train,ex472
محمد في الحافلة يقوم بفعل 'تشجيع' مع خالد,محمد.تشجيع(خالد); خالد.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""محمد"", ""خالد""]","[""تشجيع""]","[""ثقة""]",train,ex473
at work: push on Object,Object.push(); Object.speed += 0.2; Object.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Object""]","[""push""]","[""speed"", ""energy""]",train,ex474
في الحديقة: تسخين على صندوق,صندوق.تسخين(); صندوق.حرارة += 0.3; صندوق.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""صندوق""]","[""تسخين""]","[""حرارة"", ""طاقة""]",train,ex475
at school: accelerate on MetalBall,MetalBall.accelerate(); MetalBall.speed += 0.25,Acceleration raises speed,en,"[""MetalBall""]","[""accelerate""]","[""speed""]",train,ex476
ليلى في المستشفى يقوم بفعل 'تقديم_وجبة' مع سارة,ليلى.تقديم_وجبة(سارة); سارة.جوع -= 0.4; سارة.امتنان += 0.3,الطعام يقلل الجوع ويزيد الامتنان,ar,"[""ليلى"", ""سارة""]","[""تقديم_وجبة""]","[""جوع"", ""امتنان""]",train,ex477
at work: cool on Object,Object.cool(); Object.temperature -= 0.3,Cooling lowers temperature,en,"[""Object""]","[""cool""]","[""temperature""]",train,ex478
في العمل: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex479
at the market: pull on Object,Object.pull(); Object.speed += 0.1; Object.energy -= 0.05,Pulling changes speed and may reduce energy,en,"[""Object""]","[""pull""]","[""speed"", ""energy""]",train,ex480
في الحديقة: تسريع على صندوق,صندوق.تسريع(); صندوق.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""صندوق""]","[""تسريع""]","[""سرعة""]",train,ex481
at home: cool on Car,Car.cool(); Car.temperature -= 0.3,Cooling lowers temperature,en,"[""Car""]","[""cool""]","[""temperature""]",train,ex482
فاطمة في الحديقة يقوم بفعل 'تفادي_ازدحام' مع محمد,فاطمة.تفادي_ازدحام(محمد); محمد.توتر -= 0.15,تفادي الازدحام يقلل التوتر,ar,"[""فاطمة"", ""محمد""]","[""تفادي_ازدحام""]","[""توتر""]",train,ex483
Fatimah at home performs 'serve_meal' with Mohammed,Fatimah.serve_meal(Mohammed); Mohammed.hunger -= 0.4; Mohammed.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Fatimah"", ""Mohammed""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex484
في السوق: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex485
at the hospital: cool on Car,Car.cool(); Car.temperature -= 0.3,Cooling lowers temperature,en,"[""Car""]","[""cool""]","[""temperature""]",train,ex486
في الحافلة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex487
Ali on the bus performs 'serve_meal' with Noor,Ali.serve_meal(Noor); Noor.hunger -= 0.4; Noor.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Ali"", ""Noor""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex488
يوسف في المدرسة يقوم بفعل 'اعتناء' مع نور,يوسف.اعتناء(نور); نور.راحة += 0.2; نور.خوف -= 0.1,الاعتناء يرفع الراحة ويقلل الخوف,ar,"[""يوسف"", ""نور""]","[""اعتناء""]","[""راحة"", ""خوف""]",train,ex489
at work: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex490
يوسف في البيت يقوم بفعل 'ركوب_حافلة' مع مريم,يوسف.ركوب_حافلة(مريم); مريم.طاقة -= 0.1,الركوب يقلل الطاقة قليلاً,ar,"[""يوسف"", ""مريم""]","[""ركوب_حافلة""]","[""طاقة""]",train,ex491
in the metro: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex492
في المدرسة: تسريع على كرة,كرة.تسريع(); كرة.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""كرة""]","[""تسريع""]","[""سرعة""]",train,ex493
Mohammed at work performs 'feedback' with Noor,Mohammed.feedback(Noor); Noor.stress -= 0.1; Noor.improvement += 0.2,Feedback reduces stress and increases improvement,en,"[""Mohammed"", ""Noor""]","[""feedback""]","[""stress"", ""improvement""]",train,ex494
في الحديقة: تبريد على جسم,جسم.تبريد(); جسم.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""جسم""]","[""تبريد""]","[""حرارة""]",train,ex495
Youssef in the metro performs 'clean_area' with Noor,Youssef.clean_area(Noor); Noor.comfort += 0.2,Cleaning increases comfort,en,"[""Youssef"", ""Noor""]","[""clean_area""]","[""comfort""]",train,ex496
علي في الحديقة يقوم بفعل 'شكوى' مع خالد,علي.شكوى(خالد); خالد.غضب += 0.2; خالد.ثقة -= 0.1,الشكوى ترفع الغضب وتقلل الثقة,ar,"[""علي"", ""خالد""]","[""شكوى""]","[""غضب"", ""ثقة""]",train,ex497
Ali at the market performs 'assist' with Youssef,Ali.assist(Youssef); Youssef.stress -= 0.2; Youssef.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Ali"", ""Youssef""]","[""assist""]","[""stress"", ""gratitude""]",train,ex498
سارة في العمل يقوم بفعل 'ركوب_حافلة' مع أحمد,سارة.ركوب_حافلة(أحمد); أحمد.طاقة -= 0.1,الركوب يقلل الطاقة قليلاً,ar,"[""سارة"", ""أحمد""]","[""ركوب_حافلة""]","[""طاقة""]",train,ex499
in the metro: accelerate on MetalBall,MetalBall.accelerate(); MetalBall.speed += 0.25,Acceleration raises speed,en,"[""MetalBall""]","[""accelerate""]","[""speed""]",train,ex500
في البيت: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex501
at home: heat on Object,Object.heat(); Object.temperature += 0.3; Object.energy -= 0.05,Heating raises temperature,en,"[""Object""]","[""heat""]","[""temperature"", ""energy""]",train,ex502
محمد في المدرسة يقوم بفعل 'تخطيط' مع أحمد,محمد.تخطيط(أحمد); أحمد.وضوح += 0.25,التخطيط يرفع الوضوح,ar,"[""محمد"", ""أحمد""]","[""تخطيط""]","[""وضوح""]",train,ex503
Mohammed at school performs 'care_for' with Fatimah,Mohammed.care_for(Fatimah); Fatimah.comfort += 0.2; Fatimah.fear -= 0.1,Care increases comfort and reduces fear,en,"[""Mohammed"", ""Fatimah""]","[""care_for""]","[""comfort"", ""fear""]",train,ex504
في البيت: دفع على كرة_معدنية,كرة_معدنية.دفع(); كرة_معدنية.سرعة += 0.2; كرة_معدنية.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""كرة_معدنية""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex505
Youssef at home performs 'drive_car' with Noor,Youssef.drive_car(Noor); Noor.focus += 0.2; Noor.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Youssef"", ""Noor""]","[""drive_car""]","[""focus"", ""energy""]",train,ex506
أحمد في البيت يقوم بفعل 'انتظار_مترو' مع خالد,أحمد.انتظار_مترو(خالد); خالد.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""أحمد"", ""خالد""]","[""انتظار_مترو""]","[""ملل""]",train,ex507
Fatimah at home performs 'measure_bp' with Layla,Fatimah.measure_bp(Layla); Layla.reassurance += 0.2,Measuring blood pressure provides reassurance,en,"[""Fatimah"", ""Layla""]","[""measure_bp""]","[""reassurance""]",train,ex508
في البيت: تسريع على جسم,جسم.تسريع(); جسم.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""جسم""]","[""تسريع""]","[""سرعة""]",train,ex509
at the market: push on Water,Water.push(); Water.speed += 0.2; Water.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Water""]","[""push""]","[""speed"", ""energy""]",train,ex510
في الحافلة: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex511
Layla in the park performs 'assist' with Youssef,Layla.assist(Youssef); Youssef.stress -= 0.2; Youssef.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Layla"", ""Youssef""]","[""assist""]","[""stress"", ""gratitude""]",train,ex512
في السوق: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex513
Khaled at home performs 'direct' with Ali,Khaled.direct(Ali); Ali.focus += 0.15,Direction improves focus,en,"[""Khaled"", ""Ali""]","[""direct""]","[""focus""]",train,ex514
مريم في المدرسة يقوم بفعل 'اتصال_إسعاف' مع خالد,مريم.اتصال_إسعاف(خالد); خالد.أمان += 0.2; خالد.توتر -= 0.15,الاتصال يرفع الأمان ويقلل التوتر,ar,"[""مريم"", ""خالد""]","[""اتصال_إسعاف""]","[""أمان"", ""توتر""]",train,ex515
at the market: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex516
في الحديقة: سحب على ماء,ماء.سحب(); ماء.سرعة += 0.1; ماء.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""ماء""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex517
in the park: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex518
سارة في المترو يقوم بفعل 'اعتذار' مع أحمد,سارة.اعتذار(أحمد); أحمد.غضب -= 0.2; أحمد.ثقة += 0.1,الاعتذار يقلل الغضب ويزيد الثقة قليلًا,ar,"[""سارة"", ""أحمد""]","[""اعتذار""]","[""غضب"", ""ثقة""]",train,ex519
at school: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex520
سارة في الحافلة يقوم بفعل 'صرف_دواء' مع علي,سارة.صرف_دواء(علي); علي.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""سارة"", ""علي""]","[""صرف_دواء""]","[""ألم""]",train,ex521
Layla at home performs 'serve_meal' with Maryam,Layla.serve_meal(Maryam); Maryam.hunger -= 0.4; Maryam.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Layla"", ""Maryam""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex522
محمد في البيت يقوم بفعل 'تفويض_مهمة' مع نور,محمد.تفويض_مهمة(نور); نور.مسؤولية += 0.2,التفويض يرفع المسؤولية,ar,"[""محمد"", ""نور""]","[""تفويض_مهمة""]","[""مسؤولية""]",train,ex523
in the park: accelerate on Object,Object.accelerate(); Object.speed += 0.25,Acceleration raises speed,en,"[""Object""]","[""accelerate""]","[""speed""]",train,ex524
يوسف في العمل يقوم بفعل 'انتظار_مترو' مع نور,يوسف.انتظار_مترو(نور); نور.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""يوسف"", ""نور""]","[""انتظار_مترو""]","[""ملل""]",train,ex525
Ali at the hospital performs 'direct' with Noor,Ali.direct(Noor); Noor.focus += 0.15,Direction improves focus,en,"[""Ali"", ""Noor""]","[""direct""]","[""focus""]",train,ex526
نور في الحديقة يقوم بفعل 'صرف_دواء' مع ليلى,نور.صرف_دواء(ليلى); ليلى.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""نور"", ""ليلى""]","[""صرف_دواء""]","[""ألم""]",train,ex527
at home: accelerate on Ball,Ball.accelerate(); Ball.speed += 0.25,Acceleration raises speed,en,"[""Ball""]","[""accelerate""]","[""speed""]",train,ex528
أحمد في العمل يقوم بفعل 'تفادي_ازدحام' مع مريم,أحمد.تفادي_ازدحام(مريم); مريم.توتر -= 0.15,تفادي الازدحام يقلل التوتر,ar,"[""أحمد"", ""مريم""]","[""تفادي_ازدحام""]","[""توتر""]",train,ex529
Layla at home performs 'guide' with Sarah,Layla.guide(Sarah); Sarah.trust += 0.15,Guidance improves trust,en,"[""Layla"", ""Sarah""]","[""guide""]","[""trust""]",train,ex530
في العمل: تسخين على كرة_معدنية,كرة_معدنية.تسخين(); كرة_معدنية.حرارة += 0.3; كرة_معدنية.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""كرة_معدنية""]","[""تسخين""]","[""حرارة"", ""طاقة""]",train,ex531
Noor at the market performs 'avoid_traffic' with Fatimah,Noor.avoid_traffic(Fatimah); Fatimah.stress -= 0.15,Avoiding traffic reduces stress,en,"[""Noor"", ""Fatimah""]","[""avoid_traffic""]","[""stress""]",train,ex532
ليلى في الحافلة يقوم بفعل 'قيادة_سيارة' مع خالد,ليلى.قيادة_سيارة(خالد); خالد.تركيز += 0.2; خالد.طاقة -= 0.15,القيادة تتطلب تركيزًا وتستهلك طاقة,ar,"[""ليلى"", ""خالد""]","[""قيادة_سيارة""]","[""تركيز"", ""طاقة""]",train,ex533
Ali at school performs 'assist' with Ahmed,Ali.assist(Ahmed); Ahmed.stress -= 0.2; Ahmed.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Ali"", ""Ahmed""]","[""assist""]","[""stress"", ""gratitude""]",train,ex534
محمد في المترو يقوم بفعل 'إسعافات_أولية' مع أحمد,محمد.إسعافات_أولية(أحمد); أحمد.خوف -= 0.2; أحمد.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""محمد"", ""أحمد""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex535
Sarah at the market performs 'reassure' with Mohammed,Sarah.reassure(Mohammed); Mohammed.fear -= 0.25,Reassurance reduces fear,en,"[""Sarah"", ""Mohammed""]","[""reassure""]","[""fear""]",train,ex536
علي في المدرسة يقوم بفعل 'تهنئة' مع نور,علي.تهنئة(نور); نور.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""علي"", ""نور""]","[""تهنئة""]","[""سعادة""]",train,ex537
on the bus: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex538
في المدرسة: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex539
at school: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex540
مريم في المدرسة يقوم بفعل 'اعتذار' مع علي,مريم.اعتذار(علي); علي.غضب -= 0.2; علي.ثقة += 0.1,الاعتذار يقلل الغضب ويزيد الثقة قليلًا,ar,"[""مريم"", ""علي""]","[""اعتذار""]","[""غضب"", ""ثقة""]",train,ex541
in the metro: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex542
خالد في السوق يقوم بفعل 'إسعافات_أولية' مع محمد,خالد.إسعافات_أولية(محمد); محمد.خوف -= 0.2; محمد.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""خالد"", ""محمد""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex543
Fatimah in the park performs 'apologize' with Ali,Fatimah.apologize(Ali); Ali.anger -= 0.2; Ali.trust += 0.1,Apology reduces anger and slightly increases trust,en,"[""Fatimah"", ""Ali""]","[""apologize""]","[""anger"", ""trust""]",train,ex544
يوسف في المترو يقوم بفعل 'تهنئة' مع محمد,يوسف.تهنئة(محمد); محمد.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""يوسف"", ""محمد""]","[""تهنئة""]","[""سعادة""]",train,ex545
at home: brake on Object,Object.brake(); Object.speed -= 0.25,Braking reduces speed,en,"[""Object""]","[""brake""]","[""speed""]",train,ex546
محمد في المترو يقوم بفعل 'مواساة' مع أحمد,محمد.مواساة(أحمد); أحمد.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""محمد"", ""أحمد""]","[""مواساة""]","[""حزن""]",train,ex547
at school: cool on Car,Car.cool(); Car.temperature -= 0.3,Cooling lowers temperature,en,"[""Car""]","[""cool""]","[""temperature""]",train,ex548
في السوق: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex549
Youssef at the hospital performs 'care_for' with Layla,Youssef.care_for(Layla); Layla.comfort += 0.2; Layla.fear -= 0.1,Care increases comfort and reduces fear,en,"[""Youssef"", ""Layla""]","[""care_for""]","[""comfort"", ""fear""]",train,ex550
أحمد في الحافلة يقوم بفعل 'مراجعة' مع سارة,أحمد.مراجعة(سارة); سارة.ثقة += 0.15; سارة.توتر -= 0.1,المراجعة تزيد الثقة وتقلل التوتر,ar,"[""أحمد"", ""سارة""]","[""مراجعة""]","[""ثقة"", ""توتر""]",train,ex551
Mohammed at school performs 'assist' with Maryam,Mohammed.assist(Maryam); Maryam.stress -= 0.2; Maryam.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Mohammed"", ""Maryam""]","[""assist""]","[""stress"", ""gratitude""]",train,ex552
ليلى في السوق يقوم بفعل 'نصح' مع أحمد,ليلى.نصح(أحمد); أحمد.تركيز += 0.2,النصح بالهدوء يحسن التركيز,ar,"[""ليلى"", ""أحمد""]","[""نصح""]","[""تركيز""]",train,ex553
Youssef at the market performs 'wait_metro' with Mohammed,Youssef.wait_metro(Mohammed); Mohammed.boredom += 0.2,Waiting may increase boredom,en,"[""Youssef"", ""Mohammed""]","[""wait_metro""]","[""boredom""]",train,ex554
في المترو: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex555
in the park: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex556
في المستشفى: سحب على كرة_معدنية,كرة_معدنية.سحب(); كرة_معدنية.سرعة += 0.1; كرة_معدنية.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""كرة_معدنية""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex557
at school: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex558
سارة في المترو يقوم بفعل 'تهنئة' مع محمد,سارة.تهنئة(محمد); محمد.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""سارة"", ""محمد""]","[""تهنئة""]","[""سعادة""]",train,ex559
Layla on the bus performs 'meeting' with Ahmed,Layla.meeting(Ahmed); Ahmed.coordination += 0.2; Ahmed.energy -= 0.1,Meeting improves coordination and uses energy,en,"[""Layla"", ""Ahmed""]","[""meeting""]","[""coordination"", ""energy""]",train,ex560
في المترو: تسريع على ماء,ماء.تسريع(); ماء.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""ماء""]","[""تسريع""]","[""سرعة""]",train,ex561
in the metro: accelerate on MetalBall,MetalBall.accelerate(); MetalBall.speed += 0.25,Acceleration raises speed,en,"[""MetalBall""]","[""accelerate""]","[""speed""]",train,ex562
فاطمة في المستشفى يقوم بفعل 'نصح' مع مريم,فاطمة.نصح(مريم); مريم.تركيز += 0.2,النصح بالهدوء يحسن التركيز,ar,"[""فاطمة"", ""مريم""]","[""نصح""]","[""تركيز""]",train,ex563
Khaled at the market performs 'reassure' with Youssef,Khaled.reassure(Youssef); Youssef.fear -= 0.25,Reassurance reduces fear,en,"[""Khaled"", ""Youssef""]","[""reassure""]","[""fear""]",train,ex564
ليلى في المستشفى يقوم بفعل 'ركوب_حافلة' مع فاطمة,ليلى.ركوب_حافلة(فاطمة); فاطمة.طاقة -= 0.1,الركوب يقلل الطاقة قليلاً,ar,"[""ليلى"", ""فاطمة""]","[""ركوب_حافلة""]","[""طاقة""]",train,ex565
Maryam at work performs 'congratulate' with Noor,Maryam.congratulate(Noor); Noor.happiness += 0.2,Congratulations increase happiness,en,"[""Maryam"", ""Noor""]","[""congratulate""]","[""happiness""]",train,ex566
محمد في الحافلة يقوم بفعل 'إرشاد' مع خالد,محمد.إرشاد(خالد); خالد.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""محمد"", ""خالد""]","[""إرشاد""]","[""ثقة""]",train,ex567
in the metro: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex568
محمد في المستشفى يقوم بفعل 'مساعدة' مع ليلى,محمد.مساعدة(ليلى); ليلى.توتر -= 0.2; ليلى.امتنان += 0.2,المساعدة تقلل التوتر وتزيد الامتنان,ar,"[""محمد"", ""ليلى""]","[""مساعدة""]","[""توتر"", ""امتنان""]",train,ex569
in the metro: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex570
يوسف في البيت يقوم بفعل 'مواساة' مع فاطمة,يوسف.مواساة(فاطمة); فاطمة.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""يوسف"", ""فاطمة""]","[""مواساة""]","[""حزن""]",train,ex571
in the metro: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex572
مريم في الحافلة يقوم بفعل 'اعتذار' مع فاطمة,مريم.اعتذار(فاطمة); فاطمة.غضب -= 0.2; فاطمة.ثقة += 0.1,الاعتذار يقلل الغضب ويزيد الثقة قليلًا,ar,"[""مريم"", ""فاطمة""]","[""اعتذار""]","[""غضب"", ""ثقة""]",train,ex573
Khaled in the metro performs 'apologize' with Youssef,Khaled.apologize(Youssef); Youssef.anger -= 0.2; Youssef.trust += 0.1,Apology reduces anger and slightly increases trust,en,"[""Khaled"", ""Youssef""]","[""apologize""]","[""anger"", ""trust""]",train,ex574
محمد في البيت يقوم بفعل 'اعتذار' مع ليلى,محمد.اعتذار(ليلى); ليلى.غضب -= 0.2; ليلى.ثقة += 0.1,الاعتذار يقلل الغضب ويزيد الثقة قليلًا,ar,"[""محمد"", ""ليلى""]","[""اعتذار""]","[""غضب"", ""ثقة""]",train,ex575
Noor at the hospital performs 'avoid_traffic' with Sarah,Noor.avoid_traffic(Sarah); Sarah.stress -= 0.15,Avoiding traffic reduces stress,en,"[""Noor"", ""Sarah""]","[""avoid_traffic""]","[""stress""]",train,ex576
أحمد في المترو يقوم بفعل 'تهنئة' مع يوسف,أحمد.تهنئة(يوسف); يوسف.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""أحمد"", ""يوسف""]","[""تهنئة""]","[""سعادة""]",train,ex577
Layla in the metro performs 'measure_bp' with Noor,Layla.measure_bp(Noor); Noor.reassurance += 0.2,Measuring blood pressure provides reassurance,en,"[""Layla"", ""Noor""]","[""measure_bp""]","[""reassurance""]",train,ex578
فاطمة في الحديقة يقوم بفعل 'قياس_ضغط' مع خالد,فاطمة.قياس_ضغط(خالد); خالد.طمأنينة += 0.2,القياس يعطي طمأنينة,ar,"[""فاطمة"", ""خالد""]","[""قياس_ضغط""]","[""طمأنينة""]",train,ex579
at home: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex580
في الحديقة: تبريد على جسم,جسم.تبريد(); جسم.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""جسم""]","[""تبريد""]","[""حرارة""]",train,ex581
Noor in the metro performs 'congratulate' with Sarah,Noor.congratulate(Sarah); Sarah.happiness += 0.2,Congratulations increase happiness,en,"[""Noor"", ""Sarah""]","[""congratulate""]","[""happiness""]",train,ex582
يوسف في البيت يقوم بفعل 'مواساة' مع ليلى,يوسف.مواساة(ليلى); ليلى.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""يوسف"", ""ليلى""]","[""مواساة""]","[""حزن""]",train,ex583
at the market: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex584
في المدرسة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex585
Noor at work performs 'planning' with Sarah,Noor.planning(Sarah); Sarah.clarity += 0.25,Planning increases clarity,en,"[""Noor"", ""Sarah""]","[""planning""]","[""clarity""]",train,ex586
محمد في السوق يقوم بفعل 'اتصال_إسعاف' مع يوسف,محمد.اتصال_إسعاف(يوسف); يوسف.أمان += 0.2; يوسف.توتر -= 0.15,الاتصال يرفع الأمان ويقلل التوتر,ar,"[""محمد"", ""يوسف""]","[""اتصال_إسعاف""]","[""أمان"", ""توتر""]",train,ex587
at work: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex588
في المترو: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex589
Mohammed in the metro performs 'avoid_traffic' with Noor,Mohammed.avoid_traffic(Noor); Noor.stress -= 0.15,Avoiding traffic reduces stress,en,"[""Mohammed"", ""Noor""]","[""avoid_traffic""]","[""stress""]",train,ex590
في المترو: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex591
at the hospital: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex592
سارة في المدرسة يقوم بفعل 'تشجيع' مع ليلى,سارة.تشجيع(ليلى); ليلى.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""سارة"", ""ليلى""]","[""تشجيع""]","[""ثقة""]",train,ex593
in the metro: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex594
ليلى في المدرسة يقوم بفعل 'تغذية_راجعة' مع يوسف,ليلى.تغذية_راجعة(يوسف); يوسف.توتر -= 0.1; يوسف.تحسن += 0.2,التغذية الراجعة تقلل التوتر وتزيد التحسن,ar,"[""ليلى"", ""يوسف""]","[""تغذية_راجعة""]","[""توتر"", ""تحسن""]",train,ex595
Sarah at home performs 'reassure' with Ali,Sarah.reassure(Ali); Ali.fear -= 0.25,Reassurance reduces fear,en,"[""Sarah"", ""Ali""]","[""reassure""]","[""fear""]",train,ex596
في السوق: تبريد على صندوق,صندوق.تبريد(); صندوق.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""صندوق""]","[""تبريد""]","[""حرارة""]",train,ex597
at the hospital: cool on Ball,Ball.cool(); Ball.temperature -= 0.3,Cooling lowers temperature,en,"[""Ball""]","[""cool""]","[""temperature""]",train,ex598
محمد في السوق يقوم بفعل 'طمأنة' مع فاطمة,محمد.طمأنة(فاطمة); فاطمة.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""محمد"", ""فاطمة""]","[""طمأنة""]","[""خوف""]",train,ex599
at home: cool on Water,Water.cool(); Water.temperature -= 0.3,Cooling lowers temperature,en,"[""Water""]","[""cool""]","[""temperature""]",train,ex600
في الحافلة: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex601
Noor at work performs 'comfort' with Layla,Noor.comfort(Layla); Layla.sadness -= 0.3,Comforting reduces sadness,en,"[""Noor"", ""Layla""]","[""comfort""]","[""sadness""]",train,ex602
محمد في المستشفى يقوم بفعل 'تهنئة' مع أحمد,محمد.تهنئة(أحمد); أحمد.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""محمد"", ""أحمد""]","[""تهنئة""]","[""سعادة""]",train,ex603
at home: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex604
في السوق: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex605
at home: cool on Box,Box.cool(); Box.temperature -= 0.3,Cooling lowers temperature,en,"[""Box""]","[""cool""]","[""temperature""]",train,ex606
خالد في المترو يقوم بفعل 'تفادي_ازدحام' مع فاطمة,خالد.تفادي_ازدحام(فاطمة); فاطمة.توتر -= 0.15,تفادي الازدحام يقلل التوتر,ar,"[""خالد"", ""فاطمة""]","[""تفادي_ازدحام""]","[""توتر""]",train,ex607
Fatimah in the metro performs 'direct' with Sarah,Fatimah.direct(Sarah); Sarah.focus += 0.15,Direction improves focus,en,"[""Fatimah"", ""Sarah""]","[""direct""]","[""focus""]",train,ex608
في البيت: سحب على كرة_معدنية,كرة_معدنية.سحب(); كرة_معدنية.سرعة += 0.1; كرة_معدنية.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""كرة_معدنية""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex609
Mohammed at the market performs 'assist' with Fatimah,Mohammed.assist(Fatimah); Fatimah.stress -= 0.2; Fatimah.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Mohammed"", ""Fatimah""]","[""assist""]","[""stress"", ""gratitude""]",train,ex610
في المستشفى: تبريد على جسم,جسم.تبريد(); جسم.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""جسم""]","[""تبريد""]","[""حرارة""]",train,ex611
Noor in the park performs 'complain' with Ali,Noor.complain(Ali); Ali.anger += 0.2; Ali.trust -= 0.1,Complaint increases anger and reduces trust,en,"[""Noor"", ""Ali""]","[""complain""]","[""anger"", ""trust""]",train,ex612
في المترو: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex613
in the park: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex614
فاطمة في المستشفى يقوم بفعل 'قياس_ضغط' مع خالد,فاطمة.قياس_ضغط(خالد); خالد.طمأنينة += 0.2,القياس يعطي طمأنينة,ar,"[""فاطمة"", ""خالد""]","[""قياس_ضغط""]","[""طمأنينة""]",train,ex615
at the hospital: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex616
محمد في السوق يقوم بفعل 'تهنئة' مع خالد,محمد.تهنئة(خالد); خالد.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""محمد"", ""خالد""]","[""تهنئة""]","[""سعادة""]",train,ex617
at the market: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex618
في السوق: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex619
at the market: brake on Car,Car.brake(); Car.speed -= 0.25,Braking reduces speed,en,"[""Car""]","[""brake""]","[""speed""]",train,ex620
في العمل: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex621
Layla at school performs 'care_for' with Noor,Layla.care_for(Noor); Noor.comfort += 0.2; Noor.fear -= 0.1,Care increases comfort and reduces fear,en,"[""Layla"", ""Noor""]","[""care_for""]","[""comfort"", ""fear""]",train,ex622
أحمد في البيت يقوم بفعل 'صرف_دواء' مع نور,أحمد.صرف_دواء(نور); نور.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""أحمد"", ""نور""]","[""صرف_دواء""]","[""ألم""]",train,ex623
Ali in the metro performs 'call_ambulance' with Fatimah,Ali.call_ambulance(Fatimah); Fatimah.safety += 0.2; Fatimah.stress -= 0.15,Calling ambulance increases safety and reduces stress,en,"[""Ali"", ""Fatimah""]","[""call_ambulance""]","[""safety"", ""stress""]",train,ex624
في الحافلة: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex625
at school: accelerate on Ball,Ball.accelerate(); Ball.speed += 0.25,Acceleration raises speed,en,"[""Ball""]","[""accelerate""]","[""speed""]",train,ex626
سارة في العمل يقوم بفعل 'ركوب_حافلة' مع مريم,سارة.ركوب_حافلة(مريم); مريم.طاقة -= 0.1,الركوب يقلل الطاقة قليلاً,ar,"[""سارة"", ""مريم""]","[""ركوب_حافلة""]","[""طاقة""]",train,ex627
Maryam on the bus performs 'direct' with Khaled,Maryam.direct(Khaled); Khaled.focus += 0.15,Direction improves focus,en,"[""Maryam"", ""Khaled""]","[""direct""]","[""focus""]",train,ex628
في المستشفى: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex629
Ali at school performs 'assist' with Layla,Ali.assist(Layla); Layla.stress -= 0.2; Layla.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Ali"", ""Layla""]","[""assist""]","[""stress"", ""gratitude""]",train,ex630
نور في المترو يقوم بفعل 'قيادة_سيارة' مع علي,نور.قيادة_سيارة(علي); علي.تركيز += 0.2; علي.طاقة -= 0.15,القيادة تتطلب تركيزًا وتستهلك طاقة,ar,"[""نور"", ""علي""]","[""قيادة_سيارة""]","[""تركيز"", ""طاقة""]",train,ex631
Sarah on the bus performs 'serve_meal' with Maryam,Sarah.serve_meal(Maryam); Maryam.hunger -= 0.4; Maryam.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Sarah"", ""Maryam""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex632
محمد في البيت يقوم بفعل 'مواساة' مع نور,محمد.مواساة(نور); نور.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""محمد"", ""نور""]","[""مواساة""]","[""حزن""]",train,ex633
Fatimah in the metro performs 'reassure' with Layla,Fatimah.reassure(Layla); Layla.fear -= 0.25,Reassurance reduces fear,en,"[""Fatimah"", ""Layla""]","[""reassure""]","[""fear""]",train,ex634
خالد في المدرسة يقوم بفعل 'نصح' مع سارة,خالد.نصح(سارة); سارة.تركيز += 0.2,النصح بالهدوء يحسن التركيز,ar,"[""خالد"", ""سارة""]","[""نصح""]","[""تركيز""]",train,ex635
at work: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex636
في الحديقة: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex637
Maryam at the hospital performs 'negotiate' with Fatimah,Maryam.negotiate(Fatimah); Fatimah.trust += 0.05,Negotiation may increase trust,en,"[""Maryam"", ""Fatimah""]","[""negotiate""]","[""trust""]",train,ex638
يوسف في السوق يقوم بفعل 'اعتذار' مع أحمد,يوسف.اعتذار(أحمد); أحمد.غضب -= 0.2; أحمد.ثقة += 0.1,الاعتذار يقلل الغضب ويزيد الثقة قليلًا,ar,"[""يوسف"", ""أحمد""]","[""اعتذار""]","[""غضب"", ""ثقة""]",train,ex639
Khaled in the park performs 'drive_car' with Sarah,Khaled.drive_car(Sarah); Sarah.focus += 0.2; Sarah.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Khaled"", ""Sarah""]","[""drive_car""]","[""focus"", ""energy""]",train,ex640
يوسف في العمل يقوم بفعل 'صرف_دواء' مع نور,يوسف.صرف_دواء(نور); نور.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""يوسف"", ""نور""]","[""صرف_دواء""]","[""ألم""]",train,ex641
on the bus: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex642
محمد في العمل يقوم بفعل 'مساعدة' مع يوسف,محمد.مساعدة(يوسف); يوسف.توتر -= 0.2; يوسف.امتنان += 0.2,المساعدة تقلل التوتر وتزيد الامتنان,ar,"[""محمد"", ""يوسف""]","[""مساعدة""]","[""توتر"", ""امتنان""]",train,ex643
on the bus: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex644
ليلى في الحافلة يقوم بفعل 'تغذية_راجعة' مع أحمد,ليلى.تغذية_راجعة(أحمد); أحمد.توتر -= 0.1; أحمد.تحسن += 0.2,التغذية الراجعة تقلل التوتر وتزيد التحسن,ar,"[""ليلى"", ""أحمد""]","[""تغذية_راجعة""]","[""توتر"", ""تحسن""]",train,ex645
in the park: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex646
علي في المترو يقوم بفعل 'صرف_دواء' مع يوسف,علي.صرف_دواء(يوسف); يوسف.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""علي"", ""يوسف""]","[""صرف_دواء""]","[""ألم""]",train,ex647
Noor at work performs 'measure_bp' with Maryam,Noor.measure_bp(Maryam); Maryam.reassurance += 0.2,Measuring blood pressure provides reassurance,en,"[""Noor"", ""Maryam""]","[""measure_bp""]","[""reassurance""]",train,ex648
في الحافلة: سحب على سيارة,سيارة.سحب(); سيارة.سرعة += 0.1; سيارة.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""سيارة""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex649
Ahmed on the bus performs 'board_bus' with Fatimah,Ahmed.board_bus(Fatimah); Fatimah.energy -= 0.1,Boarding slightly reduces energy,en,"[""Ahmed"", ""Fatimah""]","[""board_bus""]","[""energy""]",train,ex650
خالد في المدرسة يقوم بفعل 'توجيه' مع نور,خالد.توجيه(نور); نور.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""خالد"", ""نور""]","[""توجيه""]","[""تركيز""]",train,ex651
Youssef at work performs 'queue' with Sarah,Youssef.queue(Sarah); Sarah.boredom += 0.1; Sarah.patience += 0.1,Queuing may increase boredom and patience,en,"[""Youssef"", ""Sarah""]","[""queue""]","[""boredom"", ""patience""]",train,ex652
مريم في الحديقة يقوم بفعل 'شكوى' مع محمد,مريم.شكوى(محمد); محمد.غضب += 0.2; محمد.ثقة -= 0.1,الشكوى ترفع الغضب وتقلل الثقة,ar,"[""مريم"", ""محمد""]","[""شكوى""]","[""غضب"", ""ثقة""]",train,ex653
Layla in the metro performs 'serve_meal' with Khaled,Layla.serve_meal(Khaled); Khaled.hunger -= 0.4; Khaled.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Layla"", ""Khaled""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex654
في البيت: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex655
at the hospital: brake on Ball,Ball.brake(); Ball.speed -= 0.25,Braking reduces speed,en,"[""Ball""]","[""brake""]","[""speed""]",train,ex656
نور في البيت يقوم بفعل 'تشجيع' مع محمد,نور.تشجيع(محمد); محمد.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""نور"", ""محمد""]","[""تشجيع""]","[""ثقة""]",train,ex657
at school: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex658
ليلى في السوق يقوم بفعل 'إرشاد' مع محمد,ليلى.إرشاد(محمد); محمد.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""ليلى"", ""محمد""]","[""إرشاد""]","[""ثقة""]",train,ex659
at the hospital: cool on Object,Object.cool(); Object.temperature -= 0.3,Cooling lowers temperature,en,"[""Object""]","[""cool""]","[""temperature""]",train,ex660
محمد في الحديقة يقوم بفعل 'انتظار_مترو' مع فاطمة,محمد.انتظار_مترو(فاطمة); فاطمة.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""محمد"", ""فاطمة""]","[""انتظار_مترو""]","[""ملل""]",train,ex661
Khaled at the market performs 'review' with Youssef,Khaled.review(Youssef); Youssef.confidence += 0.15; Youssef.stress -= 0.1,Review increases confidence and reduces stress,en,"[""Khaled"", ""Youssef""]","[""review""]","[""confidence"", ""stress""]",train,ex662
فاطمة في السوق يقوم بفعل 'اعتناء' مع أحمد,فاطمة.اعتناء(أحمد); أحمد.راحة += 0.2; أحمد.خوف -= 0.1,الاعتناء يرفع الراحة ويقلل الخوف,ar,"[""فاطمة"", ""أحمد""]","[""اعتناء""]","[""راحة"", ""خوف""]",train,ex663
at the market: pull on MetalBall,MetalBall.pull(); MetalBall.speed += 0.1; MetalBall.energy -= 0.05,Pulling changes speed and may reduce energy,en,"[""MetalBall""]","[""pull""]","[""speed"", ""energy""]",train,ex664
فاطمة في المستشفى يقوم بفعل 'مراجعة' مع نور,فاطمة.مراجعة(نور); نور.ثقة += 0.15; نور.توتر -= 0.1,المراجعة تزيد الثقة وتقلل التوتر,ar,"[""فاطمة"", ""نور""]","[""مراجعة""]","[""ثقة"", ""توتر""]",train,ex665
Khaled in the park performs 'do_homework' with Mohammed,Khaled.do_homework(Mohammed); Mohammed.skill += 0.2,Homework improves skill,en,"[""Khaled"", ""Mohammed""]","[""do_homework""]","[""skill""]",train,ex666
ليلى في العمل يقوم بفعل 'تفويض_مهمة' مع خالد,ليلى.تفويض_مهمة(خالد); خالد.مسؤولية += 0.2,التفويض يرفع المسؤولية,ar,"[""ليلى"", ""خالد""]","[""تفويض_مهمة""]","[""مسؤولية""]",train,ex667
at work: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex668
أحمد في البيت يقوم بفعل 'قيادة_سيارة' مع مريم,أحمد.قيادة_سيارة(مريم); مريم.تركيز += 0.2; مريم.طاقة -= 0.15,القيادة تتطلب تركيزًا وتستهلك طاقة,ar,"[""أحمد"", ""مريم""]","[""قيادة_سيارة""]","[""تركيز"", ""طاقة""]",train,ex669
Maryam on the bus performs 'drive_car' with Ahmed,Maryam.drive_car(Ahmed); Ahmed.focus += 0.2; Ahmed.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Maryam"", ""Ahmed""]","[""drive_car""]","[""focus"", ""energy""]",train,ex670
في المستشفى: تبريد على جسم,جسم.تبريد(); جسم.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""جسم""]","[""تبريد""]","[""حرارة""]",train,ex671
in the park: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex672
خالد في الحديقة يقوم بفعل 'تخطيط' مع يوسف,خالد.تخطيط(يوسف); يوسف.وضوح += 0.25,التخطيط يرفع الوضوح,ar,"[""خالد"", ""يوسف""]","[""تخطيط""]","[""وضوح""]",train,ex673
on the bus: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex674
محمد في المدرسة يقوم بفعل 'تغذية_راجعة' مع أحمد,محمد.تغذية_راجعة(أحمد); أحمد.توتر -= 0.1; أحمد.تحسن += 0.2,التغذية الراجعة تقلل التوتر وتزيد التحسن,ar,"[""محمد"", ""أحمد""]","[""تغذية_راجعة""]","[""توتر"", ""تحسن""]",train,ex675
Ahmed at work performs 'guide' with Fatimah,Ahmed.guide(Fatimah); Fatimah.trust += 0.15,Guidance improves trust,en,"[""Ahmed"", ""Fatimah""]","[""guide""]","[""trust""]",train,ex676
في المترو: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex677
at the market: push on Box,Box.push(); Box.speed += 0.2; Box.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Box""]","[""push""]","[""speed"", ""energy""]",train,ex678
مريم في البيت يقوم بفعل 'مساعدة' مع محمد,مريم.مساعدة(محمد); محمد.توتر -= 0.2; محمد.امتنان += 0.2,المساعدة تقلل التوتر وتزيد الامتنان,ar,"[""مريم"", ""محمد""]","[""مساعدة""]","[""توتر"", ""امتنان""]",train,ex679
Khaled in the metro performs 'negotiate' with Ali,Khaled.negotiate(Ali); Ali.trust += 0.05,Negotiation may increase trust,en,"[""Khaled"", ""Ali""]","[""negotiate""]","[""trust""]",train,ex680
في المستشفى: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex681
at home: brake on Box,Box.brake(); Box.speed -= 0.25,Braking reduces speed,en,"[""Box""]","[""brake""]","[""speed""]",train,ex682
محمد في الحافلة يقوم بفعل 'مواساة' مع يوسف,محمد.مواساة(يوسف); يوسف.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""محمد"", ""يوسف""]","[""مواساة""]","[""حزن""]",train,ex683
at work: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex684
في السوق: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex685
Khaled on the bus performs 'encourage' with Ahmed,Khaled.encourage(Ahmed); Ahmed.trust += 0.25,Encouragement increases trust,en,"[""Khaled"", ""Ahmed""]","[""encourage""]","[""trust""]",train,ex686
علي في السوق يقوم بفعل 'اجتماع' مع فاطمة,علي.اجتماع(فاطمة); فاطمة.تنسيق += 0.2; فاطمة.طاقة -= 0.1,الاجتماع يحسن التنسيق ويستهلك طاقة,ar,"[""علي"", ""فاطمة""]","[""اجتماع""]","[""تنسيق"", ""طاقة""]",train,ex687
at the hospital: heat on MetalBall,MetalBall.heat(); MetalBall.temperature += 0.3; MetalBall.energy -= 0.05,Heating raises temperature,en,"[""MetalBall""]","[""heat""]","[""temperature"", ""energy""]",train,ex688
أحمد في العمل يقوم بفعل 'تفادي_ازدحام' مع ليلى,أحمد.تفادي_ازدحام(ليلى); ليلى.توتر -= 0.15,تفادي الازدحام يقلل التوتر,ar,"[""أحمد"", ""ليلى""]","[""تفادي_ازدحام""]","[""توتر""]",train,ex689
at the hospital: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex690
في المدرسة: تسخين على سيارة,سيارة.تسخين(); سيارة.حرارة += 0.3; سيارة.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""سيارة""]","[""تسخين""]","[""حرارة"", ""طاقة""]",train,ex691
in the park: pull on Car,Car.pull(); Car.speed += 0.1; Car.energy -= 0.05,Pulling changes speed and may reduce energy,en,"[""Car""]","[""pull""]","[""speed"", ""energy""]",train,ex692
محمد في المدرسة يقوم بفعل 'نصح' مع فاطمة,محمد.نصح(فاطمة); فاطمة.تركيز += 0.2,النصح بالهدوء يحسن التركيز,ar,"[""محمد"", ""فاطمة""]","[""نصح""]","[""تركيز""]",train,ex693
Ahmed on the bus performs 'serve_meal' with Sarah,Ahmed.serve_meal(Sarah); Sarah.hunger -= 0.4; Sarah.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Ahmed"", ""Sarah""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex694
في المدرسة: سحب على جسم,جسم.سحب(); جسم.سرعة += 0.1; جسم.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""جسم""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex695
in the metro: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex696
سارة في الحديقة يقوم بفعل 'طمأنة' مع يوسف,سارة.طمأنة(يوسف); يوسف.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""سارة"", ""يوسف""]","[""طمأنة""]","[""خوف""]",train,ex697
Mohammed at school performs 'comfort' with Layla,Mohammed.comfort(Layla); Layla.sadness -= 0.3,Comforting reduces sadness,en,"[""Mohammed"", ""Layla""]","[""comfort""]","[""sadness""]",train,ex698
علي في المستشفى يقوم بفعل 'إرشاد' مع أحمد,علي.إرشاد(أحمد); أحمد.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""علي"", ""أحمد""]","[""إرشاد""]","[""ثقة""]",train,ex699
Maryam at the hospital performs 'measure_bp' with Fatimah,Maryam.measure_bp(Fatimah); Fatimah.reassurance += 0.2,Measuring blood pressure provides reassurance,en,"[""Maryam"", ""Fatimah""]","[""measure_bp""]","[""reassurance""]",train,ex700
في الحديقة: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex701
Fatimah at home performs 'reassure' with Maryam,Fatimah.reassure(Maryam); Maryam.fear -= 0.25,Reassurance reduces fear,en,"[""Fatimah"", ""Maryam""]","[""reassure""]","[""fear""]",train,ex702
في البيت: تبريد على سيارة,سيارة.تبريد(); سيارة.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""سيارة""]","[""تبريد""]","[""حرارة""]",train,ex703
Ali at school performs 'drive_car' with Sarah,Ali.drive_car(Sarah); Sarah.focus += 0.2; Sarah.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Ali"", ""Sarah""]","[""drive_car""]","[""focus"", ""energy""]",train,ex704
أحمد في المدرسة يقوم بفعل 'اجتماع' مع سارة,أحمد.اجتماع(سارة); سارة.تنسيق += 0.2; سارة.طاقة -= 0.1,الاجتماع يحسن التنسيق ويستهلك طاقة,ar,"[""أحمد"", ""سارة""]","[""اجتماع""]","[""تنسيق"", ""طاقة""]",train,ex705
Ahmed at the hospital performs 'meeting' with Youssef,Ahmed.meeting(Youssef); Youssef.coordination += 0.2; Youssef.energy -= 0.1,Meeting improves coordination and uses energy,en,"[""Ahmed"", ""Youssef""]","[""meeting""]","[""coordination"", ""energy""]",train,ex706
سارة في المدرسة يقوم بفعل 'توجيه' مع يوسف,سارة.توجيه(يوسف); يوسف.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""سارة"", ""يوسف""]","[""توجيه""]","[""تركيز""]",train,ex707
Khaled at school performs 'return_item' with Maryam,Khaled.return_item(Maryam); Maryam.satisfaction += 0.2; Maryam.trust += 0.1,Return increases satisfaction and trust,en,"[""Khaled"", ""Maryam""]","[""return_item""]","[""satisfaction"", ""trust""]",train,ex708
علي في الحافلة يقوم بفعل 'تعاون_طلابي' مع يوسف,علي.تعاون_طلابي(يوسف); يوسف.تعاون += 0.2; يوسف.ثقة += 0.1,التعاون يرفع التعاون والثقة,ar,"[""علي"", ""يوسف""]","[""تعاون_طلابي""]","[""تعاون"", ""ثقة""]",train,ex709
Mohammed in the metro performs 'exchange_item' with Fatimah,Mohammed.exchange_item(Fatimah); Fatimah.satisfaction += 0.2,Exchange increases satisfaction,en,"[""Mohammed"", ""Fatimah""]","[""exchange_item""]","[""satisfaction""]",train,ex710
فاطمة في السوق يقوم بفعل 'إرشاد' مع أحمد,فاطمة.إرشاد(أحمد); أحمد.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""فاطمة"", ""أحمد""]","[""إرشاد""]","[""ثقة""]",train,ex711
Maryam in the park performs 'guide' with Layla,Maryam.guide(Layla); Layla.trust += 0.15,Guidance improves trust,en,"[""Maryam"", ""Layla""]","[""guide""]","[""trust""]",train,ex712
في المستشفى: سحب على ماء,ماء.سحب(); ماء.سرعة += 0.1; ماء.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""ماء""]","[""سحب""]","[""سرعة"", ""طاقة""]",train,ex713
Khaled at the hospital performs 'delegate_task' with Mohammed,Khaled.delegate_task(Mohammed); Mohammed.responsibility += 0.2,Delegation increases responsibility,en,"[""Khaled"", ""Mohammed""]","[""delegate_task""]","[""responsibility""]",train,ex714
نور في المستشفى يقوم بفعل 'إرشاد' مع ليلى,نور.إرشاد(ليلى); ليلى.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""نور"", ""ليلى""]","[""إرشاد""]","[""ثقة""]",train,ex715
on the bus: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex716
في المستشفى: دفع على ماء,ماء.دفع(); ماء.سرعة += 0.2; ماء.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""ماء""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex717
Maryam in the park performs 'advise' with Ahmed,Maryam.advise(Ahmed); Ahmed.focus += 0.2,Advice to stay calm improves focus,en,"[""Maryam"", ""Ahmed""]","[""advise""]","[""focus""]",train,ex718
سارة في المدرسة يقوم بفعل 'إرشاد' مع ليلى,سارة.إرشاد(ليلى); ليلى.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""سارة"", ""ليلى""]","[""إرشاد""]","[""ثقة""]",train,ex719
at the market: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex720
يوسف في البيت يقوم بفعل 'مساعدة' مع نور,يوسف.مساعدة(نور); نور.توتر -= 0.2; نور.امتنان += 0.2,المساعدة تقلل التوتر وتزيد الامتنان,ar,"[""يوسف"", ""نور""]","[""مساعدة""]","[""توتر"", ""امتنان""]",train,ex721
Mohammed at school performs 'comfort' with Khaled,Mohammed.comfort(Khaled); Khaled.sadness -= 0.3,Comforting reduces sadness,en,"[""Mohammed"", ""Khaled""]","[""comfort""]","[""sadness""]",train,ex722
سارة في المترو يقوم بفعل 'نصح' مع خالد,سارة.نصح(خالد); خالد.تركيز += 0.2,النصح بالهدوء يحسن التركيز,ar,"[""سارة"", ""خالد""]","[""نصح""]","[""تركيز""]",train,ex723
at the hospital: brake on MetalBall,MetalBall.brake(); MetalBall.speed -= 0.25,Braking reduces speed,en,"[""MetalBall""]","[""brake""]","[""speed""]",train,ex724
في المستشفى: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex725
Mohammed on the bus performs 'complain' with Sarah,Mohammed.complain(Sarah); Sarah.anger += 0.2; Sarah.trust -= 0.1,Complaint increases anger and reduces trust,en,"[""Mohammed"", ""Sarah""]","[""complain""]","[""anger"", ""trust""]",train,ex726
محمد في المدرسة يقوم بفعل 'إسعافات_أولية' مع ليلى,محمد.إسعافات_أولية(ليلى); ليلى.خوف -= 0.2; ليلى.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""محمد"", ""ليلى""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex727
Ahmed in the metro performs 'planning' with Khaled,Ahmed.planning(Khaled); Khaled.clarity += 0.25,Planning increases clarity,en,"[""Ahmed"", ""Khaled""]","[""planning""]","[""clarity""]",train,ex728
في السوق: تبريد على صندوق,صندوق.تبريد(); صندوق.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""صندوق""]","[""تبريد""]","[""حرارة""]",train,ex729
at work: heat on Object,Object.heat(); Object.temperature += 0.3; Object.energy -= 0.05,Heating raises temperature,en,"[""Object""]","[""heat""]","[""temperature"", ""energy""]",train,ex730
في البيت: دفع على جسم,جسم.دفع(); جسم.سرعة += 0.2; جسم.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""جسم""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex731
in the metro: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex732
نور في العمل يقوم بفعل 'شرح_درس' مع أحمد,نور.شرح_درس(أحمد); أحمد.فهم += 0.25,الشرح يحسن الفهم,ar,"[""نور"", ""أحمد""]","[""شرح_درس""]","[""فهم""]",train,ex733
at home: pull on Box,Box.pull(); Box.speed += 0.1; Box.energy -= 0.05,Pulling changes speed and may reduce energy,en,"[""Box""]","[""pull""]","[""speed"", ""energy""]",train,ex734
في المدرسة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex735
Layla in the park performs 'bad_service' with Noor,Layla.bad_service(Noor); Noor.anger += 0.25; Noor.trust -= 0.2,Bad service increases anger and reduces trust,en,"[""Layla"", ""Noor""]","[""bad_service""]","[""anger"", ""trust""]",train,ex736
علي في العمل يقوم بفعل 'حل_واجب' مع ليلى,علي.حل_واجب(ليلى); ليلى.مهارة += 0.2,حل الواجب يحسن المهارة,ar,"[""علي"", ""ليلى""]","[""حل_واجب""]","[""مهارة""]",train,ex737
Layla at work performs 'serve_meal' with Sarah,Layla.serve_meal(Sarah); Sarah.hunger -= 0.4; Sarah.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Layla"", ""Sarah""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex738
نور في البيت يقوم بفعل 'تهنئة' مع علي,نور.تهنئة(علي); علي.سعادة += 0.2,التهنئة ترفع السعادة,ar,"[""نور"", ""علي""]","[""تهنئة""]","[""سعادة""]",train,ex739
Mohammed at work performs 'exchange_item' with Sarah,Mohammed.exchange_item(Sarah); Sarah.satisfaction += 0.2,Exchange increases satisfaction,en,"[""Mohammed"", ""Sarah""]","[""exchange_item""]","[""satisfaction""]",train,ex740
في المدرسة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex741
Sarah at the market performs 'wait_metro' with Youssef,Sarah.wait_metro(Youssef); Youssef.boredom += 0.2,Waiting may increase boredom,en,"[""Sarah"", ""Youssef""]","[""wait_metro""]","[""boredom""]",train,ex742
فاطمة في الحديقة يقوم بفعل 'طمأنة' مع ليلى,فاطمة.طمأنة(ليلى); ليلى.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""فاطمة"", ""ليلى""]","[""طمأنة""]","[""خوف""]",train,ex743
Ahmed at home performs 'review' with Layla,Ahmed.review(Layla); Layla.confidence += 0.15; Layla.stress -= 0.1,Review increases confidence and reduces stress,en,"[""Ahmed"", ""Layla""]","[""review""]","[""confidence"", ""stress""]",train,ex744
نور في السوق يقوم بفعل 'قياس_ضغط' مع علي,نور.قياس_ضغط(علي); علي.طمأنينة += 0.2,القياس يعطي طمأنينة,ar,"[""نور"", ""علي""]","[""قياس_ضغط""]","[""طمأنينة""]",train,ex745
at home: push on Ball,Ball.push(); Ball.speed += 0.2; Ball.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Ball""]","[""push""]","[""speed"", ""energy""]",train,ex746
في الحافلة: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex747
Fatimah in the park performs 'encourage' with Sarah,Fatimah.encourage(Sarah); Sarah.trust += 0.25,Encouragement increases trust,en,"[""Fatimah"", ""Sarah""]","[""encourage""]","[""trust""]",train,ex748
ليلى في السوق يقوم بفعل 'ركوب_حافلة' مع أحمد,ليلى.ركوب_حافلة(أحمد); أحمد.طاقة -= 0.1,الركوب يقلل الطاقة قليلاً,ar,"[""ليلى"", ""أحمد""]","[""ركوب_حافلة""]","[""طاقة""]",train,ex749
at the hospital: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex750
ليلى في المترو يقوم بفعل 'قياس_ضغط' مع محمد,ليلى.قياس_ضغط(محمد); محمد.طمأنينة += 0.2,القياس يعطي طمأنينة,ar,"[""ليلى"", ""محمد""]","[""قياس_ضغط""]","[""طمأنينة""]",train,ex751
at work: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex752
في الحافلة: تبريد على جسم,جسم.تبريد(); جسم.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""جسم""]","[""تبريد""]","[""حرارة""]",train,ex753
in the park: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",train,ex754
فاطمة في العمل يقوم بفعل 'إرشاد' مع خالد,فاطمة.إرشاد(خالد); خالد.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""فاطمة"", ""خالد""]","[""إرشاد""]","[""ثقة""]",train,ex755
Maryam at school performs 'drive_car' with Khaled,Maryam.drive_car(Khaled); Khaled.focus += 0.2; Khaled.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Maryam"", ""Khaled""]","[""drive_car""]","[""focus"", ""energy""]",train,ex756
فاطمة في السوق يقوم بفعل 'تغذية_راجعة' مع يوسف,فاطمة.تغذية_راجعة(يوسف); يوسف.توتر -= 0.1; يوسف.تحسن += 0.2,التغذية الراجعة تقلل التوتر وتزيد التحسن,ar,"[""فاطمة"", ""يوسف""]","[""تغذية_راجعة""]","[""توتر"", ""تحسن""]",train,ex757
at home: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex758
في الحافلة: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",train,ex759
Mohammed in the park performs 'congratulate' with Sarah,Mohammed.congratulate(Sarah); Sarah.happiness += 0.2,Congratulations increase happiness,en,"[""Mohammed"", ""Sarah""]","[""congratulate""]","[""happiness""]",train,ex760
محمد في المدرسة يقوم بفعل 'توجيه' مع ليلى,محمد.توجيه(ليلى); ليلى.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""محمد"", ""ليلى""]","[""توجيه""]","[""تركيز""]",train,ex761
Sarah at work performs 'congratulate' with Mohammed,Sarah.congratulate(Mohammed); Mohammed.happiness += 0.2,Congratulations increase happiness,en,"[""Sarah"", ""Mohammed""]","[""congratulate""]","[""happiness""]",train,ex762
أحمد في الحافلة يقوم بفعل 'تفادي_ازدحام' مع فاطمة,أحمد.تفادي_ازدحام(فاطمة); فاطمة.توتر -= 0.15,تفادي الازدحام يقلل التوتر,ar,"[""أحمد"", ""فاطمة""]","[""تفادي_ازدحام""]","[""توتر""]",train,ex763
Khaled in the metro performs 'avoid_traffic' with Youssef,Khaled.avoid_traffic(Youssef); Youssef.stress -= 0.15,Avoiding traffic reduces stress,en,"[""Khaled"", ""Youssef""]","[""avoid_traffic""]","[""stress""]",train,ex764
في الحافلة: دفع على صندوق,صندوق.دفع(); صندوق.سرعة += 0.2; صندوق.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""صندوق""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex765
Fatimah on the bus performs 'drive_car' with Sarah,Fatimah.drive_car(Sarah); Sarah.focus += 0.2; Sarah.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Fatimah"", ""Sarah""]","[""drive_car""]","[""focus"", ""energy""]",train,ex766
أحمد في الحديقة يقوم بفعل 'تقديم_وجبة' مع مريم,أحمد.تقديم_وجبة(مريم); مريم.جوع -= 0.4; مريم.امتنان += 0.3,الطعام يقلل الجوع ويزيد الامتنان,ar,"[""أحمد"", ""مريم""]","[""تقديم_وجبة""]","[""جوع"", ""امتنان""]",train,ex767
Mohammed at the market performs 'congratulate' with Fatimah,Mohammed.congratulate(Fatimah); Fatimah.happiness += 0.2,Congratulations increase happiness,en,"[""Mohammed"", ""Fatimah""]","[""congratulate""]","[""happiness""]",train,ex768
خالد في الحديقة يقوم بفعل 'شرح_درس' مع محمد,خالد.شرح_درس(محمد); محمد.فهم += 0.25,الشرح يحسن الفهم,ar,"[""خالد"", ""محمد""]","[""شرح_درس""]","[""فهم""]",train,ex769
on the bus: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",train,ex770
يوسف في السوق يقوم بفعل 'تفادي_ازدحام' مع خالد,يوسف.تفادي_ازدحام(خالد); خالد.توتر -= 0.15,تفادي الازدحام يقلل التوتر,ar,"[""يوسف"", ""خالد""]","[""تفادي_ازدحام""]","[""توتر""]",train,ex771
Layla in the metro performs 'advise' with Sarah,Layla.advise(Sarah); Sarah.focus += 0.2,Advice to stay calm improves focus,en,"[""Layla"", ""Sarah""]","[""advise""]","[""focus""]",train,ex772
في العمل: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",train,ex773
at home: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",train,ex774
يوسف في السوق يقوم بفعل 'توجيه' مع علي,يوسف.توجيه(علي); علي.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""يوسف"", ""علي""]","[""توجيه""]","[""تركيز""]",train,ex775
Ahmed at work performs 'comfort' with Youssef,Ahmed.comfort(Youssef); Youssef.sadness -= 0.3,Comforting reduces sadness,en,"[""Ahmed"", ""Youssef""]","[""comfort""]","[""sadness""]",train,ex776
فاطمة في المستشفى يقوم بفعل 'صرف_دواء' مع نور,فاطمة.صرف_دواء(نور); نور.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""فاطمة"", ""نور""]","[""صرف_دواء""]","[""ألم""]",train,ex777
Khaled on the bus performs 'comfort' with Maryam,Khaled.comfort(Maryam); Maryam.sadness -= 0.3,Comforting reduces sadness,en,"[""Khaled"", ""Maryam""]","[""comfort""]","[""sadness""]",train,ex778
مريم في الحافلة يقوم بفعل 'اتصال_إسعاف' مع يوسف,مريم.اتصال_إسعاف(يوسف); يوسف.أمان += 0.2; يوسف.توتر -= 0.15,الاتصال يرفع الأمان ويقلل التوتر,ar,"[""مريم"", ""يوسف""]","[""اتصال_إسعاف""]","[""أمان"", ""توتر""]",train,ex779
Maryam at the market performs 'do_homework' with Mohammed,Maryam.do_homework(Mohammed); Mohammed.skill += 0.2,Homework improves skill,en,"[""Maryam"", ""Mohammed""]","[""do_homework""]","[""skill""]",train,ex780
في السوق: تسخين على صندوق,صندوق.تسخين(); صندوق.حرارة += 0.3; صندوق.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""صندوق""]","[""تسخين""]","[""حرارة"", ""طاقة""]",train,ex781
on the bus: cool on Water,Water.cool(); Water.temperature -= 0.3,Cooling lowers temperature,en,"[""Water""]","[""cool""]","[""temperature""]",train,ex782
مريم في المستشفى يقوم بفعل 'تشجيع' مع أحمد,مريم.تشجيع(أحمد); أحمد.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""مريم"", ""أحمد""]","[""تشجيع""]","[""ثقة""]",train,ex783
Layla at home performs 'guide' with Ali,Layla.guide(Ali); Ali.trust += 0.15,Guidance improves trust,en,"[""Layla"", ""Ali""]","[""guide""]","[""trust""]",train,ex784
في المترو: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",train,ex785
Noor at work performs 'planning' with Sarah,Noor.planning(Sarah); Sarah.clarity += 0.25,Planning increases clarity,en,"[""Noor"", ""Sarah""]","[""planning""]","[""clarity""]",train,ex786
أحمد في السوق يقوم بفعل 'اعتناء' مع علي,أحمد.اعتناء(علي); علي.راحة += 0.2; علي.خوف -= 0.1,الاعتناء يرفع الراحة ويقلل الخوف,ar,"[""أحمد"", ""علي""]","[""اعتناء""]","[""راحة"", ""خوف""]",train,ex787
Noor at home performs 'encourage' with Khaled,Noor.encourage(Khaled); Khaled.trust += 0.25,Encouragement increases trust,en,"[""Noor"", ""Khaled""]","[""encourage""]","[""trust""]",train,ex788
خالد في المستشفى يقوم بفعل 'اتصال_إسعاف' مع أحمد,خالد.اتصال_إسعاف(أحمد); أحمد.أمان += 0.2; أحمد.توتر -= 0.15,الاتصال يرفع الأمان ويقلل التوتر,ar,"[""خالد"", ""أحمد""]","[""اتصال_إسعاف""]","[""أمان"", ""توتر""]",train,ex789
Youssef at work performs 'exchange_item' with Sarah,Youssef.exchange_item(Sarah); Sarah.satisfaction += 0.2,Exchange increases satisfaction,en,"[""Youssef"", ""Sarah""]","[""exchange_item""]","[""satisfaction""]",train,ex790
في المستشفى: دفع على كرة_معدنية,كرة_معدنية.دفع(); كرة_معدنية.سرعة += 0.2; كرة_معدنية.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""كرة_معدنية""]","[""دفع""]","[""سرعة"", ""طاقة""]",train,ex791
in the park: accelerate on Box,Box.accelerate(); Box.speed += 0.25,Acceleration raises speed,en,"[""Box""]","[""accelerate""]","[""speed""]",train,ex792
علي في المترو يقوم بفعل 'إسعافات_أولية' مع نور,علي.إسعافات_أولية(نور); نور.خوف -= 0.2; نور.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""علي"", ""نور""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",train,ex793
Khaled at the hospital performs 'care_for' with Fatimah,Khaled.care_for(Fatimah); Fatimah.comfort += 0.2; Fatimah.fear -= 0.1,Care increases comfort and reduces fear,en,"[""Khaled"", ""Fatimah""]","[""care_for""]","[""comfort"", ""fear""]",train,ex794
فاطمة في الحديقة يقوم بفعل 'تعاون_طلابي' مع محمد,فاطمة.تعاون_طلابي(محمد); محمد.تعاون += 0.2; محمد.ثقة += 0.1,التعاون يرفع التعاون والثقة,ar,"[""فاطمة"", ""محمد""]","[""تعاون_طلابي""]","[""تعاون"", ""ثقة""]",train,ex795
Maryam on the bus performs 'call_ambulance' with Youssef,Maryam.call_ambulance(Youssef); Youssef.safety += 0.2; Youssef.stress -= 0.15,Calling ambulance increases safety and reduces stress,en,"[""Maryam"", ""Youssef""]","[""call_ambulance""]","[""safety"", ""stress""]",train,ex796
مريم في المترو يقوم بفعل 'تشجيع' مع يوسف,مريم.تشجيع(يوسف); يوسف.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""مريم"", ""يوسف""]","[""تشجيع""]","[""ثقة""]",train,ex797
Layla on the bus performs 'serve_meal' with Sarah,Layla.serve_meal(Sarah); Sarah.hunger -= 0.4; Sarah.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Layla"", ""Sarah""]","[""serve_meal""]","[""hunger"", ""gratitude""]",train,ex798
ليلى في العمل يقوم بفعل 'تعاون_طلابي' مع أحمد,ليلى.تعاون_طلابي(أحمد); أحمد.تعاون += 0.2; أحمد.ثقة += 0.1,التعاون يرفع التعاون والثقة,ar,"[""ليلى"", ""أحمد""]","[""تعاون_طلابي""]","[""تعاون"", ""ثقة""]",train,ex799
at the hospital: brake on Box,Box.brake(); Box.speed -= 0.25,Braking reduces speed,en,"[""Box""]","[""brake""]","[""speed""]",train,ex800
سارة في الحافلة يقوم بفعل 'تفاوض' مع خالد,سارة.تفاوض(خالد); خالد.ثقة += 0.05,التفاوض قد يرفع الثقة,ar,"[""سارة"", ""خالد""]","[""تفاوض""]","[""ثقة""]",val,ex801
Layla at the hospital performs 'avoid_traffic' with Maryam,Layla.avoid_traffic(Maryam); Maryam.stress -= 0.15,Avoiding traffic reduces stress,en,"[""Layla"", ""Maryam""]","[""avoid_traffic""]","[""stress""]",val,ex802
سارة في الحافلة يقوم بفعل 'طمأنة' مع يوسف,سارة.طمأنة(يوسف); يوسف.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""سارة"", ""يوسف""]","[""طمأنة""]","[""خوف""]",val,ex803
Layla at the hospital performs 'drive_car' with Ahmed,Layla.drive_car(Ahmed); Ahmed.focus += 0.2; Ahmed.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Layla"", ""Ahmed""]","[""drive_car""]","[""focus"", ""energy""]",val,ex804
في السوق: تبريد على سيارة,سيارة.تبريد(); سيارة.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""سيارة""]","[""تبريد""]","[""حرارة""]",val,ex805
Ali at home performs 'drive_car' with Ahmed,Ali.drive_car(Ahmed); Ahmed.focus += 0.2; Ahmed.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Ali"", ""Ahmed""]","[""drive_car""]","[""focus"", ""energy""]",val,ex806
سارة في المدرسة يقوم بفعل 'صرف_دواء' مع أحمد,سارة.صرف_دواء(أحمد); أحمد.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""سارة"", ""أحمد""]","[""صرف_دواء""]","[""ألم""]",val,ex807
at home: brake on Water,Water.brake(); Water.speed -= 0.25,Braking reduces speed,en,"[""Water""]","[""brake""]","[""speed""]",val,ex808
نور في المستشفى يقوم بفعل 'إرشاد' مع علي,نور.إرشاد(علي); علي.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""نور"", ""علي""]","[""إرشاد""]","[""ثقة""]",val,ex809
in the park: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",val,ex810
في الحافلة: سحب على صندوق,صندوق.سحب(); صندوق.سرعة += 0.1; صندوق.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""صندوق""]","[""سحب""]","[""سرعة"", ""طاقة""]",val,ex811
in the park: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",val,ex812
مريم في المدرسة يقوم بفعل 'اعتذار' مع محمد,مريم.اعتذار(محمد); محمد.غضب -= 0.2; محمد.ثقة += 0.1,الاعتذار يقلل الغضب ويزيد الثقة قليلًا,ar,"[""مريم"", ""محمد""]","[""اعتذار""]","[""غضب"", ""ثقة""]",val,ex813
at home: accelerate on Object,Object.accelerate(); Object.speed += 0.25,Acceleration raises speed,en,"[""Object""]","[""accelerate""]","[""speed""]",val,ex814
سارة في المترو يقوم بفعل 'قياس_ضغط' مع فاطمة,سارة.قياس_ضغط(فاطمة); فاطمة.طمأنينة += 0.2,القياس يعطي طمأنينة,ar,"[""سارة"", ""فاطمة""]","[""قياس_ضغط""]","[""طمأنينة""]",val,ex815
at school: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",val,ex816
في المدرسة: سحب على جسم,جسم.سحب(); جسم.سرعة += 0.1; جسم.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""جسم""]","[""سحب""]","[""سرعة"", ""طاقة""]",val,ex817
Fatimah at work performs 'reassure' with Maryam,Fatimah.reassure(Maryam); Maryam.fear -= 0.25,Reassurance reduces fear,en,"[""Fatimah"", ""Maryam""]","[""reassure""]","[""fear""]",val,ex818
في الحافلة: تسخين على صندوق,صندوق.تسخين(); صندوق.حرارة += 0.3; صندوق.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""صندوق""]","[""تسخين""]","[""حرارة"", ""طاقة""]",val,ex819
Noor in the metro performs 'complain' with Maryam,Noor.complain(Maryam); Maryam.anger += 0.2; Maryam.trust -= 0.1,Complaint increases anger and reduces trust,en,"[""Noor"", ""Maryam""]","[""complain""]","[""anger"", ""trust""]",val,ex820
في الحديقة: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",val,ex821
at work: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",val,ex822
محمد في الحديقة يقوم بفعل 'مواساة' مع نور,محمد.مواساة(نور); نور.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""محمد"", ""نور""]","[""مواساة""]","[""حزن""]",val,ex823
Layla at work performs 'negotiate' with Maryam,Layla.negotiate(Maryam); Maryam.trust += 0.05,Negotiation may increase trust,en,"[""Layla"", ""Maryam""]","[""negotiate""]","[""trust""]",val,ex824
علي في المترو يقوم بفعل 'تقديم_وجبة' مع سارة,علي.تقديم_وجبة(سارة); سارة.جوع -= 0.4; سارة.امتنان += 0.3,الطعام يقلل الجوع ويزيد الامتنان,ar,"[""علي"", ""سارة""]","[""تقديم_وجبة""]","[""جوع"", ""امتنان""]",val,ex825
at the market: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",val,ex826
نور في المترو يقوم بفعل 'انتظار_مترو' مع مريم,نور.انتظار_مترو(مريم); مريم.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""نور"", ""مريم""]","[""انتظار_مترو""]","[""ملل""]",val,ex827
at home: push on MetalBall,MetalBall.push(); MetalBall.speed += 0.2; MetalBall.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""MetalBall""]","[""push""]","[""speed"", ""energy""]",val,ex828
في الحافلة: سحب على كرة_معدنية,كرة_معدنية.سحب(); كرة_معدنية.سرعة += 0.1; كرة_معدنية.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""كرة_معدنية""]","[""سحب""]","[""سرعة"", ""طاقة""]",val,ex829
Layla at the market performs 'student_collab' with Ali,Layla.student_collab(Ali); Ali.teamwork += 0.2; Ali.trust += 0.1,Collaboration raises teamwork and trust,en,"[""Layla"", ""Ali""]","[""student_collab""]","[""teamwork"", ""trust""]",val,ex830
علي في المستشفى يقوم بفعل 'قياس_ضغط' مع خالد,علي.قياس_ضغط(خالد); خالد.طمأنينة += 0.2,القياس يعطي طمأنينة,ar,"[""علي"", ""خالد""]","[""قياس_ضغط""]","[""طمأنينة""]",val,ex831
at the market: heat on MetalBall,MetalBall.heat(); MetalBall.temperature += 0.3; MetalBall.energy -= 0.05,Heating raises temperature,en,"[""MetalBall""]","[""heat""]","[""temperature"", ""energy""]",val,ex832
ليلى في الحديقة يقوم بفعل 'تفويض_مهمة' مع محمد,ليلى.تفويض_مهمة(محمد); محمد.مسؤولية += 0.2,التفويض يرفع المسؤولية,ar,"[""ليلى"", ""محمد""]","[""تفويض_مهمة""]","[""مسؤولية""]",val,ex833
Maryam in the park performs 'congratulate' with Youssef,Maryam.congratulate(Youssef); Youssef.happiness += 0.2,Congratulations increase happiness,en,"[""Maryam"", ""Youssef""]","[""congratulate""]","[""happiness""]",val,ex834
مريم في الحافلة يقوم بفعل 'مواساة' مع نور,مريم.مواساة(نور); نور.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""مريم"", ""نور""]","[""مواساة""]","[""حزن""]",val,ex835
Fatimah at home performs 'direct' with Mohammed,Fatimah.direct(Mohammed); Mohammed.focus += 0.15,Direction improves focus,en,"[""Fatimah"", ""Mohammed""]","[""direct""]","[""focus""]",val,ex836
في المترو: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",val,ex837
at school: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",val,ex838
خالد في الحديقة يقوم بفعل 'صرف_دواء' مع فاطمة,خالد.صرف_دواء(فاطمة); فاطمة.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""خالد"", ""فاطمة""]","[""صرف_دواء""]","[""ألم""]",val,ex839
at the market: cool on Car,Car.cool(); Car.temperature -= 0.3,Cooling lowers temperature,en,"[""Car""]","[""cool""]","[""temperature""]",val,ex840
في المستشفى: سحب على كرة_معدنية,كرة_معدنية.سحب(); كرة_معدنية.سرعة += 0.1; كرة_معدنية.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""كرة_معدنية""]","[""سحب""]","[""سرعة"", ""طاقة""]",val,ex841
in the park: pull on MetalBall,MetalBall.pull(); MetalBall.speed += 0.1; MetalBall.energy -= 0.05,Pulling changes speed and may reduce energy,en,"[""MetalBall""]","[""pull""]","[""speed"", ""energy""]",val,ex842
في الحافلة: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",val,ex843
Khaled at the hospital performs 'direct' with Fatimah,Khaled.direct(Fatimah); Fatimah.focus += 0.15,Direction improves focus,en,"[""Khaled"", ""Fatimah""]","[""direct""]","[""focus""]",val,ex844
يوسف في المترو يقوم بفعل 'إرشاد' مع فاطمة,يوسف.إرشاد(فاطمة); فاطمة.ثقة += 0.15,الإرشاد يحسن الثقة,ar,"[""يوسف"", ""فاطمة""]","[""إرشاد""]","[""ثقة""]",val,ex845
Youssef at home performs 'feedback' with Ahmed,Youssef.feedback(Ahmed); Ahmed.stress -= 0.1; Ahmed.improvement += 0.2,Feedback reduces stress and increases improvement,en,"[""Youssef"", ""Ahmed""]","[""feedback""]","[""stress"", ""improvement""]",val,ex846
أحمد في المدرسة يقوم بفعل 'قيادة_سيارة' مع ليلى,أحمد.قيادة_سيارة(ليلى); ليلى.تركيز += 0.2; ليلى.طاقة -= 0.15,القيادة تتطلب تركيزًا وتستهلك طاقة,ar,"[""أحمد"", ""ليلى""]","[""قيادة_سيارة""]","[""تركيز"", ""طاقة""]",val,ex847
at home: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",val,ex848
ليلى في المستشفى يقوم بفعل 'تشجيع' مع مريم,ليلى.تشجيع(مريم); مريم.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""ليلى"", ""مريم""]","[""تشجيع""]","[""ثقة""]",val,ex849
at the market: heat on Car,Car.heat(); Car.temperature += 0.3; Car.energy -= 0.05,Heating raises temperature,en,"[""Car""]","[""heat""]","[""temperature"", ""energy""]",val,ex850
أحمد في الحافلة يقوم بفعل 'اعتذار' مع مريم,أحمد.اعتذار(مريم); مريم.غضب -= 0.2; مريم.ثقة += 0.1,الاعتذار يقلل الغضب ويزيد الثقة قليلًا,ar,"[""أحمد"", ""مريم""]","[""اعتذار""]","[""غضب"", ""ثقة""]",val,ex851
Fatimah in the metro performs 'wait_metro' with Ali,Fatimah.wait_metro(Ali); Ali.boredom += 0.2,Waiting may increase boredom,en,"[""Fatimah"", ""Ali""]","[""wait_metro""]","[""boredom""]",val,ex852
خالد في الحديقة يقوم بفعل 'حل_واجب' مع ليلى,خالد.حل_واجب(ليلى); ليلى.مهارة += 0.2,حل الواجب يحسن المهارة,ar,"[""خالد"", ""ليلى""]","[""حل_واجب""]","[""مهارة""]",val,ex853
Khaled at home performs 'board_bus' with Youssef,Khaled.board_bus(Youssef); Youssef.energy -= 0.1,Boarding slightly reduces energy,en,"[""Khaled"", ""Youssef""]","[""board_bus""]","[""energy""]",val,ex854
خالد في المدرسة يقوم بفعل 'طمأنة' مع سارة,خالد.طمأنة(سارة); سارة.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""خالد"", ""سارة""]","[""طمأنة""]","[""خوف""]",val,ex855
at the hospital: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",val,ex856
في المترو: دفع على كرة_معدنية,كرة_معدنية.دفع(); كرة_معدنية.سرعة += 0.2; كرة_معدنية.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""كرة_معدنية""]","[""دفع""]","[""سرعة"", ""طاقة""]",val,ex857
Maryam at school performs 'first_aid' with Ali,Maryam.first_aid(Ali); Ali.fear -= 0.2; Ali.comfort += 0.2,First aid reduces fear and increases comfort,en,"[""Maryam"", ""Ali""]","[""first_aid""]","[""fear"", ""comfort""]",val,ex858
في المدرسة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",val,ex859
Mohammed in the metro performs 'direct' with Youssef,Mohammed.direct(Youssef); Youssef.focus += 0.15,Direction improves focus,en,"[""Mohammed"", ""Youssef""]","[""direct""]","[""focus""]",val,ex860
مريم في السوق يقوم بفعل 'طمأنة' مع نور,مريم.طمأنة(نور); نور.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""مريم"", ""نور""]","[""طمأنة""]","[""خوف""]",val,ex861
Ahmed at the hospital performs 'guide' with Maryam,Ahmed.guide(Maryam); Maryam.trust += 0.15,Guidance improves trust,en,"[""Ahmed"", ""Maryam""]","[""guide""]","[""trust""]",val,ex862
في السوق: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",val,ex863
at the hospital: accelerate on Ball,Ball.accelerate(); Ball.speed += 0.25,Acceleration raises speed,en,"[""Ball""]","[""accelerate""]","[""speed""]",val,ex864
محمد في البيت يقوم بفعل 'نصح' مع نور,محمد.نصح(نور); نور.تركيز += 0.2,النصح بالهدوء يحسن التركيز,ar,"[""محمد"", ""نور""]","[""نصح""]","[""تركيز""]",val,ex865
Ali in the metro performs 'wait_metro' with Sarah,Ali.wait_metro(Sarah); Sarah.boredom += 0.2,Waiting may increase boredom,en,"[""Ali"", ""Sarah""]","[""wait_metro""]","[""boredom""]",val,ex866
أحمد في البيت يقوم بفعل 'توجيه' مع علي,أحمد.توجيه(علي); علي.تركيز += 0.15,التوجيه يحسن التركيز,ar,"[""أحمد"", ""علي""]","[""توجيه""]","[""تركيز""]",val,ex867
in the park: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",val,ex868
أحمد في الحافلة يقوم بفعل 'مواساة' مع محمد,أحمد.مواساة(محمد); محمد.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""أحمد"", ""محمد""]","[""مواساة""]","[""حزن""]",val,ex869
Mohammed at the hospital performs 'comfort' with Ali,Mohammed.comfort(Ali); Ali.sadness -= 0.3,Comforting reduces sadness,en,"[""Mohammed"", ""Ali""]","[""comfort""]","[""sadness""]",val,ex870
سارة في العمل يقوم بفعل 'تعاون_طلابي' مع نور,سارة.تعاون_طلابي(نور); نور.تعاون += 0.2; نور.ثقة += 0.1,التعاون يرفع التعاون والثقة,ar,"[""سارة"", ""نور""]","[""تعاون_طلابي""]","[""تعاون"", ""ثقة""]",val,ex871
at school: pull on Ball,Ball.pull(); Ball.speed += 0.1; Ball.energy -= 0.05,Pulling changes speed and may reduce energy,en,"[""Ball""]","[""pull""]","[""speed"", ""energy""]",val,ex872
ليلى في المستشفى يقوم بفعل 'اتصال_إسعاف' مع فاطمة,ليلى.اتصال_إسعاف(فاطمة); فاطمة.أمان += 0.2; فاطمة.توتر -= 0.15,الاتصال يرفع الأمان ويقلل التوتر,ar,"[""ليلى"", ""فاطمة""]","[""اتصال_إسعاف""]","[""أمان"", ""توتر""]",val,ex873
Ahmed at the market performs 'encourage' with Fatimah,Ahmed.encourage(Fatimah); Fatimah.trust += 0.25,Encouragement increases trust,en,"[""Ahmed"", ""Fatimah""]","[""encourage""]","[""trust""]",val,ex874
في العمل: تسريع على صندوق,صندوق.تسريع(); صندوق.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""صندوق""]","[""تسريع""]","[""سرعة""]",val,ex875
Mohammed at the market performs 'measure_bp' with Layla,Mohammed.measure_bp(Layla); Layla.reassurance += 0.2,Measuring blood pressure provides reassurance,en,"[""Mohammed"", ""Layla""]","[""measure_bp""]","[""reassurance""]",val,ex876
يوسف في المترو يقوم بفعل 'اعتذار' مع نور,يوسف.اعتذار(نور); نور.غضب -= 0.2; نور.ثقة += 0.1,الاعتذار يقلل الغضب ويزيد الثقة قليلًا,ar,"[""يوسف"", ""نور""]","[""اعتذار""]","[""غضب"", ""ثقة""]",val,ex877
in the metro: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",val,ex878
في المستشفى: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",val,ex879
Ahmed in the metro performs 'comfort' with Khaled,Ahmed.comfort(Khaled); Khaled.sadness -= 0.3,Comforting reduces sadness,en,"[""Ahmed"", ""Khaled""]","[""comfort""]","[""sadness""]",val,ex880
نور في المترو يقوم بفعل 'مراجعة' مع فاطمة,نور.مراجعة(فاطمة); فاطمة.ثقة += 0.15; فاطمة.توتر -= 0.1,المراجعة تزيد الثقة وتقلل التوتر,ar,"[""نور"", ""فاطمة""]","[""مراجعة""]","[""ثقة"", ""توتر""]",val,ex881
Fatimah on the bus performs 'drive_car' with Ahmed,Fatimah.drive_car(Ahmed); Ahmed.focus += 0.2; Ahmed.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Fatimah"", ""Ahmed""]","[""drive_car""]","[""focus"", ""energy""]",val,ex882
محمد في المدرسة يقوم بفعل 'حل_واجب' مع يوسف,محمد.حل_واجب(يوسف); يوسف.مهارة += 0.2,حل الواجب يحسن المهارة,ar,"[""محمد"", ""يوسف""]","[""حل_واجب""]","[""مهارة""]",val,ex883
Layla at home performs 'reassure' with Ahmed,Layla.reassure(Ahmed); Ahmed.fear -= 0.25,Reassurance reduces fear,en,"[""Layla"", ""Ahmed""]","[""reassure""]","[""fear""]",val,ex884
ليلى في المترو يقوم بفعل 'إرجاع_منتج' مع علي,ليلى.إرجاع_منتج(علي); علي.رضا += 0.2; علي.ثقة += 0.1,الإرجاع يرفع الرضا والثقة,ar,"[""ليلى"", ""علي""]","[""إرجاع_منتج""]","[""رضا"", ""ثقة""]",val,ex885
on the bus: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",val,ex886
في السوق: تبريد على كرة_معدنية,كرة_معدنية.تبريد(); كرة_معدنية.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""كرة_معدنية""]","[""تبريد""]","[""حرارة""]",val,ex887
Ali at the market performs 'first_aid' with Ahmed,Ali.first_aid(Ahmed); Ahmed.fear -= 0.2; Ahmed.comfort += 0.2,First aid reduces fear and increases comfort,en,"[""Ali"", ""Ahmed""]","[""first_aid""]","[""fear"", ""comfort""]",val,ex888
في الحافلة: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",val,ex889
Mohammed at home performs 'measure_bp' with Noor,Mohammed.measure_bp(Noor); Noor.reassurance += 0.2,Measuring blood pressure provides reassurance,en,"[""Mohammed"", ""Noor""]","[""measure_bp""]","[""reassurance""]",val,ex890
في البيت: دفع على ماء,ماء.دفع(); ماء.سرعة += 0.2; ماء.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""ماء""]","[""دفع""]","[""سرعة"", ""طاقة""]",val,ex891
in the metro: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",val,ex892
محمد في الحافلة يقوم بفعل 'اتصال_إسعاف' مع نور,محمد.اتصال_إسعاف(نور); نور.أمان += 0.2; نور.توتر -= 0.15,الاتصال يرفع الأمان ويقلل التوتر,ar,"[""محمد"", ""نور""]","[""اتصال_إسعاف""]","[""أمان"", ""توتر""]",val,ex893
Noor at the hospital performs 'congratulate' with Fatimah,Noor.congratulate(Fatimah); Fatimah.happiness += 0.2,Congratulations increase happiness,en,"[""Noor"", ""Fatimah""]","[""congratulate""]","[""happiness""]",val,ex894
أحمد في المترو يقوم بفعل 'خدمة_سيئة' مع محمد,أحمد.خدمة_سيئة(محمد); محمد.غضب += 0.25; محمد.ثقة -= 0.2,الخدمة السيئة ترفع الغضب وتقلل الثقة,ar,"[""أحمد"", ""محمد""]","[""خدمة_سيئة""]","[""غضب"", ""ثقة""]",val,ex895
Ali at work performs 'comfort' with Ahmed,Ali.comfort(Ahmed); Ahmed.sadness -= 0.3,Comforting reduces sadness,en,"[""Ali"", ""Ahmed""]","[""comfort""]","[""sadness""]",val,ex896
علي في الحديقة يقوم بفعل 'حل_واجب' مع سارة,علي.حل_واجب(سارة); سارة.مهارة += 0.2,حل الواجب يحسن المهارة,ar,"[""علي"", ""سارة""]","[""حل_واجب""]","[""مهارة""]",val,ex897
on the bus: pull on Ball,Ball.pull(); Ball.speed += 0.1; Ball.energy -= 0.05,Pulling changes speed and may reduce energy,en,"[""Ball""]","[""pull""]","[""speed"", ""energy""]",val,ex898
في الحافلة: تسريع على سيارة,سيارة.تسريع(); سيارة.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""سيارة""]","[""تسريع""]","[""سرعة""]",val,ex899
Layla at the hospital performs 'board_bus' with Noor,Layla.board_bus(Noor); Noor.energy -= 0.1,Boarding slightly reduces energy,en,"[""Layla"", ""Noor""]","[""board_bus""]","[""energy""]",val,ex900
سارة في الحديقة يقوم بفعل 'انتظار_مترو' مع أحمد,سارة.انتظار_مترو(أحمد); أحمد.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""سارة"", ""أحمد""]","[""انتظار_مترو""]","[""ملل""]",test,ex901
Maryam at the hospital performs 'measure_bp' with Ali,Maryam.measure_bp(Ali); Ali.reassurance += 0.2,Measuring blood pressure provides reassurance,en,"[""Maryam"", ""Ali""]","[""measure_bp""]","[""reassurance""]",test,ex902
خالد في المترو يقوم بفعل 'تشجيع' مع نور,خالد.تشجيع(نور); نور.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""خالد"", ""نور""]","[""تشجيع""]","[""ثقة""]",test,ex903
Fatimah at the hospital performs 'advise' with Sarah,Fatimah.advise(Sarah); Sarah.focus += 0.2,Advice to stay calm improves focus,en,"[""Fatimah"", ""Sarah""]","[""advise""]","[""focus""]",test,ex904
يوسف في البيت يقوم بفعل 'تخطيط' مع سارة,يوسف.تخطيط(سارة); سارة.وضوح += 0.25,التخطيط يرفع الوضوح,ar,"[""يوسف"", ""سارة""]","[""تخطيط""]","[""وضوح""]",test,ex905
Mohammed at the hospital performs 'board_bus' with Youssef,Mohammed.board_bus(Youssef); Youssef.energy -= 0.1,Boarding slightly reduces energy,en,"[""Mohammed"", ""Youssef""]","[""board_bus""]","[""energy""]",test,ex906
نور في الحافلة يقوم بفعل 'قيادة_سيارة' مع فاطمة,نور.قيادة_سيارة(فاطمة); فاطمة.تركيز += 0.2; فاطمة.طاقة -= 0.15,القيادة تتطلب تركيزًا وتستهلك طاقة,ar,"[""نور"", ""فاطمة""]","[""قيادة_سيارة""]","[""تركيز"", ""طاقة""]",test,ex907
Ahmed on the bus performs 'guide' with Ali,Ahmed.guide(Ali); Ali.trust += 0.15,Guidance improves trust,en,"[""Ahmed"", ""Ali""]","[""guide""]","[""trust""]",test,ex908
خالد في المستشفى يقوم بفعل 'مراجعة' مع فاطمة,خالد.مراجعة(فاطمة); فاطمة.ثقة += 0.15; فاطمة.توتر -= 0.1,المراجعة تزيد الثقة وتقلل التوتر,ar,"[""خالد"", ""فاطمة""]","[""مراجعة""]","[""ثقة"", ""توتر""]",test,ex909
in the park: accelerate on Car,Car.accelerate(); Car.speed += 0.25,Acceleration raises speed,en,"[""Car""]","[""accelerate""]","[""speed""]",test,ex910
في المترو: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",test,ex911
Sarah in the park performs 'bad_service' with Maryam,Sarah.bad_service(Maryam); Maryam.anger += 0.25; Maryam.trust -= 0.2,Bad service increases anger and reduces trust,en,"[""Sarah"", ""Maryam""]","[""bad_service""]","[""anger"", ""trust""]",test,ex912
نور في المترو يقوم بفعل 'استبدال' مع خالد,نور.استبدال(خالد); خالد.رضا += 0.2,الاستبدال يرفع الرضا,ar,"[""نور"", ""خالد""]","[""استبدال""]","[""رضا""]",test,ex913
at work: Doctor performs reassure for Patient,Doctor.reassure(Patient); Patient.fear -= 0.25,Reassurance reduces fear,en,"[""Doctor"", ""Patient""]","[""reassure""]","[""fear""]",test,ex914
علي في البيت يقوم بفعل 'صرف_دواء' مع ليلى,علي.صرف_دواء(ليلى); ليلى.ألم -= 0.3,صرف الدواء يقلل الألم,ar,"[""علي"", ""ليلى""]","[""صرف_دواء""]","[""ألم""]",test,ex915
Maryam at the market performs 'complain' with Layla,Maryam.complain(Layla); Layla.anger += 0.2; Layla.trust -= 0.1,Complaint increases anger and reduces trust,en,"[""Maryam"", ""Layla""]","[""complain""]","[""anger"", ""trust""]",test,ex916
خالد في المستشفى يقوم بفعل 'تفاوض' مع علي,خالد.تفاوض(علي); علي.ثقة += 0.05,التفاوض قد يرفع الثقة,ar,"[""خالد"", ""علي""]","[""تفاوض""]","[""ثقة""]",test,ex917
Ali at work performs 'avoid_traffic' with Noor,Ali.avoid_traffic(Noor); Noor.stress -= 0.15,Avoiding traffic reduces stress,en,"[""Ali"", ""Noor""]","[""avoid_traffic""]","[""stress""]",test,ex918
يوسف في المدرسة يقوم بفعل 'إسعافات_أولية' مع أحمد,يوسف.إسعافات_أولية(أحمد); أحمد.خوف -= 0.2; أحمد.راحة += 0.2,الإسعافات تقلل الخوف وترفع الراحة,ar,"[""يوسف"", ""أحمد""]","[""إسعافات_أولية""]","[""خوف"", ""راحة""]",test,ex919
at school: brake on Ball,Ball.brake(); Ball.speed -= 0.25,Braking reduces speed,en,"[""Ball""]","[""brake""]","[""speed""]",test,ex920
خالد في العمل يقوم بفعل 'شكوى' مع مريم,خالد.شكوى(مريم); مريم.غضب += 0.2; مريم.ثقة -= 0.1,الشكوى ترفع الغضب وتقلل الثقة,ar,"[""خالد"", ""مريم""]","[""شكوى""]","[""غضب"", ""ثقة""]",test,ex921
Ahmed at school performs 'advise' with Maryam,Ahmed.advise(Maryam); Maryam.focus += 0.2,Advice to stay calm improves focus,en,"[""Ahmed"", ""Maryam""]","[""advise""]","[""focus""]",test,ex922
في البيت: دفع على صندوق,صندوق.دفع(); صندوق.سرعة += 0.2; صندوق.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""صندوق""]","[""دفع""]","[""سرعة"", ""طاقة""]",test,ex923
Ali at work performs 'drive_car' with Youssef,Ali.drive_car(Youssef); Youssef.focus += 0.2; Youssef.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Ali"", ""Youssef""]","[""drive_car""]","[""focus"", ""energy""]",test,ex924
في المترو: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",test,ex925
at school: heat on MetalBall,MetalBall.heat(); MetalBall.temperature += 0.3; MetalBall.energy -= 0.05,Heating raises temperature,en,"[""MetalBall""]","[""heat""]","[""temperature"", ""energy""]",test,ex926
مريم في الحافلة يقوم بفعل 'اعتناء' مع سارة,مريم.اعتناء(سارة); سارة.راحة += 0.2; سارة.خوف -= 0.1,الاعتناء يرفع الراحة ويقلل الخوف,ar,"[""مريم"", ""سارة""]","[""اعتناء""]","[""راحة"", ""خوف""]",test,ex927
Layla at home performs 'dispense_med' with Ali,Layla.dispense_med(Ali); Ali.pain -= 0.3,Dispensing medicine reduces pain,en,"[""Layla"", ""Ali""]","[""dispense_med""]","[""pain""]",test,ex928
خالد في السوق يقوم بفعل 'تشجيع' مع محمد,خالد.تشجيع(محمد); محمد.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""خالد"", ""محمد""]","[""تشجيع""]","[""ثقة""]",test,ex929
Mohammed in the metro performs 'board_bus' with Youssef,Mohammed.board_bus(Youssef); Youssef.energy -= 0.1,Boarding slightly reduces energy,en,"[""Mohammed"", ""Youssef""]","[""board_bus""]","[""energy""]",test,ex930
مريم في العمل يقوم بفعل 'تشجيع' مع خالد,مريم.تشجيع(خالد); خالد.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""مريم"", ""خالد""]","[""تشجيع""]","[""ثقة""]",test,ex931
Noor at the market performs 'serve_meal' with Khaled,Noor.serve_meal(Khaled); Khaled.hunger -= 0.4; Khaled.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Noor"", ""Khaled""]","[""serve_meal""]","[""hunger"", ""gratitude""]",test,ex932
فاطمة في الحافلة يقوم بفعل 'تعاون_طلابي' مع أحمد,فاطمة.تعاون_طلابي(أحمد); أحمد.تعاون += 0.2; أحمد.ثقة += 0.1,التعاون يرفع التعاون والثقة,ar,"[""فاطمة"", ""أحمد""]","[""تعاون_طلابي""]","[""تعاون"", ""ثقة""]",test,ex933
Ali in the park performs 'board_bus' with Layla,Ali.board_bus(Layla); Layla.energy -= 0.1,Boarding slightly reduces energy,en,"[""Ali"", ""Layla""]","[""board_bus""]","[""energy""]",test,ex934
في المستشفى: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",test,ex935
Khaled at the hospital performs 'avoid_traffic' with Youssef,Khaled.avoid_traffic(Youssef); Youssef.stress -= 0.15,Avoiding traffic reduces stress,en,"[""Khaled"", ""Youssef""]","[""avoid_traffic""]","[""stress""]",test,ex936
في الحديقة: تسخين على جسم,جسم.تسخين(); جسم.حرارة += 0.3; جسم.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""جسم""]","[""تسخين""]","[""حرارة"", ""طاقة""]",test,ex937
on the bus: accelerate on Object,Object.accelerate(); Object.speed += 0.25,Acceleration raises speed,en,"[""Object""]","[""accelerate""]","[""speed""]",test,ex938
أحمد في الحافلة يقوم بفعل 'استعارة_كتاب' مع محمد,أحمد.استعارة_كتاب(محمد); محمد.معرفة += 0.2,الاستعارة ترفع المعرفة,ar,"[""أحمد"", ""محمد""]","[""استعارة_كتاب""]","[""معرفة""]",test,ex939
Fatimah in the park performs 'serve_meal' with Sarah,Fatimah.serve_meal(Sarah); Sarah.hunger -= 0.4; Sarah.gratitude += 0.3,Serving food reduces hunger and increases gratitude,en,"[""Fatimah"", ""Sarah""]","[""serve_meal""]","[""hunger"", ""gratitude""]",test,ex940
في العمل: تبريد على كرة,كرة.تبريد(); كرة.حرارة -= 0.3,التبريد يخفض الحرارة,ar,"[""كرة""]","[""تبريد""]","[""حرارة""]",test,ex941
at school: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",test,ex942
ليلى في الحافلة يقوم بفعل 'حل_واجب' مع علي,ليلى.حل_واجب(علي); علي.مهارة += 0.2,حل الواجب يحسن المهارة,ar,"[""ليلى"", ""علي""]","[""حل_واجب""]","[""مهارة""]",test,ex943
Sarah at the hospital performs 'assist' with Layla,Sarah.assist(Layla); Layla.stress -= 0.2; Layla.gratitude += 0.2,Assistance reduces stress and increases gratitude,en,"[""Sarah"", ""Layla""]","[""assist""]","[""stress"", ""gratitude""]",test,ex944
خالد في المستشفى يقوم بفعل 'تغذية_راجعة' مع علي,خالد.تغذية_راجعة(علي); علي.توتر -= 0.1; علي.تحسن += 0.2,التغذية الراجعة تقلل التوتر وتزيد التحسن,ar,"[""خالد"", ""علي""]","[""تغذية_راجعة""]","[""توتر"", ""تحسن""]",test,ex945
Sarah at home performs 'comfort' with Youssef,Sarah.comfort(Youssef); Youssef.sadness -= 0.3,Comforting reduces sadness,en,"[""Sarah"", ""Youssef""]","[""comfort""]","[""sadness""]",test,ex946
في المترو: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",test,ex947
at the market: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",test,ex948
ليلى في المستشفى يقوم بفعل 'مواساة' مع أحمد,ليلى.مواساة(أحمد); أحمد.حزن -= 0.3,المواساة تقلل الحزن,ar,"[""ليلى"", ""أحمد""]","[""مواساة""]","[""حزن""]",test,ex949
Maryam at home performs 'comfort' with Ali,Maryam.comfort(Ali); Ali.sadness -= 0.3,Comforting reduces sadness,en,"[""Maryam"", ""Ali""]","[""comfort""]","[""sadness""]",test,ex950
يوسف في المترو يقوم بفعل 'حل_واجب' مع فاطمة,يوسف.حل_واجب(فاطمة); فاطمة.مهارة += 0.2,حل الواجب يحسن المهارة,ar,"[""يوسف"", ""فاطمة""]","[""حل_واجب""]","[""مهارة""]",test,ex951
at the hospital: cool on Ball,Ball.cool(); Ball.temperature -= 0.3,Cooling lowers temperature,en,"[""Ball""]","[""cool""]","[""temperature""]",test,ex952
في المستشفى: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",test,ex953
Fatimah in the park performs 'board_bus' with Ahmed,Fatimah.board_bus(Ahmed); Ahmed.energy -= 0.1,Boarding slightly reduces energy,en,"[""Fatimah"", ""Ahmed""]","[""board_bus""]","[""energy""]",test,ex954
محمد في المستشفى يقوم بفعل 'تعاون_طلابي' مع مريم,محمد.تعاون_طلابي(مريم); مريم.تعاون += 0.2; مريم.ثقة += 0.1,التعاون يرفع التعاون والثقة,ar,"[""محمد"", ""مريم""]","[""تعاون_طلابي""]","[""تعاون"", ""ثقة""]",test,ex955
Noor at school performs 'guide' with Youssef,Noor.guide(Youssef); Youssef.trust += 0.15,Guidance improves trust,en,"[""Noor"", ""Youssef""]","[""guide""]","[""trust""]",test,ex956
في السوق: سحب على سيارة,سيارة.سحب(); سيارة.سرعة += 0.1; سيارة.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""سيارة""]","[""سحب""]","[""سرعة"", ""طاقة""]",test,ex957
Ali at work performs 'drive_car' with Maryam,Ali.drive_car(Maryam); Maryam.focus += 0.2; Maryam.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Ali"", ""Maryam""]","[""drive_car""]","[""focus"", ""energy""]",test,ex958
في الحديقة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",test,ex959
Ahmed at the hospital performs 'delegate_task' with Ali,Ahmed.delegate_task(Ali); Ali.responsibility += 0.2,Delegation increases responsibility,en,"[""Ahmed"", ""Ali""]","[""delegate_task""]","[""responsibility""]",test,ex960
فاطمة في المستشفى يقوم بفعل 'مساعدة' مع يوسف,فاطمة.مساعدة(يوسف); يوسف.توتر -= 0.2; يوسف.امتنان += 0.2,المساعدة تقلل التوتر وتزيد الامتنان,ar,"[""فاطمة"", ""يوسف""]","[""مساعدة""]","[""توتر"", ""امتنان""]",test,ex961
in the park: brake on MetalBall,MetalBall.brake(); MetalBall.speed -= 0.25,Braking reduces speed,en,"[""MetalBall""]","[""brake""]","[""speed""]",test,ex962
علي في السوق يقوم بفعل 'تشجيع' مع خالد,علي.تشجيع(خالد); خالد.ثقة += 0.25,التشجيع يرفع الثقة,ar,"[""علي"", ""خالد""]","[""تشجيع""]","[""ثقة""]",test,ex963
Maryam at the market performs 'comfort' with Sarah,Maryam.comfort(Sarah); Sarah.sadness -= 0.3,Comforting reduces sadness,en,"[""Maryam"", ""Sarah""]","[""comfort""]","[""sadness""]",test,ex964
في المدرسة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",test,ex965
Ali at work performs 'first_aid' with Noor,Ali.first_aid(Noor); Noor.fear -= 0.2; Noor.comfort += 0.2,First aid reduces fear and increases comfort,en,"[""Ali"", ""Noor""]","[""first_aid""]","[""fear"", ""comfort""]",test,ex966
في المستشفى: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",test,ex967
Fatimah in the park performs 'congratulate' with Noor,Fatimah.congratulate(Noor); Noor.happiness += 0.2,Congratulations increase happiness,en,"[""Fatimah"", ""Noor""]","[""congratulate""]","[""happiness""]",test,ex968
سارة في المستشفى يقوم بفعل 'اعتذار' مع محمد,سارة.اعتذار(محمد); محمد.غضب -= 0.2; محمد.ثقة += 0.1,الاعتذار يقلل الغضب ويزيد الثقة قليلًا,ar,"[""سارة"", ""محمد""]","[""اعتذار""]","[""غضب"", ""ثقة""]",test,ex969
Layla in the park performs 'do_homework' with Noor,Layla.do_homework(Noor); Noor.skill += 0.2,Homework improves skill,en,"[""Layla"", ""Noor""]","[""do_homework""]","[""skill""]",test,ex970
في السوق: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",test,ex971
in the park: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",test,ex972
خالد في البيت يقوم بفعل 'اجتماع' مع أحمد,خالد.اجتماع(أحمد); أحمد.تنسيق += 0.2; أحمد.طاقة -= 0.1,الاجتماع يحسن التنسيق ويستهلك طاقة,ar,"[""خالد"", ""أحمد""]","[""اجتماع""]","[""تنسيق"", ""طاقة""]",test,ex973
Youssef at the market performs 'wait_metro' with Maryam,Youssef.wait_metro(Maryam); Maryam.boredom += 0.2,Waiting may increase boredom,en,"[""Youssef"", ""Maryam""]","[""wait_metro""]","[""boredom""]",test,ex974
في الحافلة: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",test,ex975
on the bus: heat on Water,Water.heat(); Water.temperature += 0.3; Water.energy -= 0.05,Heating raises temperature,en,"[""Water""]","[""heat""]","[""temperature"", ""energy""]",test,ex976
في المستشفى: مدرب يقوم بـتشجيع لـ عدّاء,مدرب.تشجيع(عدّاء); عدّاء.سرعة += 0.2,التشجيع يرفع سرعة العدّاء,ar,"[""مدرب"", ""عدّاء""]","[""تشجيع""]","[""سرعة""]",test,ex977
Khaled at work performs 'dispense_med' with Ali,Khaled.dispense_med(Ali); Ali.pain -= 0.3,Dispensing medicine reduces pain,en,"[""Khaled"", ""Ali""]","[""dispense_med""]","[""pain""]",test,ex978
محمد في المدرسة يقوم بفعل 'ركوب_حافلة' مع فاطمة,محمد.ركوب_حافلة(فاطمة); فاطمة.طاقة -= 0.1,الركوب يقلل الطاقة قليلاً,ar,"[""محمد"", ""فاطمة""]","[""ركوب_حافلة""]","[""طاقة""]",test,ex979
Fatimah at school performs 'dispense_med' with Youssef,Fatimah.dispense_med(Youssef); Youssef.pain -= 0.3,Dispensing medicine reduces pain,en,"[""Fatimah"", ""Youssef""]","[""dispense_med""]","[""pain""]",test,ex980
في الحافلة: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",test,ex981
in the park: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",test,ex982
في السوق: تسخين على سيارة,سيارة.تسخين(); سيارة.حرارة += 0.3; سيارة.طاقة -= 0.05,التسخين يرفع الحرارة,ar,"[""سيارة""]","[""تسخين""]","[""حرارة"", ""طاقة""]",test,ex983
in the metro: push on Car,Car.push(); Car.speed += 0.2; Car.energy -= 0.05,Pushing increases speed based on force and mass,en,"[""Car""]","[""push""]","[""speed"", ""energy""]",test,ex984
في السوق: سحب على كرة,كرة.سحب(); كرة.سرعة += 0.1; كرة.طاقة -= 0.05,السحب يغير السرعة وقد يقلل الطاقة,ar,"[""كرة""]","[""سحب""]","[""سرعة"", ""طاقة""]",test,ex985
Khaled at the market performs 'drive_car' with Noor,Khaled.drive_car(Noor); Noor.focus += 0.2; Noor.energy -= 0.15,Driving requires focus and consumes energy,en,"[""Khaled"", ""Noor""]","[""drive_car""]","[""focus"", ""energy""]",test,ex986
في السوق: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",test,ex987
Noor at home performs 'board_bus' with Layla,Noor.board_bus(Layla); Layla.energy -= 0.1,Boarding slightly reduces energy,en,"[""Noor"", ""Layla""]","[""board_bus""]","[""energy""]",test,ex988
سارة في الحديقة يقوم بفعل 'انتظار_مترو' مع محمد,سارة.انتظار_مترو(محمد); محمد.ملل += 0.2,الانتظار قد يزيد الملل,ar,"[""سارة"", ""محمد""]","[""انتظار_مترو""]","[""ملل""]",test,ex989
Sarah in the metro performs 'congratulate' with Ali,Sarah.congratulate(Ali); Ali.happiness += 0.2,Congratulations increase happiness,en,"[""Sarah"", ""Ali""]","[""congratulate""]","[""happiness""]",test,ex990
في المدرسة: دفع على صندوق,صندوق.دفع(); صندوق.سرعة += 0.2; صندوق.طاقة -= 0.05,الدفع يزيد السرعة وفق القوة والكتلة,ar,"[""صندوق""]","[""دفع""]","[""سرعة"", ""طاقة""]",test,ex991
Layla at work performs 'negotiate' with Mohammed,Layla.negotiate(Mohammed); Mohammed.trust += 0.05,Negotiation may increase trust,en,"[""Layla"", ""Mohammed""]","[""negotiate""]","[""trust""]",test,ex992
في السوق: طبيب يقوم بـطمأنة لـ مريض,طبيب.طمأنة(مريض); مريض.خوف -= 0.25,الطمأنة تقلل الخوف,ar,"[""طبيب"", ""مريض""]","[""طمأنة""]","[""خوف""]",test,ex993
at the hospital: heat on Box,Box.heat(); Box.temperature += 0.3; Box.energy -= 0.05,Heating raises temperature,en,"[""Box""]","[""heat""]","[""temperature"", ""energy""]",test,ex994
في البيت: معلّم يقوم بـنصح لـ طالب,معلّم.نصح(طالب); طالب.تركيز += 0.2,النصح يحسن تركيز الطالب,ar,"[""معلّم"", ""طالب""]","[""نصح""]","[""تركيز""]",test,ex995
in the park: Teacher performs advise for Student,Teacher.advise(Student); Student.focus += 0.2,Advice improves student focus,en,"[""Teacher"", ""Student""]","[""advise""]","[""focus""]",test,ex996
في المدرسة: تسريع على صندوق,صندوق.تسريع(); صندوق.سرعة += 0.25,التسريع يرفع السرعة,ar,"[""صندوق""]","[""تسريع""]","[""سرعة""]",test,ex997
on the bus: Coach performs encourage for Runner,Coach.encourage(Runner); Runner.speed += 0.2,Encouragement increases runner speed,en,"[""Coach"", ""Runner""]","[""encourage""]","[""speed""]",test,ex998
محمد في العمل يقوم بفعل 'شكوى' مع علي,محمد.شكوى(علي); علي.غضب += 0.2; علي.ثقة -= 0.1,الشكوى ترفع الغضب وتقلل الثقة,ar,"[""محمد"", ""علي""]","[""شكوى""]","[""غضب"", ""ثقة""]",test,ex999
|