{"id":12875,"date":"2025-11-16T00:07:42","date_gmt":"2025-11-16T00:07:42","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=12875"},"modified":"2025-12-09T19:30:53","modified_gmt":"2025-12-09T19:30:53","slug":"30-php-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/","title":{"rendered":"30 PHP Quiz Questions &#038; Answers for 2026"},"content":{"rendered":"<p>PHP (Hypertext Preprocessor) is a popular server-side scripting language primarily used for web development. It was created by Rasmus Lerdorf in 1994 and has since become one of the most widely used languages for building dynamic websites and web applications. PHP is open source and has a large and active community of developers contributing to its development and ecosystem.<\/p>\n<p>Here are some key features and aspects of PHP:<\/p>\n<p>Server-side scripting: PHP is executed on the server side, which means the code is processed on the web server before being sent to the client&#8217;s browser. This allows PHP to generate dynamic content and interact with databases, files, and other server resources.<\/p>\n<p>Easy to learn and use: PHP has a syntax similar to C and other programming languages, making it relatively easy for beginners to grasp. It has a large number of built-in functions and libraries, which simplifies common tasks and reduces the need for writing complex code from scratch.<\/p>\n<p>Web development: PHP is primarily used for web development, allowing developers to embed PHP code directly into HTML. This integration makes it easy to mix dynamic content generation with static HTML content.<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">Just to let you know<\/p>\n<p class=\"refer_box_text\">Sign up for a <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">free OnlineExamMaker account<\/a> to create an interactive online quiz in minutes &#8211; automatic grading &#038; mobile friendly.<\/p>\n<\/div>\n<p>Database integration: PHP has extensive support for interacting with databases, especially the popular MySQL and MariaDB databases. It provides functions and extensions for connecting to databases, executing queries, and retrieving data, making it a suitable choice for building database-driven web applications.<\/p>\n<p>PHP continues to evolve with regular updates and new features being introduced. The latest major version as of my knowledge cutoff date (September 2021) is PHP 8, which brought significant performance improvements, new features like named arguments and attributes, and enhancements to error handling and type safety.<\/p>\n<h3>In this article<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#a\">Part 1: OnlineExamMaker AI quiz generator &#8211; save time and efforts<\/a><\/li>\n<li><a href=\"#1\">Part 2: 30 PHP quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 3: Download PHP questions &#038; answers for free<\/a><\/l1>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/07\/PHP-quiz.webp\" alt=\"\" width=\"850\" height=\"465\" class=\"alignnone size-full wp-image-12876\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/07\/PHP-quiz.webp 850w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/07\/PHP-quiz-300x164.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/07\/PHP-quiz-768x420.webp 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/p>\n<h3 id=\"a\">Part 1: OnlineExamMaker AI quiz generator &#8211; save time and efforts<\/h3>\n<p>Still spend a lot of time in editing questions for your next PHP skills assessment? OnlineExamMaker is an AI quiz maker that leverages artificial intelligence to help users create quizzes, tests, and assessments quickly and efficiently. You can start by inputting a topic or specific details into the OnlineExamMaker AI Question Generator, and the AI will generate a set of questions almost instantly. It also offers the option to include answer explanations, which can be short or detailed, helping learners understand their mistakes.<\/p>\n<p><strong>What you may like:<\/strong><br \/>\n\u25cf Automatic grading and insightful reports. Real-time results and interactive feedback for quiz-takers.<br \/>\n\u25cf The exams are automatically graded with the results instantly, so that teachers can save time and effort in grading.<br \/>\n\u25cf LockDown Browser to restrict browser activity during quizzes to prevent students searching answers on search engines or other software.<br \/>\n\u25cf OnlineExamMaker API offers private access for developers to extract your exam data back into your system automatically.<\/p>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Automatically generate questions using AI<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Try AI Question Generator<\/a><\/div>\n<div class=\"p-style-b\">Generate questions for any topic<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/sign-up.html?refer=blog_btn\"> Create A Quiz<\/a><\/div>\n<div class=\"p-style-b\">100% free forever<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h3 id=\"1\">Part 2: 30 PHP quiz questions &#038; answers<\/h3>\n<p>1. What does PHP stand for?<br \/>\n   a) Personal Hypertext Processor<br \/>\n   b) Pretext Hypertext Parser<br \/>\n   c) Hypertext Preprocessor (Answer)<br \/>\n   d) Preprocessor Hyperlink Parser<\/p>\n<p>2. Which of the following is NOT a PHP data type?<br \/>\n   a) Integer<br \/>\n   b) String<br \/>\n   c) Boolean<br \/>\n   d) Character (Answer)<\/p>\n<p>3. Which operator is used to concatenate two strings in PHP?<br \/>\n   a) &#038;<br \/>\n   b) |<br \/>\n   c) ^<br \/>\n   d) . (Answer)<\/p>\n<p>4. What is the correct way to start a PHP block of code?<br \/>\n   a) <?php\n   b) <?\n   c) <?=\n   d) All of the above (Answer)\n\n5. Which function is used to output text in PHP?\n   a) print()\n   b) echo() (Answer)\n   c) printf()\n   d) write()\n\n6. How do you define a constant in PHP?\n   a) define_constant()\n   b) set_constant()\n   c) const (Answer)\n   d) var_constant()\n\n7. Which of the following is a superglobal variable in PHP?\n   a) $_GET (Answer)\n   b) $GLOBALS\n   c) $_POST\n   d) All of the above\n\n8. What is the purpose of the PHP function `isset()`?\n   a) To check if a variable is set and is not NULL (Answer)\n   b) To set the value of a variable\n   c) To concatenate two strings\n   d) To check if a variable is empty\n\n9. How do you comment a single line in PHP?\n   a) \/\/ Comment\n   b) \/* Comment *\/\n   c) <!-- Comment --><br \/>\n   d) # Comment (Answer)<\/p>\n<p>10. What is the default file extension for PHP files?<br \/>\n    a) .php (Answer)<br \/>\n    b) .html<br \/>\n    c) .txt<br \/>\n    d) .py<\/p>\n<p>11. How do you include the contents of one PHP file into another?<br \/>\n    a) include_once()<br \/>\n    b) require()<br \/>\n    c) include() (Answer)<br \/>\n    d) All of the above<\/p>\n<p>12. Which function is used to count the number of elements in an array?<br \/>\n    a) count()<br \/>\n    b) size()<br \/>\n    c) length()<br \/>\n    d) sizeof() (Answer)<\/p>\n<p>13. What is the purpose of the PHP function `mysqli_connect()`?<br \/>\n    a) To connect to a MySQL database (Answer)<br \/>\n    b) To execute a MySQL query<br \/>\n    c) To fetch data from a MySQL database<br \/>\n    d) To close the connection to a MySQL database<\/p>\n<p>14. Which PHP extension is commonly used to work with XML data?<br \/>\n    a) xmlreader()<br \/>\n    b) xmlparse()<br \/>\n    c) xml()<br \/>\n    d) SimpleXML (Answer)<\/p>\n<p>15. How do you start a session in PHP?<br \/>\n    a) start_session()<br \/>\n    b) session_start() (Answer)<br \/>\n    c) create_session()<br \/>\n    d) init_session()<\/p>\n<h3 id=\"2\">Part 3: Download PHP  questions &#038; answers for free<\/h3>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Download questions &#038; answers for free<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/thanks-for-downloading-questions.html?url=https:\/\/onlineexammaker.com\/questions-answers\/267-PHP.zip\">Free Download <\/a><\/div>\n<div class=\"p-style-b\">Download quiz questions<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Try AI Question Generator<\/a><\/div>\n<div class=\"p-style-b\">Generate questions for any topic<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>16. What is the correct way to handle errors in PHP?<br \/>\n    a) Using the try-catch block<br \/>\n    b) Using the error_reporting() function<br \/>\n    c) Using the set_error_handler() function<br \/>\n    d) All of the above (Answer)<\/p>\n<p>17. How do you redirect a user to a different URL in PHP?<br \/>\n    a) header(&#8220;Location: new_url.php&#8221;) (Answer)<br \/>\n    b) redirect(&#8220;new_url.php&#8221;)<br \/>\n    c) goto(&#8220;new_url.php&#8221;)<br \/>\n    d) relocate(&#8220;new_url.php&#8221;)<\/p>\n<p>18. What does the PHP function `file_get_contents()` do?<br \/>\n    a) Reads the content of a file into a string (Answer)<br \/>\n    b) Creates a new file and writes content into it<br \/>\n    c) Deletes a file from the server<br \/>\n    d) Checks if a file exists<\/p>\n<p>19. Which PHP framework is known for its elegant syntax and expressive database ORM?<br \/>\n    a) Laravel (Answer)<br \/>\n    b) CodeIgniter<br \/>\n    c) Symfony<br \/>\n    d) Zend Framework<\/p>\n<p>20. What is the purpose of the PHP function `json_encode()`?<br \/>\n    a) Converts a PHP array or object into a JSON string (Answer)<br \/>\n    b) Decodes a JSON string into a PHP array or object<br \/>\n    c) Encrypts data using JSON format<br \/>\n    d) Deletes a JSON file from the server<\/p>\n<p>21. Which of the following is used for sanitizing user input in PHP to prevent SQL injection?<br \/>\n    a) addslashes()<br \/>\n    b) htmlentities()<br \/>\n    c) mysqli_real_escape_string() (Answer)<br \/>\n    d) All of the above<\/p>\n<p>22. How do you remove whitespace from the beginning and end of a string in PHP?<br \/>\n    a) trim() (Answer)<br \/>\n    b) ltrim()<br \/>\n    c) rtrim()<br \/>\n    d) strip()<\/p>\n<p>23. What is the output of the following code?<br \/>\n    &#8220;`<br \/>\n    $x = 10;<br \/>\n    echo $x++;<br \/>\n    echo ++$x;<br \/>\n    &#8220;`<br \/>\n    a) 11 12<br \/>\n    b) 10 12<br \/>\n    c) 11 11<br \/>\n    d) 10 11 (Answer)<\/p>\n<p>24. How do you declare a function in PHP?<br \/>\n    a) function myFunction()<br \/>\n    b) def myFunction()<br \/>\n    c) func myFunction()<br \/>\n    d) function myFunction() (Answer)<\/p>\n<p>25. Which of the following is used for sending emails in PHP?<br \/>\n    a) mail() (Answer)<br \/>\n    b) sendmail()<br \/>\n    c) smtp_send()<br \/>\n    d) email()<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">You might like to know<\/p>\n<p class=\"refer_box_text\">Create an auto-grading quiz\/assessment without any coding &#8211; <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">try OnlineExamMaker today<\/a>!<\/p>\n<\/div>\n<p>26. What is the purpose of the PHP function `htmlspecialchars()`?<br \/>\n    a) Converts special characters to HTML entities to prevent cross-site scripting (XSS) attacks (Answer)<br \/>\n    b) Encodes a URL string<br \/>\n    c) Converts HTML entities to special characters<br \/>\n    d) Converts a string to lowercase<\/p>\n<p>27. How do you retrieve the value of a cookie in PHP?<br \/>\n    a) $_COOKIE[&#8216;cookie_name&#8217;] (Answer)<br \/>\n    b) $cookie[&#8216;cookie_name&#8217;]<br \/>\n    c) get_cookie(&#8216;cookie_name&#8217;)<br \/>\n    d) fetch_cookie(&#8216;cookie_name&#8217;)<\/p>\n<p>28. What is the output of the following code?<br \/>\n    $a = 5;<br \/>\n    $b = 10;<br \/>\n    echo ($a > $b) ? &#8220;Greater&#8221; : &#8220;Smaller&#8221;;<br \/>\n    &#8220;`<br \/>\n    a) Greater<br \/>\n    b) Smaller (Answer)<br \/>\n    c) Error: syntax issue<br \/>\n    d) Error: variable not defined<\/p>\n<p>29. Which PHP function is used to delete a file from the server?<br \/>\n    a) delete_file()<br \/>\n    b) remove_file()<br \/>\n    c) unlink() (Answer)<br \/>\n    d) erase_file()<\/p>\n<p>30. What is the purpose of the PHP function `session_destroy()`?<br \/>\n    a) To end the current session and remove session data (Answer)<br \/>\n    b) To start a new session<br \/>\n    c) To destroy all variables in the current session<br \/>\n    d) To close the session without destroying session data<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PHP (Hypertext Preprocessor) is a popular server-side scripting language primarily used for web development. It was created by Rasmus Lerdorf in 1994 and has since become one of the most widely used languages for building dynamic websites and web applications. PHP is open source and has a large and active community of developers contributing to [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":12876,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-12875","post","type-post","status-publish","format-standard","hentry","category-questions-answers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>30 PHP Quiz Questions &amp; Answers for 2026 - OnlineExamMaker Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"30 PHP Quiz Questions &amp; Answers for 2026 - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"PHP (Hypertext Preprocessor) is a popular server-side scripting language primarily used for web development. It was created by Rasmus Lerdorf in 1994 and has since become one of the most widely used languages for building dynamic websites and web applications. PHP is open source and has a large and active community of developers contributing to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-16T00:07:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-09T19:30:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/07\/PHP-quiz.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"850\" \/>\n\t<meta property=\"og:image:height\" content=\"465\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Willson Black\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Willson Black\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/\",\"name\":\"30 PHP Quiz Questions & Answers for 2026 - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2025-11-16T00:07:42+00:00\",\"dateModified\":\"2025-12-09T19:30:53+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 PHP Quiz Questions &#038; Answers for 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/\",\"name\":\"OnlineExamMaker Blog\",\"description\":\"OnlineExamMaker\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\",\"name\":\"Willson Black\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g\",\"caption\":\"Willson Black\"},\"url\":\"https:\/\/onlineexammaker.com\/kb\/author\/willblog\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"30 PHP Quiz Questions & Answers for 2026 - OnlineExamMaker Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 PHP Quiz Questions & Answers for 2026 - OnlineExamMaker Blog","og_description":"PHP (Hypertext Preprocessor) is a popular server-side scripting language primarily used for web development. It was created by Rasmus Lerdorf in 1994 and has since become one of the most widely used languages for building dynamic websites and web applications. PHP is open source and has a large and active community of developers contributing to [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2025-11-16T00:07:42+00:00","article_modified_time":"2025-12-09T19:30:53+00:00","og_image":[{"width":850,"height":465,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/07\/PHP-quiz.webp","type":"image\/webp"}],"author":"Willson Black","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Willson Black","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/","name":"30 PHP Quiz Questions & Answers for 2026 - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2025-11-16T00:07:42+00:00","dateModified":"2025-12-09T19:30:53+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-php-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 PHP Quiz Questions &#038; Answers for 2026"}]},{"@type":"WebSite","@id":"https:\/\/onlineexammaker.com\/kb\/#website","url":"https:\/\/onlineexammaker.com\/kb\/","name":"OnlineExamMaker Blog","description":"OnlineExamMaker","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b","name":"Willson Black","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g","caption":"Willson Black"},"url":"https:\/\/onlineexammaker.com\/kb\/author\/willblog\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/12875"}],"collection":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/comments?post=12875"}],"version-history":[{"count":9,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/12875\/revisions"}],"predecessor-version":[{"id":77603,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/12875\/revisions\/77603"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/12876"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=12875"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=12875"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=12875"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}