Advertisement
kingyyy

StudyTypes

Oct 17th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.80 KB | None | 0 0
  1. {
  2.     semester: [
  3.       {
  4.         code: 'month_1',
  5.         text: 'كانون الاول'
  6.       },
  7.       {
  8.         code: 'month_2',
  9.         text: 'كانون الثاني'
  10.       },
  11.       {
  12.         code: 'month_3',
  13.         text: 'تشرين الاول'
  14.       },
  15.       {
  16.         code: 'month_4',
  17.         text: 'تشرين الثاني'
  18.       },
  19.       {
  20.         code: 'middle_year',
  21.         text: 'نصف السنه'
  22.       },
  23.       {
  24.         code: 'month_5',
  25.         text: 'شباط'
  26.       },
  27.       {
  28.         code: 'month_6',
  29.         text: 'اذار'
  30.       },
  31.       {
  32.         code: 'month_7',
  33.         text: 'نيسان'
  34.       },
  35.       {
  36.         code: 'month_8',
  37.         text: 'مايس'
  38.       },
  39.       {
  40.         code: 'last_year',
  41.         text: 'الامتحان النهائي'
  42.       },
  43.       {
  44.         code: 'completion_1',
  45.         text: 'الدور التكميلي الاول'
  46.       },
  47.       {
  48.         code: 'completion_2',
  49.         text: 'الدور التكميلي الثاني'
  50.       }
  51.     ],
  52.     course: [
  53.       {
  54.         code: 'month_1',
  55.         text: 'شهر الاول كورس اول'
  56.       },
  57.       {
  58.         code: 'month_2',
  59.         text: 'شهر الثاني كورس اول'
  60.       },
  61.       {
  62.         code: 'middle_year',
  63.         text: 'كورس اول'
  64.       },
  65.       {
  66.         code: 'month_5',
  67.         text: 'شهر الاول كورس الثاني'
  68.       },
  69.       {
  70.         code: 'month_6',
  71.         text: 'شهر الثاني كورس الثاني'
  72.       },
  73.       {
  74.         code: 'last_year',
  75.         text: 'كورس ثاني'
  76.       },
  77.       {
  78.         code: 'completion_1',
  79.         text: 'الدور التكميلي الاول'
  80.       },
  81.       {
  82.         code: 'completion_2',
  83.         text: 'الدور التكميلي الثاني'
  84.       }
  85.     ],
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement