Skip to content

Commit

Permalink
Merge pull request #3 from bharatkambariya/dev
Browse files Browse the repository at this point in the history
Added Quiz & removed typo mistake
  • Loading branch information
JulieKuehl authored Mar 28, 2019
2 parents 2366cbb + 0e26d0c commit ce4c8b3
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ The students should have at least some knowledge about the topics listed above.

## Objectives

* How to plan the markup for a costum WordPress loop?
* How to plan the markup for a custom WordPress loop?
* How to add the WordPress PHP snippets, like the_author() etc.
* How to comment your markup and your PHP.
* Learn to write readable, and beautifull code.
* How to comment on your markup and your PHP.
* Learn to write readable, and beautiful code.
* Link correctly to images.
* Make translation ready text strings.
* Knowledge of best practise.
* Knowledge of best practice.

## Assets

Expand Down Expand Up @@ -86,3 +86,14 @@ A short quiz for students to evaluate their retention of the material presented.
4. Option

**Answer:** 3\. Correct answer

## Quiz

What is the best way to use **else if** condition.
1. else if
2. if else
3. elseif

**Answer:** 3\. Correct answer because **else if** is not compatible with the colon syntax for **if|elseif** blocks. For this reason, use **elseif** for conditionals.


0 comments on commit ce4c8b3

Please sign in to comment.