Taking it further - OfficeDev/microsoft-teams-apps-survey GitHub Wiki

Taking it further

Want to extend the Survey app? Here are some ideas:

Extend the user experience

Customize Survey app to give custom user experience by updating or adding new component in Creation/Response/Detail View. All components are under src/components. The root component of Creation, Response and Detail View is src/CreateView.tsx, src/UpdateView.tsx and src/DetailView.tsx respectively.

Personalize the app

  • Personalize the app by updating the app icon assets/images/appIcon.png and assets/images/outline.png

  • Personalize the app by changing the app strings under assets/strings.

  • Personalize the app by changing the app theme. The app uses FluentUI Northstar Library for UI and theming can be customized by updating code using the FluentUI documentation