Skip to content

Commit 924040a

Browse files
committed
- small updates
1 parent 6f6611b commit 924040a

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.huskyrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"hooks": {
3+
"pre-commit": "pretty-quick --staged"
4+
}
5+
}

.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"printWidth": 100,
3+
"singleQuote": true,
4+
"trailingComma": "all"
5+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
| [Maven](maven/maven-quiz.md) :fire: | => 34 questions | with answers |
4040
| [Microsoft Azure](microsoft-azure/microsoft-azure-quiz.md) | => 44 questions | with answers |
4141
| [Microsoft Excel](microsoft-excel/microsoft-excel-quiz.md) | => 48 questions | with answers |
42+
| [Microsoft Outlook](microsoft-outlook/microsoft-outlook-quiz.md) | => 12 questions | no answers |
4243
| [Microsoft Power BI](microsoft-power-bi/microsoft-power-bi-quiz.md) | => 26 questions | answers required |
4344
| [Microsoft Power Point](microsoft-power-point/microsoft-power-point-quiz.md) | => 21 questions | partially answered |
4445
| [Microsoft Project](microsoft-project/microsoft-project-quiz.md) | => 41 questions | answers required |
@@ -48,7 +49,6 @@
4849
| [node.js](node.js/node.js-quiz.md) | => 40 questions | with answers |
4950
| [NoSQL](nosql/nosql-quiz.md) | => 43 questions | with answers |
5051
| [objective-c](objective-c/objective-c-quiz.md) | => 33 questions | partially answered |
51-
| [Outlook](outlook/outlook-quiz.md) | => 12 questions | no answers |
5252
| [OOP](oop/object-oriented-programming-quiz.md) | => 50 questions | with answers |
5353
| [PHP](php/php-quiz.md) | => 29 questions | partially answered |
5454
| [Python](python/python-quiz.md) | => 67 questions | with answers |

outlook/outlook-quiz.md renamed to microsoft-outlook/microsoft-outlook-quiz.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,80 +6,71 @@
66
- [ ] email messages
77
- [ ] appointments and meetings
88

9-
109
#### 2. What is the default permission that other people in your organization have to your calendar?
1110
- [ ] none of these answers
1211
- [ ] They can edit.
1312
- [ ] They can view all details.
1413
- [ ] They can view titles and locations.
1514

16-
1715
#### 3. Your boss sends you an email with a request to set up a meeting and copies all meeting attendees on the message. What is the fastest way to create the calendar appointment
1816
- [ ] Click New Items > New Appointment.
1917
- [ ] Click Calendar > New Meeting, and then copy and paste information as needed.
2018
- [ ] with the email open, click Meeting on the Home ribbon or Message tab.
2119
- [ ] Click Reply All.
2220

23-
2421
#### 4. You are running low on Outlook storage space. How might you address this problem?
2522
- [ ] all of these answers
2623
- [ ] Archive messages you are done with.
2724
- [ ] Save and then remove large attachments from messages
2825
- [ ] Sort by size and then delete large messages.
2926

30-
3127
#### 5. Why are read receipts less reliable than delivery receipts?
28+
```
3229
A. Users can change their email settings to ignore requests for read receipts.
3330
B. Users can decline individual requests for read receipts.
3431
C. Read receipts are expensive, so some organizations turn them off.
32+
```
3533
- [ ] A and C
3634
- [ ] B and C
3735
- [ ] A and B
3836
- [ ] A,B,and C
3937

40-
4138
#### 6. What address box should you use if you want to hide message recipients from each other?
4239
- [ ] Bcc
4340
- [ ] to
4441
- [ ] cc
4542
- [ ] From
4643

47-
4844
#### 7. You are creating a new email message to Diane and Joey. You need a response from Diane, but are simply informing Joey. How should you address the email?
4945
- [ ] to Diane and Joey
5046
- [ ] to Diane and bcc Joey
5147
- [ ] to Joey and bcc Diane
5248
- [ ] to Diane and cc Joey
5349

54-
5550
#### 8. Which choice is not an attachment?
5651
- [ ] a PDF document included with an email
5752
- [ ] a Word document included with an email
5853
- [ ] (Â) a calendar item included with an email
5954
- [ ] a hyperlink included in an email
6055

61-
6256
#### 9. You can use a___to indicate that a message requires further action and a__to organize the message.
6357
- [ ] folder; category
6458
- [ ] flag; tag
6559
- [ ] category; flag
6660
- [ ] flag; category
6761

68-
6962
#### 10. You create a task and assign it to Nalia. Nalia reviews the request and declines the assignment. Where is the task now, and who is the owner?
7063
- [ ] The task is nowhere, and no one is the owner.
7164
- [ ] The task is in your task list, and you are the owner.
7265
- [ ] The task is in Nalia's task list, and you are the owner.
7366
- [ ] The task is in Nalia's task list, and Nalia is the owner until she reassigns it to you.
7467

75-
7668
#### 11. What does Outlook automatically point out to you when you are invited to a meeting?
7769
- [ ] if your attendance is mandatory
7870
- [ ] ifthe meeting is high or low priority
7971
- [ ] the amount of time you have between this meeting and your next event
8072
- [ ] if the meeting is adjacent to another event in your calendar
8173

82-
8374
#### 12. What appears on your screen whenever a new email arrives?
8475
- [ ] an emoji
8576
- [ ] an alert

0 commit comments

Comments
 (0)