Advertisement
Jmat4119

RazorPDF Razor edit

Jul 6th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.68 KB | None | 0 0
  1. @model SchoolApp.ViewModels.CCECompleteReportModel
  2.  
  3. @{
  4. ViewBag.Title = "";
  5. Layout = "~/Views/Shared/_PDFLayout.cshtml";
  6. var imagePath = Server.MapPath("~/Content");
  7. }
  8.  
  9. @*
  10. XML syntax to use here
  11. https://gist.github.com/RazorAnt/3998480
  12. http://stderr.org/doc/libitext-java-doc/www/examples/Chap0701.xml
  13. http://stderr.org/doc/libitext-java-doc/www/examples/
  14. *@
  15. <paragraph style="font-family:Arial;font-size:12;">
  16. @*Repport Top Area*@
  17. <table width="100%" cellpadding="1.0" cellspacing="1.0" widths="2;10;3" >
  18. <row>
  19. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left">
  20. @* <image url="@Context.Server.MapPath("~/FileUploads/")@Model.School.LogoURL" />*@
  21. <image url="@Context.Server.MapPath("~/FileUploads/")@Model.SchoolLogoUrl" />
  22. </cell>
  23. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Center">
  24. <chunk style="font-size:12;font-weight:bold;">@Model.School.School_Name</chunk><newline />
  25. <chunk style="font-size:10;font-weight:bold;">@Model.School.Address</chunk><newline />
  26. <chunk style="font-size:10;font-weight:bold;">@Model.School.Place</chunk><newline />
  27. </cell>
  28. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left">
  29. <image url="@Context.Server.MapPath("~/FileUploads/")@Model.FilePath" /></cell>
  30. </row>
  31. </table>
  32. <table width="100%" cellpadding="1.0" cellspacing="1.0" widths="3,8">
  33. <row>
  34. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Center" colstap="2" colspan="2" >
  35. <chunk style="font-size:14;font-weight:bold;">CERTIFICATE OF SCHOOL BASED EVALUATION</chunk>
  36. </cell>
  37. </row>
  38. </table>
  39. <table width="100%" cellpadding="1.0" cellspacing="1.0" widths="2;8">
  40. <row>
  41. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Name of Student</chunk></cell>
  42. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">@Model.Student.studentmaster.StudentName</chunk></cell>
  43. </row>
  44. <row>
  45. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Class</chunk></cell>
  46. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">@Model.Student.studentmaster.studentclassmaps.FirstOrDefault().classdetail.Name</chunk></cell>
  47. </row>
  48. <row>
  49. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Admission No</chunk></cell>
  50. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">@Model.Student.studentmaster.AdmitionNo</chunk></cell>
  51. </row>
  52. <row>
  53. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Session</chunk></cell>
  54. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "></chunk></cell>
  55. </row>
  56. <row>
  57. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Date of Birth</chunk></cell>
  58. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">@Model.Student.studentmaster.DOB</chunk></cell>
  59. </row>
  60. <row>
  61. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Address</chunk></cell>
  62. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">@Model.Student.studentmaster.FatherAddress</chunk></cell>
  63. </row>
  64. <row>
  65. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Phone No</chunk></cell>
  66. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">@Model.Student.studentmaster.FathersMobile</chunk></cell>
  67. </row>
  68. <row>
  69. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Mother's Name</chunk></cell>
  70. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">@Model.Student.studentmaster.MothersName</chunk></cell>
  71. </row>
  72. <row>
  73. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Father's Name</chunk></cell>
  74. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">@Model.Student.studentmaster.FatherName</chunk></cell>
  75. </row>
  76. <row>
  77. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Identification Mark</chunk></cell>
  78. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "></chunk></cell>
  79. </row>
  80.  
  81. </table>
  82. <table width="100%" cellpadding="1.0" cellspacing="1.0" widths="4;2;2;4">
  83.  
  84. <row>
  85.  
  86. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="left" ><chunk style="font-size:10;font-weight:bold; ">Attendance</chunk></cell>
  87. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">TERM 1</chunk></cell>
  88. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">TERM 2</chunk></cell>
  89. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">TOTAL</chunk></cell>
  90.  
  91.  
  92. </row>
  93. <row>
  94.  
  95. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="left" ><chunk style="font-size:10;font-weight:bold; ">Total Attendance of the student</chunk></cell>
  96. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">.</chunk></cell>
  97. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">.</chunk></cell>
  98. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">TOTAL</chunk></cell>
  99.  
  100.  
  101. </row>
  102. <row>
  103.  
  104. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> Total Working Days</chunk></cell>
  105. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; "></chunk></cell>
  106. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; "></chunk></cell>
  107. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; "></chunk></cell>
  108.  
  109.  
  110. </row>
  111. <row>
  112.  
  113. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; "> Signature of Class Teacher</chunk></cell>
  114. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" colspan="2" ><chunk style="font-size:10;font-weight:bold; ">Signature of Principal</chunk></cell>
  115. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; "></chunk>Signature of Parent</cell>
  116.  
  117.  
  118. </row>
  119. <row>
  120.  
  121. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">. </chunk></cell>
  122. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" colspan="2" ><chunk style="font-size:10;font-weight:bold; ">.</chunk></cell>
  123. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">.</chunk></cell>
  124.  
  125.  
  126. </row>
  127. </table>
  128. <newpage />
  129. <table width="100%" cellpadding="1.0" cellspacing="1.0" widths="3,8,3">
  130. @* <row>
  131. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Right">
  132. <chunk style="font-size:12;font-weight:bold;">Part I- Academic Performance Scholastic Area</chunk>
  133. </cell>
  134. </row>*@
  135. </table>
  136.  
  137. @if (Model != null && Model.ScolostiArea != null)
  138. {
  139.  
  140. <table width="100%" cellpadding="1.0" cellspacing="1.0" widths="4;2;2;2;3;2;2;2;3;3">
  141. <row>
  142. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" colstap="10" colspan="10" ><chunk style="font-size:10;font-weight:bold; ">Part 1- Academic Performance :Scholastic Area</chunk></cell>
  143. </row>
  144. <row>
  145. <cell borderwidth="1" left="true" ></cell>
  146. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" colspan="4" ><chunk style="font-size:10;font-weight:bold; ">Term 1</chunk></cell>
  147. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" colstap="4" colspan="4" ><chunk style="font-size:10;font-weight:bold; ">Term 2</chunk></cell>
  148. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" rowspan="2">Overall Grade</cell>
  149. </row>
  150.  
  151. <row>
  152.  
  153. <cell borderwidth="1" left="true" right="true" top="true" bottom="0" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">Subjects</chunk></cell>
  154. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">FA 1</chunk></cell>
  155. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">FA 2</chunk></cell>
  156. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">SA 1</chunk></cell>
  157. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">TOTAL</chunk></cell>
  158. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">FA 3</chunk></cell>
  159. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">FA 4</chunk></cell>
  160. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">SA2</chunk></cell>
  161. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">TOTAL</chunk></cell>
  162. @* <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; "> </chunk></cell>
  163. *@</row>
  164. @foreach (SchoolApp.ViewModels.ExamList item in Model.ScolostiArea.Exams)
  165. {
  166. Int32 totalfirstterm = 0;
  167. Int32 totalSecondterm = 0;
  168. Int32 total = 0;
  169. for (int i = 0; i < Model.ScolostiArea.SubjectList.Count; i++)
  170. {
  171. totalfirstterm=((Model.ScolostiArea.SubjectList[i].FA1+Model.ScolostiArea.SubjectList[i].FA2)+(Model.ScolostiArea.SubjectList[i].SA1));
  172. totalSecondterm = (Model.ScolostiArea.SubjectList[i].FA3 + Model.ScolostiArea.SubjectList[i].FA4 + Model.ScolostiArea.SubjectList[i].SA2);
  173. total = (totalfirstterm + totalSecondterm);
  174. <row>
  175. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">@Model.ScolostiArea.SubjectList[i].subjectName </chunk></cell>
  176.  
  177. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">@Model.ScolostiArea.SubjectList[i].FA1</chunk></cell>
  178. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">@Model.ScolostiArea.SubjectList[i].FA2</chunk></cell>
  179. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">@Model.ScolostiArea.SubjectList[i].SA1</chunk></cell>
  180.  
  181. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">@totalfirstterm</chunk></cell>
  182.  
  183. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">@Model.ScolostiArea.SubjectList[i].FA3</chunk></cell>
  184. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">@Model.ScolostiArea.SubjectList[i].FA4</chunk></cell>
  185. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">@Model.ScolostiArea.SubjectList[i].SA2</chunk></cell>
  186. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">@totalSecondterm </chunk></cell>
  187. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">@total</chunk></cell>
  188. @*<cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; ">(@Model.ScolostiArea.SubjectList[i].FA1+@Model.ScolostiArea.SubjectList[i].FA2+@Model.ScolostiArea.SubjectList[i].SA1+@Model.ScolostiArea.SubjectList[i].FA3+@Model.ScolostiArea.SubjectList[i].FA4+@Model.ScolostiArea.SubjectList[i].SA2)</chunk></cell>
  189. *@
  190. </row>
  191. }
  192. }
  193.  
  194. </table>
  195.  
  196.  
  197. @*<table width="100%" cellpadding="1.0" cellspacing="1.0" widths="3,8,3">
  198. <row>
  199. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Right" colspan="2">
  200. <chunk style="font-size:12;font-weight:bold;">Part II- Co-Scholastic Areas</chunk>
  201. </cell>
  202. </row>
  203. </table>*@
  204. }
  205. <table width="100%" cellpadding="1.0" cellspacing="1.0" widths="8,3">
  206. <row>
  207. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" colspan="2">
  208. <chunk style="font-size:12;font-weight:bold;">Part II- Co-Scholastic Areas</chunk>
  209. </cell></row>
  210.  
  211. @if (Model != null && Model.coScholosticArea.Count()>0)
  212. {
  213.  
  214. for (int item = 0; item < Model.coScholosticArea.Count(); item++)
  215. {
  216. <row>
  217.  
  218. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; padding-left:20px ">@Model.coScholosticArea[item].Numaric.</chunk><chunk style="font-size:10;font-weight:bold;padding-left:50px "> @Model.coScholosticArea[item].Heading </chunk>
  219. @* <chunk style="font-size:10;font-weight:bold; ">@Model.coScholosticArea[item].Scores[item].Subheading</chunk>
  220. *@</cell>
  221. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; "></chunk></cell>
  222.  
  223. </row>
  224.  
  225. if (Model.coScholosticArea[item].Scores != null && Model.coScholosticArea[item].Scores.Count() > 0)
  226. {
  227.  
  228. for (int j = 0; j < Model.coScholosticArea[item].Scores.Count(); j++)
  229. {
  230. @* //Model.coScholosticArea[item].Scores[score].*@
  231. <row>
  232. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:normal; padding-left:200px "> @Model.coScholosticArea[item].Scores[j].Numaral. </chunk><chunk style="font-size:10;font-weight:normal; "> @Model.coScholosticArea[item].Scores[j].Label </chunk></cell>
  233.  
  234.  
  235. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">@Model.coScholosticArea[item].Scores[j].Score</chunk></cell>
  236. @* }
  237. else
  238. {
  239. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; "></chunk></cell>
  240. }*@
  241. </row>
  242. }
  243.  
  244. }
  245. }
  246.  
  247. }
  248. </table>
  249. <newpage />
  250. <table width="100%" cellpadding="1.0" cellspacing="1.0" widths="10">
  251. <row>
  252. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Center" ><chunk style="font-size:10;font-weight:bold; "> HEALTH STATUS</chunk></cell>
  253. </row>
  254. </table>
  255. <table width="100%" cellpadding="1.0" cellspacing="1.0" widths="4;4;4">
  256.  
  257. <row>
  258.  
  259. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> Height: </chunk></cell>
  260. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Weight: </chunk></cell>
  261. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Blood Group: </chunk></cell>
  262.  
  263.  
  264. </row>
  265. <row>
  266.  
  267. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> Vision(L): </chunk></cell>
  268. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">(R): </chunk></cell>
  269. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">Dental Hygiene: </chunk></cell>
  270.  
  271.  
  272. </row>
  273. </table>
  274. <table width="100%" cellpadding="1.0" cellspacing="20.0" widths="10">
  275. <row>
  276. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> My Goals:</chunk></cell>
  277.  
  278. </row>
  279. <row>
  280. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> My Strengths:</chunk></cell>
  281. </row>
  282. <row>
  283. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> My Interests and Hobbies:</chunk></cell>
  284. </row>
  285. <row>
  286. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> Responsibilities Discharged/Exceptional Achievements:</chunk></cell>
  287. </row>
  288. </table>
  289. <table width="100%" cellpadding="1.0" cellspacing="1.0" widths="4;3;2;4;3" >
  290.  
  291. <row>
  292. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" colstap="2" colspan="2" ><chunk style="font-size:10;font-weight:bold; ">Schoolastic Area(Grading on 9 point scale)</chunk></cell>
  293. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Center" rowspan="11"></cell>
  294. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Center" colstap="2" colspan="2" ><chunk style="font-size:10;font-weight:bold; ">Co-Schoolastic Area(Grading on 5 point scale)</chunk></cell>
  295.  
  296.  
  297. </row>
  298. <row>
  299. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> Grade </chunk></cell>
  300.  
  301. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> Marks Range</chunk></cell>
  302.  
  303. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> Grade </chunk></cell>
  304.  
  305. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> Marks Range</chunk></cell>
  306.  
  307. </row>
  308. <row>
  309. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> A1 </chunk></cell>
  310.  
  311. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 91-100</chunk></cell>
  312. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> A</chunk></cell>
  313.  
  314. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 4.1-5.0</chunk></cell>
  315.  
  316. </row>
  317. <row>
  318. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> A2 </chunk></cell>
  319.  
  320. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 81-90</chunk></cell>
  321. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> B</chunk></cell>
  322.  
  323. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 3.1-4.0</chunk></cell>
  324.  
  325. </row>
  326. <row>
  327. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; ">B1 </chunk></cell>
  328.  
  329. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 71-80</chunk></cell>
  330. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> C</chunk></cell>
  331.  
  332. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 2.1-3.0</chunk></cell>
  333.  
  334. </row>
  335. <row>
  336. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> B2 </chunk></cell>
  337.  
  338. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 61-70</chunk></cell>
  339. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> D</chunk></cell>
  340.  
  341. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 1.1-2.0</chunk></cell>
  342.  
  343. </row>
  344. <row>
  345. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> C1 </chunk></cell>
  346.  
  347. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 51-60</chunk></cell>
  348. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> E</chunk></cell>
  349.  
  350. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 0-1.0</chunk></cell>
  351.  
  352. </row>
  353. <row>
  354. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> C2 </chunk></cell>
  355.  
  356. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 41-50</chunk></cell>
  357. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> </chunk></cell>
  358.  
  359. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> </chunk></cell>
  360.  
  361. </row>
  362. <row>
  363. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> D </chunk></cell>
  364.  
  365. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 33-40</chunk></cell>
  366. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> </chunk></cell>
  367.  
  368. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> </chunk></cell>
  369.  
  370. </row>
  371. <row>
  372. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> E1</chunk></cell>
  373.  
  374. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 21-32</chunk></cell>
  375. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> </chunk></cell>
  376.  
  377. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> </chunk></cell>
  378.  
  379. </row>
  380. <row>
  381. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> E2</chunk></cell>
  382.  
  383. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> 00-20</chunk></cell>
  384. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> </chunk></cell>
  385.  
  386. <cell borderwidth="1" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> </chunk></cell>
  387.  
  388. </row>
  389.  
  390. </table>
  391. <table width="100%" cellpadding="1.0" cellspacing="1.0" widths="4;8;2">
  392. <row>
  393. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> First Term</chunk></cell>
  394.  
  395. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> FA(10%)+FA2(10%)+SA1(30%)</chunk></cell>
  396. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> =50%</chunk></cell>
  397.  
  398. </row>
  399. <row>
  400. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> Second Term</chunk></cell>
  401.  
  402. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> FA(10%)+FA4(10%)+SA2(30%)</chunk></cell>
  403. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> =50%</chunk></cell>
  404.  
  405. </row>
  406. <row>
  407. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> </chunk></cell>
  408.  
  409. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> </chunk></cell>
  410. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> </chunk></cell>
  411.  
  412. </row>
  413. <row>
  414. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> Formative Assessment: </chunk></cell>
  415.  
  416. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> FA(10%)+FA2(10%)+FA3(10%)+FA4(10%)</chunk></cell>
  417. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> =40%</chunk></cell>
  418.  
  419. </row>
  420. <row>
  421. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> Summative Assessment: </chunk></cell>
  422.  
  423. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> SA1(30%)+SA2(30%)</chunk></cell>
  424. <cell borderwidth="0" left="true" right="true" top="true" bottom="true" horizontalalign="Left" ><chunk style="font-size:10;font-weight:bold; "> =60%</chunk></cell>
  425.  
  426. </row>
  427. </table>
  428. <newpage />
  429. </paragraph>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement