Google Classroom Peer Review
Automatic assignment of peer's assignment to students.
Google Classroom Peer Review란 무엇입니까?
Google Classroom Peer Review은(는) sherry.shanli.yuan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic assignment of peer's assignment to students."입니다.
확장 프로그램 스크린샷
Google Classroom Peer Review 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows peer review in google classroom. It is a one click redistribution extension, where selected student's work will be redistributed. This extension works well with the additional feature for Hypatia Desktop built, can be found in this repo (https://github.com/blckwolf5851/hypatia-peer-eval) Step 1: Go to the all submission page of an assignment (by clicking "All Student" tab on the left) Note: Always click on "All Student" tab then refresh the page each time before clicking on extension button to avoid any unexpected behaviors. Step 2: Click the extension button, and it will by default select all students to distribute. You could deselect students so their work will not be distributed and they will not be receiving peer's submission. Step 3: Once everything is configured correctly, press "Redistribute Assignment" button to distribute submission among students. You will see the invitation to peer review appear in the private comment box for each student, this gives you a chance to make final changes to the invitation before sending them to students. Go on and send these once you are comfortable with the arrangements. If you have feedbacks: email to [email protected] Version Log: 1.0.1: Fix no submission issue, add additional usage documentations 1.0.2: Allow redistribution of large class size FAQs: 1. It does not gather all submissions or the redistribution button does nothing Try disabling other extensions to see if it works 2. Sometimes it confuses the names i.e it says "Hi a..." when it should say "Hi b..." Remember to follow all steps above each time before you hit "Redistribute Assignment" button. The refresh step is especially important.
확장 프로그램 기본 정보
이름 | |
ID | kpdjoooficdkhfkpmnblbiecdnecefae |
공식 URL | https://chromewebstore.google.com/detail/google-classroom-peer-rev/kpdjoooficdkhfkpmnblbiecdnecefae |
설명 | Automatic assignment of peer's assignment to students. |
파일 크기 | 448 KB |
설치 횟수 | 856 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2021-07-04 |
출시 날짜 | 2021-01-02 |
평점 | 2.50/5 총 2 개의 평점 |
개발자 | sherry.shanli.yuan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "Automatic assignment of peer's assignment to students.", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/classroom.google.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "name": "Google Classroom Peer Review", "permissions": [ " |