Skip to content

Commit

Permalink
Fixed #2637 (#2712)
Browse files Browse the repository at this point in the history
* Fixed variable names in Q9 for OOP quiz

* Fixed dictation and correct answer of Q34 of OOP

Inside the body of a static constructor, only static members of a class are accessible.

* Fixed Q35 of OOP quiz dictation

* Update object-oriented-programming-quiz.md

* Update object-oriented-programming-quiz.md

* Updated Q62 of OOP quiz

The choices are a copy of Q61 and are thoroughly irrelevant to Q62

* Fixed dictation of a choice in Q65 of OOP quiz

* Added two new questions (Q66, Q67) for OOP Quiz

* Fixed #2536

First image was duplicated

* Fixed #2637
  • Loading branch information
masoudk1990 authored Dec 2, 2021
1 parent d25c24b commit 96e2df9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions linux/linux-assesment.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,3 +559,10 @@ isse letter drift problem, mentionned here https://access.redhat.com/discussions
- [ ] aarray
- [ ] array -a
- [x] declare -A

#### Q69. What tool Should you use to replace a physical volum in LVM??

- [ ] lvcopy
- [ ] tar
- [x] pvmove
- [ ] cp

0 comments on commit 96e2df9

Please sign in to comment.