कोर्सवर्क और ग्रेड मैनेज करें

Classroom के यूज़र इंटरफ़ेस (यूआई) में, पांच तरह के क्लासवर्क: असाइनमेंट, क्विज़ वाले असाइनमेंट, छोटे जवाब वाले सवाल, कई विकल्प वाले सवाल, और मटीरियल. फ़िलहाल, Classroom API इन तीन टाइप के साथ काम करता है, जो एपीआई के लिए, इन्हें CourseWorkType कहा जाता है: असाइनमेंट, छोटा जवाब और कई विकल्प वाले सवाल शामिल करें.

इस सुविधा को ऐक्सेस करने के लिए, कोर्सवर्क से जुड़े संसाधन, जो उस असाइनमेंट या सवाल के बारे में बताती है जिसे छात्र-छात्राओं को असाइन किया गया है किसी खास कोर्स से जुड़ा कॉन्टेंट, जैसे कि बकाया तारीख या ज़्यादा से ज़्यादा स्कोर.

कोर्सवर्क संसाधन के अलावा, आप पूरे किए गए असाइनमेंट प्रबंधित कर सकते हैं StudentSubmission संसाधन के साथ. इन सेक्शन में, इन चीज़ों के बारे में बताया गया है पूरा देखें.

असाइनमेंट बनाएं

असाइनमेंट सिर्फ़ कोर्स के शिक्षकों की ओर से बनाए जा सकते हैं और किसी छात्र/छात्रा की ओर से कोर्स में असाइनमेंट बनाने की कोशिश करने पर, 403 PERMISSION_DENIED गड़बड़ी में. इसी तरह, डोमेन एडमिन भी नहीं बना सकते एपीआई का इस्तेमाल करके, उन कोर्स के असाइनमेंट सबमिट किए गए जिन्हें वे नहीं पढ़ाते. साथ ही, पूरे करने की कोशिश भी की गई से भी 403 PERMISSION_DENIED गड़बड़ी मिलेगी.

courses.courseWork.create तरीके का इस्तेमाल करके असाइनमेंट बनाते समय, आपको materials के रूप में लिंक अटैच कर सकते हैं, नीचे सैंपल कोड में दिखाए गए हैं:

Java

classroom/snippets/src/main/java/CreateCourseWork.java
CourseWork courseWork = null;
try {
  // Create a link to add as a material on course work.
  Link articleLink =
      new Link()
          .setTitle("SR-71 Blackbird")
          .setUrl("https://www.lockheedmartin.com/en-us/news/features/history/blackbird.html");

  // Create a list of Materials to add to course work.
  List<Material> materials = Arrays.asList(new Material().setLink(articleLink));

  /* Create new CourseWork object with the material attached.
  Set workType to `ASSIGNMENT`. Possible values of workType can be found here:
  https://developers.google.com/classroom/reference/rest/v1/CourseWorkType
  Set state to `PUBLISHED`. Possible values of state can be found here:
  https://developers.google.com/classroom/reference/rest/v1/courses.courseWork#courseworkstate */
  CourseWork content =
      new CourseWork()
          .setTitle("Supersonic aviation")
          .setDescription(
              "Read about how the SR-71 Blackbird, the world’s fastest and "
                  + "highest-flying manned aircraft, was built.")
          .setMaterials(materials)
          .setWorkType("ASSIGNMENT")
          .setState("PUBLISHED");

  courseWork = service.courses().courseWork().create(courseId, content).execute();

  /* Prints the created courseWork. */
  System.out.printf("CourseWork created: %s\n", courseWork.getTitle());
} catch (GoogleJsonResponseException e) {
  // TODO (developer) - handle error appropriately
  GoogleJsonError error = e.getDetails();
  if (error.getCode() == 404) {
    System.out.printf("The courseId does not exist: %s.\n", courseId);
  } else {
    throw e;
  }
  throw e;
} catch (Exception e) {
  throw e;
}
return courseWork;

Python

classroom/snippets/classroom_create_coursework.py
import google.auth
from googleapiclient.discovery import build
from googleapiclient.errors import HttpError


def classroom_create_coursework(course_id):
  """
  Creates the coursework the user has access to.
  Load pre-authorized user credentials from the environment.
  TODO(developer) - See https://developers.google.com/identity
  for guides on implementing OAuth2 for the application.
  """

  creds, _ = google.auth.default()
  # pylint: disable=maybe-no-member

  try:
    service = build("classroom", "v1", credentials=creds)
    coursework = {
        "title": "Ant colonies",
        "description": """Read the article about ant colonies
                              and complete the quiz.""",
        "materials": [
            {"link": {"url": "http://example.com/ant-colonies"}},
            {"link": {"url": "http://example.com/ant-quiz"}},
        ],
        "workType": "ASSIGNMENT",
        "state": "PUBLISHED",
    }
    coursework = (
        service.courses()
        .courseWork()
        .create(courseId=course_id, body=coursework)
        .execute()
    )
    print(f"Assignment created with ID {coursework.get('id')}")
    return coursework

  except HttpError as error:
    print(f"An error occurred: {error}")
    return error


if __name__ == "__main__":
  # Put the course_id of course whose coursework needs to be created,
  # the user has access to.
  classroom_create_coursework(453686957652)

नतीजे में, सर्वर से मिला आइडेंटिफ़ायर शामिल होता है. इसका इस्तेमाल रेफ़रंस के लिए किया जा सकता है असाइनमेंट को दूसरे एपीआई अनुरोधों में भी सबमिट किया जा सकता है.

Classroom API की मदद से बनाए गए किसी असाइनमेंट में लिंक की गई सामग्री को शामिल करने के लिए, लिंक संसाधन का इस्तेमाल करके बताएं टारगेट यूआरएल. Classroom, टाइटल और थंबनेल इमेज को अपने-आप फ़ेच कर लेता है. Classroom API, मूल रूप से Google Drive और YouTube के कॉन्टेंट के साथ भी काम करता है. इससे ये काम किए जा सकते हैं DriveFile संसाधन के साथ शामिल किया गया हो या इससे मिलते-जुलते, YouTubeVideo संसाधन तरीका है.

नियत तारीख बताने के लिए, dueDate और dueTime फ़ील्ड को संबंधित UTC समय. पूरा होने की तारीख, आने वाले समय की होनी चाहिए.

असाइनमेंट और सवाल वापस पाएं

आपके पास यहां के छात्र-छात्राओं और शिक्षकों के लिए, असाइनमेंट और सवाल वापस पाने का विकल्प है संबंधित कोर्स या डोमेन एडमिन से संपर्क कर सकते हैं. किसी खास यूआरएल को वापस पाने के लिए असाइनमेंट या सवाल के लिए, course.courseWork.get का इस्तेमाल करें. सभी को वापस पाने के लिए असाइनमेंट या सवाल (जो कुछ शर्तों से मेल खाते हों) का इस्तेमाल करें courses.courseWork.list.

ज़रूरी स्कोप, अनुरोध करने वाले उपयोगकर्ता की भूमिका पर निर्भर करता है कोर्स. अगर उपयोगकर्ता छात्र-छात्रा है, तो इनमें से किसी एक स्कोप का इस्तेमाल करें:

  • https://www.googleapis.com/auth/classroom.coursework.me.readonly
  • https://www.googleapis.com/auth/classroom.coursework.me

अगर उपयोगकर्ता शिक्षक या डोमेन एडमिन है, तो इनमें से किसी एक का इस्तेमाल करें दायरे:

  • https://www.googleapis.com/auth/classroom.coursework.students.readonly
  • https://www.googleapis.com/auth/classroom.coursework.students

किसी असाइनमेंट या सवाल को फिर से पाने की अनुमति होने का यह मतलब नहीं है कि सामग्री या सामग्री के मेटाडेटा को ऐक्सेस करने की अनुमतियां. इसका मतलब है कि हो सकता है कि अटैच की गई Drive फ़ाइल का टाइटल न दिखे. पाठ्यक्रम का सदस्य नहीं है. अगर एडमिन को उपयोगकर्ता का ऐक्सेस देना है, तो फ़ाइलें, पूरे डोमेन के ऐक्सेस देना पढ़ें.

छात्र-छात्राओं के जवाब मैनेज करें

StudentSubmission संसाधन के इस्तेमाल से, किसी असाइनमेंट के लिए छात्र-छात्राओं को मिलने वाले ग्रेड और उनके काम के बारे में पता चलता है या सवाल पूछें. StudentSubmission हर छात्र-छात्रा के लिए एक नया संसाधन तैयार किया जाता है. ऐसा तब किया जाता है, जब असाइनमेंट बन जाता है.

नीचे दिए गए सेक्शन, छात्र-छात्राओं के जवाबों को मैनेज करने वाली सामान्य कार्रवाइयों के बारे में बताते हैं.

छात्र-छात्राओं के जवाब वापस पाना

छात्र-छात्राएं अपने असाइनमेंट वापस पा सकते हैं और शिक्षक, सबमिट किए गए असाइनमेंट को वापस पा सकते हैं और डोमेन एडमिन उन सभी को वापस ला सकते हैं जो उनके अपने डोमेन के सभी छात्र-छात्राओं के लिए सबमिशन. हर छात्र/छात्रा का असाइनमेंट कोई आइडेंटिफ़ायर असाइन किया गया; अगर आपको आइडेंटिफ़ायर के बारे में पता है, तो इसे वापस पाने के लिए, courses.courseWork.studentSubmissions.get.

पाने के लिए, courses.courseWork.studentSubmissions.list तरीके का इस्तेमाल करें StudentSubmission ऐसे संसाधन जो कुछ शर्तों को पूरा करते हैं, जैसा कि निम्न नमूना:

Java

classroom/snippets/src/main/java/ListSubmissions.java
List<StudentSubmission> studentSubmissions = new ArrayList<>();
String pageToken = null;

try {
  do {
    ListStudentSubmissionsResponse response =
        service
            .courses()
            .courseWork()
            .studentSubmissions()
            .list(courseId, courseWorkId)
            .setPageToken(pageToken)
            .execute();

    /* Ensure that the response is not null before retrieving data from it to avoid errors. */
    if (response.getStudentSubmissions() != null) {
      studentSubmissions.addAll(response.getStudentSubmissions());
      pageToken = response.getNextPageToken();
    }
  } while (pageToken != null);

  if (studentSubmissions.isEmpty()) {
    System.out.println("No student submission found.");
  } else {
    for (StudentSubmission submission : studentSubmissions) {
      System.out.printf(
          "Student id (%s), student submission id (%s)\n",
          submission.getUserId(), submission.getId());
    }
  }
} catch (GoogleJsonResponseException e) {
  // TODO (developer) - handle error appropriately
  GoogleJsonError error = e.getDetails();
  if (error.getCode() == 404) {
    System.out.printf(
        "The courseId (%s) or courseWorkId (%s) does not exist.\n", courseId, courseWorkId);
  } else {
    throw e;
  }
} catch (Exception e) {
  throw e;
}
return studentSubmissions;

Python

classroom/snippets/classroom_list_submissions.py
import google.auth
from googleapiclient.discovery import build
from googleapiclient.errors import HttpError


def classroom_list_submissions(course_id, coursework_id):
  """
  Creates the courses the user has access to.
  Load pre-authorized user credentials from the environment.
  TODO(developer) - See https://developers.google.com/identity
  for guides on implementing OAuth2 for the application.
  """

  creds, _ = google.auth.default()
  # pylint: disable=maybe-no-member
  submissions = []
  page_token = None

  try:
    service = build("classroom", "v1", credentials=creds)
    while True:
      coursework = service.courses().courseWork()
      response = (
          coursework.studentSubmissions()
          .list(
              pageToken=page_token,
              courseId=course_id,
              courseWorkId=coursework_id,
              pageSize=10,
          )
          .execute()
      )
      submissions.extend(response.get("studentSubmissions", []))
      page_token = response.get("nextPageToken", None)
      if not page_token:
        break

    if not submissions:
      print("No student submissions found.")

    print("Student Submissions:")
    for submission in submissions:
      print(
          "Submitted at:"
          f"{(submission.get('id'), submission.get('creationTime'))}"
      )

  except HttpError as error:
    print(f"An error occurred: {error}")
    submissions = None
  return submissions


if __name__ == "__main__":
  # Put the course_id and coursework_id of course whose list needs to be
  # submitted.
  classroom_list_submissions(453686957652, 466086979658)

किसी खास छात्र/छात्रा से जुड़े StudentSubmission संसाधन वापस पाएं userId पैरामीटर तय करते हुए, जैसा कि नीचे दिए गए नमूने में दिखाया गया है:

Java

classroom/snippets/src/main/java/ListStudentSubmissions.java
List<StudentSubmission> studentSubmissions = new ArrayList<>();
String pageToken = null;

try {
  do {
    // Set the userId as a query parameter on the request.
    ListStudentSubmissionsResponse response =
        service
            .courses()
            .courseWork()
            .studentSubmissions()
            .list(courseId, courseWorkId)
            .setPageToken(pageToken)
            .set("userId", userId)
            .execute();

    /* Ensure that the response is not null before retrieving data from it to avoid errors. */
    if (response.getStudentSubmissions() != null) {
      studentSubmissions.addAll(response.getStudentSubmissions());
      pageToken = response.getNextPageToken();
    }
  } while (pageToken != null);

  if (studentSubmissions.isEmpty()) {
    System.out.println("No student submission found.");
  } else {
    for (StudentSubmission submission : studentSubmissions) {
      System.out.printf("Student submission: %s.\n", submission.getId());
    }
  }

Python

classroom/snippets/classroom_list_student_submissions.py
import google.auth
from googleapiclient.discovery import build
from googleapiclient.errors import HttpError


def classroom_list_student_submissions(course_id, coursework_id, user_id):
  """
  Creates the courses the user has access to.
  Load pre-authorized user credentials from the environment.
  TODO(developer) - See https://developers.google.com/identity
  for guides on implementing OAuth2 for the application.
  """

  creds, _ = google.auth.default()
  # pylint: disable=maybe-no-member
  submissions = []
  page_token = None

  try:
    service = build("classroom", "v1", credentials=creds)
    while True:
      coursework = service.courses().courseWork()
      response = (
          coursework.studentSubmissions()
          .list(
              pageToken=page_token,
              courseId=course_id,
              courseWorkId=coursework_id,
              userId=user_id,
          )
          .execute()
      )
      submissions.extend(response.get("studentSubmissions", []))
      page_token = response.get("nextPageToken", None)
      if not page_token:
        break

    if not submissions:
      print("No student submissions found.")

    print("Student Submissions:")
    for submission in submissions:
      print(
          "Submitted at:"
          f"{(submission.get('id'), submission.get('creationTime'))}"
      )

  except HttpError as error:
    print(f"An error occurred: {error}")
  return submissions


if __name__ == "__main__":
  # Put the course_id, coursework_id and user_id of course whose list needs
  # to be submitted.
  classroom_list_student_submissions(453686957652, 466086979658, "me")

छात्र-छात्राओं की पहचान, उपयोगकर्ता के यूनीक आईडी या ईमेल पते से की जाती है, जैसे कि Google Admin SDK से मिला. मौजूदा उपयोगकर्ता खुद को भी देख सकता है "me" शॉर्टहैंड का इस्तेमाल करके आईडी.

इसके अलावा, कोर्स. ऐसा करने के लिए, courseWorkId के तौर पर लिटरल "-" का इस्तेमाल करें, जैसा कि निम्न नमूना:

Java

service.courses().courseWork().studentSubmissions()
    .list(courseId, "-")
    .set("userId", userId)
    .execute();

Python

service.courses().courseWork().studentSubmissions().list(
    courseId=<course ID or alias>,
    courseWorkId='-',
    userId=<user ID>).execute()

ज़रूरी स्कोप, अनुरोध करने वाले उपयोगकर्ता की भूमिका पर निर्भर करता है कोर्स. अगर उपयोगकर्ता शिक्षक या डोमेन का है, तो इस दायरे का इस्तेमाल करें एडमिन के तौर पर:

  • https://www.googleapis.com/auth/classroom.coursework.students.readonly
  • https://www.googleapis.com/auth/classroom.coursework.students

अगर उपयोगकर्ता छात्र/छात्रा है, तो इस दायरे का इस्तेमाल करें:

  • https://www.googleapis.com/auth/classroom.coursework.me.readonly
  • https://www.googleapis.com/auth/classroom.coursework.me

किसी छात्र/छात्रा के सबमिशन को वापस पाने की अनुमति होने का यह मतलब नहीं है कि अटैचमेंट या अटैचमेंट मेटाडेटा को ऐक्सेस करने की अनुमतियां दी जाती हैं. व्यावहारिक तौर पर, यह इसका मतलब है कि अगर किसी एडमिन को अटैच की गई Drive में मौजूद फ़ाइल का टाइटल नहीं दिखता है, तो वे इस कोर्स के सदस्य नहीं हैं. अगर आपको एडमिन को ऐक्सेस देना है, तो उपयोगकर्ता फ़ाइलों को अपडेट करें, तो पूरे डोमेन के लोगों को डेटा का ऐक्सेस देने की गाइड.

छात्र/छात्रा के जवाब में अटैचमेंट जोड़ना

किसी छात्र/छात्रा के सबमिशन में लिंक अटैच किया जा सकता है. इसके लिए, Link, DriveFile या YouTubeVideo संसाधन. यह काम इससे किया जाता है courses.courseWork.studentSubmissions.modifyAttachments, जैसा कि निम्न नमूना:

Java

classroom/snippets/src/main/java/ModifyAttachmentsStudentSubmission.java
StudentSubmission studentSubmission = null;
try {
  // Create ModifyAttachmentRequest object that includes a new attachment with a link.
  Link link = new Link().setUrl("https://en.wikipedia.org/wiki/Irrational_number");
  Attachment attachment = new Attachment().setLink(link);
  ModifyAttachmentsRequest modifyAttachmentsRequest =
      new ModifyAttachmentsRequest().setAddAttachments(Arrays.asList(attachment));

  // The modified studentSubmission object is returned with the new attachment added to it.
  studentSubmission =
      service
          .courses()
          .courseWork()
          .studentSubmissions()
          .modifyAttachments(courseId, courseWorkId, id, modifyAttachmentsRequest)
          .execute();

  /* Prints the modified student submission. */
  System.out.printf(
      "Modified student submission attachments: '%s'.\n",
      studentSubmission.getAssignmentSubmission().getAttachments());
} catch (GoogleJsonResponseException e) {
  // TODO (developer) - handle error appropriately
  GoogleJsonError error = e.getDetails();
  if (error.getCode() == 404) {
    System.out.printf(
        "The courseId (%s), courseWorkId (%s), or studentSubmissionId (%s) does "
            + "not exist.\n",
        courseId, courseWorkId, id);
  } else {
    throw e;
  }
} catch (Exception e) {
  throw e;
}
return studentSubmission;

Python

classroom/snippets/classroom_add_attachment.py
def classroom_add_attachment(course_id, coursework_id, submission_id):
  """
  Adds attachment to existing course with specific course_id.
  Load pre-authorized user credentials from the environment.
  TODO(developer) - See https://developers.google.com/identity
  for guides on implementing OAuth2 for the application.
  """
  creds, _ = google.auth.default()
  # pylint: disable=maybe-no-member
  request = {
      "addAttachments": [
          {"link": {"url": "http://example.com/quiz-results"}},
          {"link": {"url": "http://example.com/quiz-reading"}},
      ]
  }

  try:
    service = build("classroom", "v1", credentials=creds)
    while True:
      coursework = service.courses().courseWork()
      coursework.studentSubmissions().modifyAttachments(
          courseId=course_id,
          courseWorkId=coursework_id,
          id=submission_id,
          body=request,
      ).execute()

  except HttpError as error:
    print(f"An error occurred: {error}")


if __name__ == "__main__":
  # Put the course_id, coursework_id and submission_id of course in which
  # attachment needs to be added.
  classroom_add_attachment("course_id", "coursework_id", "me")

लिंक अटैचमेंट को टारगेट यूआरएल से तय किया जाता है; Classroom अपने-आप शीर्षक और थंबनेल इमेज फ़ेच कर सकता है. अन्य कॉन्टेंट के बारे में जानने के लिए यहां जाएं: उनसे संबंधित संदर्भ पेज को ऐक्सेस कर सकते हैं.

StudentSubmission में बदलाव सिर्फ़ कोर्स का शिक्षक या कोई भी कर सकता है जिसके पास मालिकाना हक है. Materials को सिर्फ़ तब अटैच किया जा सकता है, जब छात्र/छात्राओं के सबमिट किए गए जवाबों में से CourseWorkType ASSIGNMENT है.

ज़रूरी स्कोप, अनुरोध करने वाले उपयोगकर्ता की भूमिका पर निर्भर करता है कोर्स. अगर उपयोगकर्ता शिक्षक है, तो इस दायरे का इस्तेमाल करें:

  • https://www.googleapis.com/auth/classroom.coursework.students

अगर उपयोगकर्ता छात्र/छात्रा है, तो इस दायरे का इस्तेमाल करें:

  • https://www.googleapis.com/auth/classroom.coursework.me

छात्र/छात्रा के जवाब की स्थिति मैनेज करें

किसी छात्र/छात्रा का जवाब सबमिट नहीं किया जा सकता, सबमिट किया जा सकता है या वापस किया जा सकता है. राज्य फ़ील्ड में StudentSubmission मौजूदा स्थिति को दिखाता है. राज्य बदलने के लिए, इस नंबर पर कॉल करें नीचे दिए गए तरीकों में से कोई एक तरीका अपनाएं:

इन सभी तरीकों में, एक खाली बॉडी लेनी होती है. उदाहरण:

Java

classroom/snippets/src/main/java/ReturnStudentSubmission.java
try {
  service
      .courses()
      .courseWork()
      .studentSubmissions()
      .classroomReturn(courseId, courseWorkId, id, null)
      .execute();
} catch (GoogleJsonResponseException e) {
  // TODO (developer) - handle error appropriately
  GoogleJsonError error = e.getDetails();
  if (error.getCode() == 404) {
    System.out.printf(
        "The courseId (%s), courseWorkId (%s), or studentSubmissionId (%s) does "
            + "not exist.\n",
        courseId, courseWorkId, id);
  } else {
    throw e;
  }
} catch (Exception e) {
  throw e;
}

Python

service.courses().courseWork().studentSubmission().turnIn(
    courseId=<course ID or alias>,
    courseWorkId=<courseWork ID>,
    id=<studentSubmission ID>,
    body={}).execute()

जिस छात्र/छात्रा के पास StudentSubmission का मालिकाना हक है, सिर्फ़ वह उसे सबमिट कर सकता है या उस पर फिर से दावा कर सकता है. सिर्फ़ सबमिट किए गए सबमिशन पर फिर से दावा किया जा सकता है. पाठ्यक्रम के शिक्षक केवल StudentSubmission का स्टेटस 'चालू है' पर सेट है.

छात्र-छात्राओं के जवाबों को ग्रेड करें

ग्रेड स्टोर करने के लिए, StudentSubmission संसाधन में दो फ़ील्ड होते हैं: assignedGrade, जो छात्र-छात्राओं को रिपोर्ट किया गया ग्रेड है. साथ ही, draftGrade, जो अस्थायी ग्रेड है. यह सिर्फ़ शिक्षकों को दिखता है. ये फ़ील्ड अपडेट किए गए हैं फ़ील्ड मास्क के साथ courses.courseWork.studentSubmissions.patch का इस्तेमाल किया जा रहा है इसमें सही फ़ील्ड शामिल हैं, जैसा कि नीचे दिए गए सैंपल में दिखाया गया है.

Java

classroom/snippets/src/main/java/PatchStudentSubmission.java
StudentSubmission studentSubmission = null;
try {
  // Updating the draftGrade and assignedGrade fields for the specific student submission.
  StudentSubmission content =
      service
          .courses()
          .courseWork()
          .studentSubmissions()
          .get(courseId, courseWorkId, id)
          .execute();
  content.setAssignedGrade(90.00);
  content.setDraftGrade(80.00);

  // The updated studentSubmission object is returned with the new draftGrade and assignedGrade.
  studentSubmission =
      service
          .courses()
          .courseWork()
          .studentSubmissions()
          .patch(courseId, courseWorkId, id, content)
          .set("updateMask", "draftGrade,assignedGrade")
          .execute();

  /* Prints the updated student submission. */
  System.out.printf(
      "Updated student submission draft grade (%s) and assigned grade (%s).\n",
      studentSubmission.getDraftGrade(), studentSubmission.getAssignedGrade());
} catch (GoogleJsonResponseException e) {
  // TODO (developer) - handle error appropriately
  GoogleJsonError error = e.getDetails();
  if (error.getCode() == 404) {
    System.out.printf(
        "The courseId (%s), courseWorkId (%s), or studentSubmissionId (%s) does "
            + "not exist.\n",
        courseId, courseWorkId, id);
  } else {
    throw e;
  }
} catch (Exception e) {
  throw e;
}
return studentSubmission;

Python

studentSubmission = {
  'assignedGrade': 99,
  'draftGrade': 80
}
service.courses().courseWork().studentSubmissions().patch(
    courseId=<course ID or alias>,
    courseWorkId=<courseWork ID>,
    id=<studentSubmission ID>,
    updateMask='assignedGrade,draftGrade',
    body=studentSubmission).execute()

Classroom के यूज़र इंटरफ़ेस (यूआई) का इस्तेमाल करने के दौरान, शिक्षक तब तक ग्रेड असाइन नहीं कर सकते, जब तक कि वे ने पहले एक अधूरे ग्रेड को सेव किया हो. असाइन किया गया ग्रेड, इन्हें वापस किया जा सकता है छात्र/छात्रा. ऐप्लिकेशन को भी इसी तरीके से काम करना होगा. आपका ऐप्लिकेशन ये काम कर सकता है: किसी छात्र/छात्रा के असाइनमेंट को इन दो में से किसी एक तरीके से ग्रेड देना होगा:

  • सिर्फ़ draftGrade असाइन करें. उदाहरण के लिए, यह उपयोगी है, जिससे शिक्षक ग्रेड को फ़ाइनल करने से पहले, उनकी मैन्युअल तौर पर समीक्षा करें. छात्र-छात्राएं अधूरे ग्रेड नहीं देख सकते.

  • किसी असाइनमेंट को पूरी तरह से ग्रेड देने के लिए, draftGrade और assignedGrade, दोनों असाइन करें.

असाइन किए गए ग्रेड की सूची

कोर्सवर्क के किसी खास आइटम के लिए सभी ग्रेड की सूची बनाने के लिए, यहां जाएं: courses.courseWork.studentSubmissions.list तरीके का रिस्पॉन्स ऑब्जेक्ट:

Java

classroom/snippets/src/main/java/ListStudentSubmissions.java
  ListStudentSubmissionsResponse response =
      service
          .courses()
          .courseWork()
          .studentSubmissions()
          .list(courseId, courseWorkId)
          .setPageToken(pageToken)
          .execute();

  /* Ensure that the response is not null before retrieving data from it to avoid errors. */
  if (response.getStudentSubmissions() != null) {
    studentSubmissions.addAll(response.getStudentSubmissions());
    pageToken = response.getNextPageToken();
  }
} while (pageToken != null);

if (studentSubmissions.isEmpty()) {
  System.out.println("No student submissions found.");
} else {
  for (StudentSubmission submission : studentSubmissions) {
    System.out.printf(
        "User ID %s, Assigned grade: %s\n",
        submission.getUserId(), submission.getAssignedGrade());
  }
}

Python

response = coursework.studentSubmissions().list(
    courseId=course_id,
    courseWorkId=coursework_id,
    pageSize=10).execute()
submissions.extend(response.get('studentSubmissions', []))

if not submissions:
    print('No student submissions found.')

print('Student Submissions:')
for submission in submissions:
    print(f"Submitted at:"
          f"{(submission.get('userId'), submission.get('assignedGrade'))}")