Skip to content

Commit

Permalink
add answer and correct wordpress assessment (#2191)
Browse files Browse the repository at this point in the history
* Update wordpress-quiz.md

* Update wordpress-quiz.md

correting answer block editor used
  • Loading branch information
RJLABS authored Sep 12, 2021
1 parent c606728 commit 48f49b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wordpress/wordpress-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@

- [ ] cropping images in the media library
- [ ] injecting specialized scripts into the content area
- [x] creating a site layout
- [ ] creating and laying out content
- [ ] creating a site layout
- [x] creating and laying out content

#### Q14. Which of the following file types is NOT involved in translating WordPress?

Expand Down Expand Up @@ -407,7 +407,7 @@ add_action( 'wp_enqueue_scripts', 'load_scripts' );
- [ ] It runs once per post in the database.
- [ ] It runs once.
- [ ] The Loop doesn't run in template files.
- [ ] It runs once per fetched post.
- [x] It runs once per fetched post.

#### Q48. Which is NOT a suggested performance improvement for your WordPress website?

Expand Down

0 comments on commit 48f49b4

Please sign in to comment.