You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate function to accept id and type of user="student".
So return the marks of the student with the particular id in json format.
if id not found return message "marks details not uploaded Yet."
in case of error return respective message.
The marks of student should be in format-:
{
"id":<id of student>,
"sub1":<Subject1 marks>,
.....
......
}
The text was updated successfully, but these errors were encountered:
Generate function to accept id and type of user="student".
So return the marks of the student with the particular id in json format.
if id not found return message "marks details not uploaded Yet."
in case of error return respective message.
The marks of student should be in format-:
The text was updated successfully, but these errors were encountered: