google / loaner

Automated Chromebook loaner management
Apache License 2.0
169 stars 63 forks source link

Is there a way to make all survey responses required? #77

Closed CoreyGriffin closed 4 years ago

CoreyGriffin commented 4 years ago

Expected Behaviour

Want all survey questions to be required

Actual Behaviour

Users are leaving text fields blank

I see there is a boolean to set the survey as required https://github.com/google/loaner/blob/master/loaner/chrome_app/src/app/offboarding/app.ts#L204 but don't see where you actually set that

helfrichmichael commented 4 years ago

image

You can set this in the configuration view on the Web App in the Organization section. Hope that helps!

CoreyGriffin commented 4 years ago

@helfrichmichael Thanks Michael, totally missed that!