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
Copy file name to clipboardExpand all lines: clients/forms/lib/google_api/forms/v1/model/question.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ defmodule GoogleApi.Forms.V1.Model.Question do
26
26
* `fileUploadQuestion` (*type:* `GoogleApi.Forms.V1.Model.FileUploadQuestion.t`, *default:* `nil`) - A respondent can upload one or more files.
27
27
* `grading` (*type:* `GoogleApi.Forms.V1.Model.Grading.t`, *default:* `nil`) - Grading setup for the question.
28
28
* `questionId` (*type:* `String.t`, *default:* `nil`) - Read only. The question ID. On creation, it can be provided but the ID must not be already used in the form. If not provided, a new ID is assigned.
29
+
* `ratingQuestion` (*type:* `GoogleApi.Forms.V1.Model.RatingQuestion.t`, *default:* `nil`) - A respondent can choose a rating from a pre-defined set of icons.
29
30
* `required` (*type:* `boolean()`, *default:* `nil`) - Whether the question must be answered in order for a respondent to submit their response.
30
31
* `rowQuestion` (*type:* `GoogleApi.Forms.V1.Model.RowQuestion.t`, *default:* `nil`) - A row of a QuestionGroupItem.
31
32
* `scaleQuestion` (*type:* `GoogleApi.Forms.V1.Model.ScaleQuestion.t`, *default:* `nil`) - A respondent can choose a number from a range.
@@ -41,6 +42,7 @@ defmodule GoogleApi.Forms.V1.Model.Question do
0 commit comments