Assignments
15 TopicsMicrosoft Teams – Assignments for Specific Channels Without Selecting Students Individually
Hi everyone, Our secondary school is implementing Microsoft Teams with one Team per subject per year level (e.g., "Year 8 Science") instead of separate Teams for each class. The challenge is that multiple teachers teach different classes within the same Team. We want to: Set assignments that are only visible to students in a specific channel (without manually selecting students one by one). Grade assignments so that teachers only see and mark the work of students in their own class/channel, rather than all students in the Team. What We've Tried: Private Channels & Standard Channels: We found that you can’t assign work to a specific channel, whether it’s private or not. Groups: While you can assign work to a group, you still have to manually select each student, which isn’t practical. The alternative is a random selection, which doesn’t help. Saving Groups: You can’t save groups for future use, meaning we’d have to manually recreate them each time we set an assignment. Has anyone found a workaround for this? Are there settings, apps, or best practices that could help? Thanks in advance for any advice!93Views0likes1CommentQuiz created in MS Forms not available in Assignments in Teams
Hi All I have a Faculty member who created a quiz in MS Forms. When she went to Assignments >> Create >> Quiz, the quiz did not appear in the list of quizzes. This makes sense because the quiz wasn't assigned previously. Question: How does she move the quiz into Assignments in Teams? Are we only allowed to create quizzes in Teams for our classes? I did some testing. Created a quiz in MS Forms > added that quiz to a Group (test class in Teams) > went into Teams > General > Assignments > Create > From existing the quiz did not show up in the list of existing quizzes for the Group (class) that the quiz was added to Created a quiz in MS Forms > added that quiz to a Group (test class in Teams) > went into Teams > General > Assignments > Create > New the quiz did not show up in the list of quizzes I can create a new Tab which allows someone to answer the questions in the quiz, but it does not appear as an assignment (which may be in the future) I can create a link to duplicate, but there is no facility to use the link What I am seeing is that I can create a quiz in Teams, and assign that quiz. But I cannot create a quiz in MS Forms and use it as an assignment in Teams. Any ideas, solutions, or comments appreciated. Che665Views0likes0CommentsDownload/ Print feedback and rubrics on Assignments in TEAMS
Hi there I have been using TEAMS for students to submit work for GCSE assessment and grading. I have set up and used a rubric and have also provided feedback and marks. How do I donwload and print the feedback and marking (including rubric), as I need to provide this as evidence against their final GCSE Grade. I have worked out how to print the student work, but none of my feedback or marks appear on this, despite having 'returned' the work to the students.3.5KViews3likes1CommentI have a glitch for past due assignments (its happening on ALL of my devices)
Not sure if this is only on my account or a worldwide glitch for some people. I used 5 DIFFERENT DEVICES and the glitch is seen on ALL of them (MacOs desktop, MacOs laptop, windows desktop, iPhone, galaxy note samsung I forgot what type). This is VERY annoying to me. For a month now, it shows 2 different past due assignments, but the thing is I DID them and HANDED them IN. Here is a video I'm attaching so you can see me showing you the glitch.2.1KViews1like1CommentSubmitted Assignments show as "Missing"
Hello everyone, As one of the students had submitted most of her assignments, suddenly, she sees all the old assignments as "Missing" and that she did not hand them in. The student had already completed the assignments but they show now as past due. Any recommendations? How can we fix this issue?1.3KViews0likes2CommentsTeams - Feedback issue for student
I am working at IT for a school, and we use MS Teams for classes and lessons during COVID. Everything seems to be working fine, however in one of the classes, a single student cannot read the feedback on their assignment after it has been returned by the teacher. Every other student can, and the feedback is definitely there if you check using the administrator account, it's just the student can't see it. They used to be able to read their feedback, however since the end of January it has not showed up for the student. Has there been a patch that might have affected this? Or a bug? I can't find anything that could be causing this issue.1.2KViews0likes0CommentsAssignments - There was a problem when attaching this file. Please remove and try again
We've seen this error occur repeatedly for 3 students over the past few weeks since Christmas. It's occuring on the windows app and via Chrome, both are running the latest version. It's at the point of submitting an assignment. We've tried creating a brand new word document with only one sentence in it, thinking it was the file with the issue. The issue appears to follow the student, no matter what device they use to upload the assignment. Any thoughts? Thanks, Phil7.2KViews0likes1CommentManually enter Assignment Grades into Grades
Hi All, I have a professor that had several students turn in their assignments to him on paper. I did not ask why they did not upload the completed assignment. My professor would like to know if there is a way to manually enter a grade for a completed assignment. Or import a csv file containing either several completed assignments for a singular student several completed assignments for different students If anyone has any ideas please let me know. Thanks1.7KViews0likes0CommentsCreate Education Assignment returns “20132” error using microsoft graph api at c#
I want to create a specific class of assignments. At Graph Explorer, https://graph.microsoft.com/beta/education/classes/{classId}/assignments This request works well. But in my C# code, var assignInfo = new EducationAssignment { DisplayName = "test", DueDateTime = DateTimeOffset.Parse("2020-09-20T18:00:00Z"), Instructions = new EducationItemBody { ContentType = BodyType.Html, Content = "hi" }, Status = EducationAssignmentStatus.Draft, AllowStudentsToAddResourcesToSubmission = true, AssignTo = new EducationAssignmentClassRecipient { }, Grading = new EducationAssignmentPointsGradeType() { MaxPoints = 100 }, CreatedDateTime = DateTimeOffset.Parse("2020-09-20T12:00:00Z"), AssignDateTime = DateTimeOffset.Parse("2020-09-20T13:00:00Z"), AssignedDateTime = DateTimeOffset.Parse("2020-09-20T13:00:00Z"), CloseDateTime = null, AllowLateSubmissions = true }; await graphClient.Education.Classes[pClassId].Assignments .Request() .AddAsync(assignInfo); It occured error: {"Code: 20132\r\nMessage: The content of the request is invalid. Common causes are an invalid Content-Type header or no content in the body.\r\nInner error:\r\n\tAdditionalData:\r\n\tdate: 2020-09-20T07:25:14\r\n\trequest-id: d2181119-9116-4f1d-9ed4-d007e2e406d0\r\n\tclient-request-id: d2181119-9116-4f1d-9ed4-d007e2e406d0\r\nClientRequestId: d2181119-9116-4f1d-9ed4-d007e2e406d0\r\n"} Why is this happening? I've been thinking and trying all day. I tried await graphClient.Education.Classes[pClassId].Assignments .Request() .Header("Content-Type", "application/json") .AddAsync(assignInfo); But there was the same error. If only the displayname element was requested, the results were the same. The Permissions has been dealt with. EduAssignments.ReadWriteBasic, EduAssignments.ReadWrite.. etc And the dll(NuGet pakage) is also prepared in beta version. I referred to https://docs.microsoft.com/en-us/graph/api/educationclass-post-assignments?view=graph-rest-beta I'm desperate for help.. Thanks.724Views0likes0CommentsSyncing assignments with Class Notebook for teachers
Hey all! I love the functionality of Class Notebook, but am having one problem: When I insert a Microsoft Form into Class Notebook for students to take as a quiz, they can click on it and take it online, but their answer isn't synced in the "Assignments" tab of Teams; i.e., a student responded, and if I go to Microsoft Forms online, I can see their response, but if I click on the "Assignments" tab of Teams, it will say that that student has not responded. Any tips?1.5KViews0likes1Comment