Skip to content

Commit

Permalink
- small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebazhanov committed Feb 2, 2021
1 parent 6f6611b commit 924040a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .huskyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
| [Maven](maven/maven-quiz.md) :fire: | => 34 questions | with answers |
| [Microsoft Azure](microsoft-azure/microsoft-azure-quiz.md) | => 44 questions | with answers |
| [Microsoft Excel](microsoft-excel/microsoft-excel-quiz.md) | => 48 questions | with answers |
| [Microsoft Outlook](microsoft-outlook/microsoft-outlook-quiz.md) | => 12 questions | no answers |
| [Microsoft Power BI](microsoft-power-bi/microsoft-power-bi-quiz.md) | => 26 questions | answers required |
| [Microsoft Power Point](microsoft-power-point/microsoft-power-point-quiz.md) | => 21 questions | partially answered |
| [Microsoft Project](microsoft-project/microsoft-project-quiz.md) | => 41 questions | answers required |
Expand All @@ -48,7 +49,6 @@
| [node.js](node.js/node.js-quiz.md) | => 40 questions | with answers |
| [NoSQL](nosql/nosql-quiz.md) | => 43 questions | with answers |
| [objective-c](objective-c/objective-c-quiz.md) | => 33 questions | partially answered |
| [Outlook](outlook/outlook-quiz.md) | => 12 questions | no answers |
| [OOP](oop/object-oriented-programming-quiz.md) | => 50 questions | with answers |
| [PHP](php/php-quiz.md) | => 29 questions | partially answered |
| [Python](python/python-quiz.md) | => 67 questions | with answers |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,80 +6,71 @@
- [ ] email messages
- [ ] appointments and meetings


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


#### 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
- [ ] Click New Items > New Appointment.
- [ ] Click Calendar > New Meeting, and then copy and paste information as needed.
- [ ] with the email open, click Meeting on the Home ribbon or Message tab.
- [ ] Click Reply All.


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


#### 5. Why are read receipts less reliable than delivery receipts?
```
A. Users can change their email settings to ignore requests for read receipts.
B. Users can decline individual requests for read receipts.
C. Read receipts are expensive, so some organizations turn them off.
```
- [ ] A and C
- [ ] B and C
- [ ] A and B
- [ ] A,B,and C


#### 6. What address box should you use if you want to hide message recipients from each other?
- [ ] Bcc
- [ ] to
- [ ] cc
- [ ] From


#### 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?
- [ ] to Diane and Joey
- [ ] to Diane and bcc Joey
- [ ] to Joey and bcc Diane
- [ ] to Diane and cc Joey


#### 8. Which choice is not an attachment?
- [ ] a PDF document included with an email
- [ ] a Word document included with an email
- [ ] (Â) a calendar item included with an email
- [ ] a hyperlink included in an email


#### 9. You can use a___to indicate that a message requires further action and a__to organize the message.
- [ ] folder; category
- [ ] flag; tag
- [ ] category; flag
- [ ] flag; category


#### 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?
- [ ] The task is nowhere, and no one is the owner.
- [ ] The task is in your task list, and you are the owner.
- [ ] The task is in Nalia's task list, and you are the owner.
- [ ] The task is in Nalia's task list, and Nalia is the owner until she reassigns it to you.


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


#### 12. What appears on your screen whenever a new email arrives?
- [ ] an emoji
- [ ] an alert
Expand Down

0 comments on commit 924040a

Please sign in to comment.