Dodatki do Google Classroom są teraz ogólnie dostępne dla programistów. Więcej informacji znajdziesz w
dokumentacji dodatków.
Form
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],[],null,["# Form\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nGoogle Forms item.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------|\n| ``` { \"formUrl\": string, \"responseUrl\": string, \"title\": string, \"thumbnailUrl\": string } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `formUrl` | `string` URL of the form. |\n| `responseUrl` | `string` URL of the form responses document. Only set if responses have been recorded and only when the requesting user is an editor of the form. Read-only. |\n| `title` | `string` Title of the Form. Read-only. |\n| `thumbnailUrl` | `string` URL of a thumbnail image of the Form. Read-only. |"]]