Make Apps with ChatGPT and Generative AI - Outlook Add-In Launch

Make Apps with ChatGPT and Generative AI - Outlook Add-In Launch

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through building an Outlook add-in project. It covers starting the project using NPM, handling security warnings, and debugging the webview with VS Code. The tutorial also demonstrates modifying the HTML frontend and restarting the application. Finally, it explains how to build a test connection that sends email content to an Azure Function API.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to start the Outlook add-in project?

npm build

npm install

npm start

npm run

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must be done to activate the task pane in Outlook?

Open an email

Open a task

Open a calendar event

Open a contact

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tool is suggested for debugging the webview in a professional manner?

Microsoft Debugger for Safari

Microsoft Debugger for Edge

Microsoft Debugger for Chrome

Microsoft Debugger for Firefox

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do after modifying the HTML front end of the add-in?

Recompile the code

Reinstall the application

Restart the computer

Restart the application

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the test connection in the add-in?

To send email content to an Azure Function API

To send email content to a local server

To send email content to a database

To send email content to a Google Cloud Function