Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebazhanov authored and actions-user committed Jan 9, 2024
1 parent 1f5647d commit 4adbdbf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions adobe-acrobat/adobe-acrobat-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@
- [ ] Select the original field, right-click, and then select create multiple copies.

#### Q50. On a new windows computer, you first installed adobe acrobat DC, then you installed the Microsoft Office suite. Because of the order of installtion, the PDFMaker option does not appear in the ribbons of your Office applications. How can you install PDFMaker in Microsoft Word on a PC?

- [ ] FIle > Options > Add-ins
- [ ] File > Transform > Intelligent Services
- [x] File > Options > Customize ribbons
Expand Down
6 changes: 3 additions & 3 deletions git/git-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1258,8 +1258,8 @@ broccoli
- [ ] This is not possible, as you cannot save locally without committing.
- [ ] Run `git hold` to save a local copy of what you're doing to return to later.


#### Q136. You're creating an action for the Github marketplace. why is it importance to create a release?

- [x] to alow you to create .zip files that you can easily share
- [ ] to initiate a continuos integration process
- [x] to package your software so that it can become available through the Github marketplace
Expand Down Expand Up @@ -1293,9 +1293,9 @@ broccoli
- [ ] Click the advanced Search link.
- [x] Click the search box and type your searc query.

#### Q141. Assigning an issue to a person implies that thay ____.
#### Q141. Assigning an issue to a person implies that thay \_\_\_\_.

- [ ] will get a notification asking them to review the issue
- [x] are responsible for resolving the issue
- [ ] are being informed of the issue's details
- [ ] supervise the team resolving the issue
- [ ] supervise the team resolving the issue
1 change: 1 addition & 0 deletions iMovie/iMovie-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
- [ ] 8K

#### Q41. Which iMovie button applies automatic color adjustments to a clip?

- [ ] video and audio effects
- [x] Color balance
- [ ] Information
Expand Down
1 change: 1 addition & 0 deletions php/php-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,7 @@ echo "excellent";
4 echo $initialString;

#### Q106. What is the output of this script?

```php
$believable = 'false';
$myth = 'The moon is made of green cheese';
Expand Down
1 change: 1 addition & 0 deletions python/python-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -2680,6 +2680,7 @@ The code defines a `square` function to calculate the square of a number. It the
#### Q185.1. What will be the output of the following Python code?

`print("Hello {name1} and {name2}".format(name1='foo', name2='bin'))`

- [x] Hello foo and bin
- [ ] Hello {name1} and {name2}
- [ ] Error
Expand Down
1 change: 1 addition & 0 deletions quickbooks/quickbooks-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ https://www.chegg.com/homework-help/questions-and-answers/would-use-items-tab-en
- [ ] Any QuickBooks report

#### Q67. Why would you create a statement charge for a customer?

- [x] to add a line-item transaction without having to send the customer an invoice when no sales tax is involved.
- [ ] to add a line-item transaction without having to send the customer an invoice and you need the sales tax correctly calculated
- [ ] to send the customer a list of recent trasactions, including both outstanding and current invoices
Expand Down

0 comments on commit 4adbdbf

Please sign in to comment.