Skip to content

Commit

Permalink
- prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebazhanov committed Sep 24, 2021
1 parent e265dd9 commit be07400
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 59 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
node_modules
.vscode
package-lock.json
yarn.lock
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Linkedin Quiz Answers, Skill Assessments Test

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-552-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

> This repository is for those looking for answers to the LinkedIn assessment quiz questions or willing to help others by contributing to the tests. Or possibly you would like to create your first pull request and be added as a contributor. Whatever is your goal - you are always welcome here! Feel free to use [online grammar checker](https://www.grammarly.com/) when you contribute!
Expand Down
12 changes: 8 additions & 4 deletions c++/c++quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1128,19 +1128,23 @@ Note: This one is similar to Q6, but focuses on the `const` keyword.
#### Q66. What would be the correct declaration of a default constructor for a class named Sprite?
- [ ]
- [ ]
```public:
Sprite();
```

- [ ]

```private:
void Sprite();
```

- [ ]
``public:
void Sprite();
```public:
void Sprite();
```
- [ ]
- [ ]
```private:
Sprite();
```
12 changes: 6 additions & 6 deletions django/django-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,9 @@ model=Planet
- [ ] Set `managed=False` inside the model.
- [ ] Don't run the `migrate` command.

#### Q55. what method can you use to check if form data has changed when using a form instance?
- [x] has_changed()
- [ ] its_changed()
- [ ] has_updated()
- [ ] None of This
#### Q55. what method can you use to check if form data has changed when using a form instance?

- [x] has_changed()
- [ ] its_changed()
- [ ] has_updated()
- [ ] None of This
99 changes: 50 additions & 49 deletions microsoft-outlook/microsoft-outlook-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,71 +492,72 @@ D. Because you cannot create a search folder for a subfolder
- [ ] A rule forwarded the message.
- [ ] The sender is not in your address list.

#### Q69. Which Outlook function allows you to filter your emails?
#### Q69. Which Outlook function allows you to filter your emails?

- [ ] Find
- [ ] Find
- [ ] Move
- [ ] Tag
- [ ] Quick Steps
- [ ] Tag
- [ ] Quick Steps

#### Q70.In Outlook, a rule is applied to

#### Q70.In Outlook, a rule is applied to
- [ ] contacts
- [ ] messages
- [ ] tasks
- [ ] meetings

- [ ] contacts
- [ ] messages
- [ ] tasks
- [ ] meetings
#### Q71.You want to change the default font used for new messages and in the Notes field in Calendar, Contacts, and Tasks. How do you do this?

#### Q71.You want to change the default font used for new messages and in the Notes field in Calendar, Contacts, and Tasks. How do you do this?
- [ ] Change the fonts used for mail in File > Options > Mail > Stationery and Fonts (Windows) or Outlook > Preferences > Fonts (Mac). The fonts used in the Notes field in Calendar, Contacts, and Tasks cannot be changed.
- [ ] Click File > Options > General > Stationery and Fonts (Windows) or Outlook > Preferences > Composing (Mac).
- [ ] Click File > Options > Mail > Stationery and Fonts (Windows) or Outlook > Preferences > Fonts (Mac).
- [ ] Select the desired font in a new message. Outlook will use it for future messages and notes.

- [ ] Change the fonts used for mail in File > Options > Mail > Stationery and Fonts (Windows) or Outlook > Preferences > Fonts (Mac). The fonts used in the Notes field in Calendar, Contacts, and Tasks cannot be changed.
- [ ] Click File > Options > General > Stationery and Fonts (Windows) or Outlook > Preferences > Composing (Mac).
- [ ] Click File > Options > Mail > Stationery and Fonts (Windows) or Outlook > Preferences > Fonts (Mac).
- [ ] Select the desired font in a new message. Outlook will use it for future messages and notes.
#### Q72.What does the Groups section contain in Outlook?

#### Q72.What does the Groups section contain in Outlook?
- [ ] Microsoft 365 Groups you are a member of
- [ ] Microsoft 365 Groups across your company
- [ ] Contact Groups across your company
- [ ] Contact Groups you have created
- [ ] Microsoft 365 Groups you are a member of
- [ ] Microsoft 365 Groups across your company
- [ ] Contact Groups across your company
- [ ] Contact Groups you have created

#### Q72. Why are some dates in your calendar shaded, as shown?
#### Q72. Why are some dates in your calendar shaded, as shown?

- [ ] The calendar view is not displaying properly. Click Reset View to fix it.
- [ ] When you add a category to an appointment, the category color is used as the background color.
- [ ] You have an appointment that ends after midnight.
- [ ] You have an all-day event marked as Busy, Out of Office, or Tentative.
- [ ] The calendar view is not displaying properly. Click Reset View to fix it.
- [ ] When you add a category to an appointment, the category color is used as the background color.
- [ ] You have an appointment that ends after midnight.
- [ ] You have an all-day event marked as Busy, Out of Office, or Tentative.

#### Q73. You are having difficulty reading an email due to the small text size. What is the easiest way to make this email more readable?
#### Q73. You are having difficulty reading an email due to the small text size. What is the easiest way to make this email more readable?

- [ ] Change your computer's display and resolution settings.
- [ ] Reply to the email, select all, and increase the font size.
- [ ] Use the Zoom button.
- [ ] Change the Message Preview option to the maximum 3 lines setting.
- [ ] Change your computer's display and resolution settings.
- [ ] Reply to the email, select all, and increase the font size.
- [ ] Use the Zoom button.
- [ ] Change the Message Preview option to the maximum 3 lines setting.

#### Q74. You are sending an email to several people, and you want any responses to go to a colleague. How can you set this up?
#### Q74. You are sending an email to several people, and you want any responses to go to a colleague. How can you set this up?

- [ ] Change the From field to your colleague's email address.
- [ ] Forward the email to the colleague before anyone responds.
- [ ] Click Delivery Options > Have Replies sent to.
- [ ] Include the colleague's email address in the To field.
- [ ] Change the From field to your colleague's email address.
- [ ] Forward the email to the colleague before anyone responds.
- [ ] Click Delivery Options > Have Replies sent to.
- [ ] Include the colleague's email address in the To field.

#### Q75. The commands on which bar are available in all Outlook applications?
#### Q75. The commands on which bar are available in all Outlook applications?

- [ ] the Simplified Ribbon
- [ ] To-Do Bar
- [ ] Quick Access Toolbar
- [ ] Navigation Bar
- [ ] the Simplified Ribbon
- [ ] To-Do Bar
- [ ] Quick Access Toolbar
- [ ] Navigation Bar

#### Q76. To keep your Inbox folders organized and lean, where should you move old messages?
#### Q76. To keep your Inbox folders organized and lean, where should you move old messages?

- [ ] a subfolder
- [ ] a compressed file
- [ ] a file system folder
- [ ] an archive
- [ ] a subfolder
- [ ] a compressed file
- [ ] a file system folder
- [ ] an archive

#### Q77. What happens when you delete a folder that contains emails in Outlook?
#### Q77. What happens when you delete a folder that contains emails in Outlook?

- [ ] The folder is emptied and then moved to Deleted Items.
- [ ] You cannot delete a folder until its contents are deleted first.
- [ ] The contents are moved to Deleted Items, and then the empty folder is moved to Deleted Items.
- [ ] The folder and its contents are moved to Deleted Items at the same time.
- [ ] The folder is emptied and then moved to Deleted Items.
- [ ] You cannot delete a folder until its contents are deleted first.
- [ ] The contents are moved to Deleted Items, and then the empty folder is moved to Deleted Items.
- [ ] The folder and its contents are moved to Deleted Items at the same time.

0 comments on commit be07400

Please sign in to comment.