New Grade





Label
Code
Code
  • Its unique reference of Grade.
  • Its a Mandatory input field
  • Allowed only Alphanumeric.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
  • Edit Code not allow in future, so do carefully.
Grade
GradeName
  • Grade is a measure of a student's performance in a Course Examination.
  • Its a Mandatory input field
  • Allowed Alphabets and +.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
MarkRange
From Mark
To Mark
  • Mark range is a set Grade marks range, between From and To mark.
  • Its a Mandatory input field
  • Allowed only Numbers.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Grade Points
GradePoints
  • A grade point is a numerical value assigned to each course credit in college.
  • Its a Mandatory input field
  • Allowed numbers and dot.
  • Other special characters and space are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Performance
Performance
  • The Performance is term that indicates a student's mark acheivement.
  • Its a Mandatory input field
  • Allowed Alphabets and space.
  • Other special characters and dot are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

Edit Grade



Label
Code
Code
  • Its unique reference of Grade.
  • Its a view only not editable.
Grade
GradeName
  • If Grade name edit, here change and update.
  • Its a Mandatory input field
  • Allowed Alphabets and +.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
MarkRange
From Mark
To Mark
  • If mark range edit, here change from and to mark and update.
  • Its a Mandatory input field
  • Allowed only Numbers.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Grade Points
GradePoints
  • If grade point edit, here change and update.
  • Its a Mandatory input field
  • Allowed Numbers and Dot.
  • Other special characters and space are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Performance
Performance
  • If Performance name change means, here edit and update.
  • Its a Mandatory input field
  • Allowed Alphabets and space.
  • Other special characters and dot are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Status
Status
  • Status is Particular service or Some thing currentry active or Deactive.
  • Select reqired one.
  • Its a Mandatory input field.
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

View Grade



View Grade





Grades List



Webservice

Get List

url: webservice.php?action=l&method=magl
{"status":"success",
                            "data":[{"ID":"d3d9446802a44259755d38e6d163e820",
                            "Code":"GN01",
                            "GradeName":"A",
                            "Remarks":"A Grade",
                            "Status":1,
                            "CreatedOn":"2024-12-11 21:45:25",
                            "FromMark":90,
                            "ToMark":100,
                            "GradePoints":99,
                            "Performance":"Excellent"},
                            {"ID":"6512bd43d9caa6e02c990b0a82652dca",
                            "Code":"GN02",
                            "GradeName":"B",
                            "Remarks":"B Grade",
                            "Status":1,
                            "CreatedOn":"2024-12-11 21:45:57",
                            "FromMark":80,
                            "ToMark":90,
                            "GradePoints":90,
                            "Performance":"Very Good"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=magl
Input
                             Code=GN03
                             GradeName=C
                             FromMark=70
                             ToMark=60
                             GradePoints=70
                             Performance=Good
                             Remarks=c grade 
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"GradeName"}

Get Data

url: webservice.php?action=g&method=magl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"1ff1de774005f8da13f42943881c655f",
                            "ExamName":"Semester",
                            "Remarks":"Exam",
                            "Status":1,
                            "Code":"EN08",
                            "CreatedOn":"2024-12-26 16:59:17"}]}
                            

Update

url: webservice.php?action=u&method=magl
Input
                            ID=c51ce410c124a10e0db5e4b97fc2af39
                            Code=GN03
                            GradeName=C
                            FromMark=75
                            ToMark=65
                            GradePoints=75
                            Performance=Good
                            Status=1
                            Remarks=c grade
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

url: webservice.php?action=r&method=magl
Input
delID=c51ce410c124a10e0db5e4b97fc2af39
{"status":"success","message":"Deleted sucessfully"}