{"id":16618,"date":"2023-08-21T23:40:03","date_gmt":"2023-08-21T23:40:03","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=16618"},"modified":"2025-05-03T07:05:30","modified_gmt":"2025-05-03T07:05:30","slug":"30-xml-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-xml-quiz-questions-and-answers\/","title":{"rendered":"30 XML Quiz Questions and Answers"},"content":{"rendered":"<p>XML, or Extensible Markup Language, is a widely used data format and markup language designed to store and transport structured information. It was first introduced by the World Wide Web Consortium (W3C) in 1998. XML is primarily used for representing and exchanging data between different systems, making it platform-independent and human-readable.<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">Pro Tip<\/p>\n<p class=\"refer_box_text\">Want to assess your learners online? <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">Create an online quiz for free<\/a>!<\/p>\n<\/div>\n<h3>Article outline<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#a\">Part 1: OnlineExamMaker AI quiz generator &#8211; The easiest way to make quizzes online<\/a><\/li>\n<li><a href=\"#1\">Part 2: 30 XML quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 3: Download XML 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\/08\/xml-quiz.webp\" alt=\"\" width=\"990\" height=\"565\" class=\"alignnone size-full wp-image-16619\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/xml-quiz.webp 990w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/xml-quiz-300x171.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/xml-quiz-768x438.webp 768w\" sizes=\"(max-width: 990px) 100vw, 990px\" \/><\/p>\n<h3 id=\"a\">Part 1: OnlineExamMaker AI quiz generator &#8211; The easiest way to make quizzes online<\/h3>\n<p>When it comes to ease of creating a XML skills assessment, OnlineExamMaker is one of the best AI-powered quiz making software for your institutions or businesses. With its AI Question Generator, just upload a document or input keywords about your assessment topic, you can generate high-quality quiz questions on any topic, difficulty level, and format.<\/p>\n<p><strong>What you will like:<\/strong><br \/>\n\u25cf AI Question Generator to help you save time in creating quiz questions automatically.<br \/>\n\u25cf Share your online exam with audiences on social platforms like Facebook, Twitter, Reddit and more.<br \/>\n\u25cf Display the feedback for correct or incorrect answers instantly after a question is answered.<br \/>\n\u25cf Create a lead generation form to collect an exam taker&#8217;s information, such as email, mobile phone, work title, company profile and so on. <\/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 XML quiz questions &#038; answers<\/h3>\n<p>1. Question: What does XML stand for?<br \/>\n   a) Extensible Markup Language<br \/>\n   b) Extraordinary Markup Language<br \/>\n   c) External Markup Language<br \/>\n   d) Exponential Markup Language<br \/>\n   Answer: a) Extensible Markup Language<\/p>\n<p>2. Question: What is the primary purpose of XML?<br \/>\n   a) To style web pages<br \/>\n   b) To program web applications<br \/>\n   c) To structure and store data<br \/>\n   d) To create interactive animations<br \/>\n   Answer: c) To structure and store data<\/p>\n<p>3. Question: Which of the following is the correct syntax for an XML element with a closing tag?<br \/>\n   a) {element}<br \/>\n   b) {element\/}<br \/>\n   c) {\/element}<br \/>\n   d) [element]<br \/>\n   Answer: c) {\/element}<\/p>\n<p>4. Question: What does the prolog in an XML document specify?<br \/>\n   a) The content of the document<br \/>\n   b) The version and encoding of the document<br \/>\n   c) The style and layout of the document<br \/>\n   d) The schema of the document<br \/>\n   Answer: b) The version and encoding of the document<\/p>\n<p>5. Question: Which symbol is used to indicate the start and end of an XML comment?<br \/>\n   a) \/\/<br \/>\n   b) {<!-- -->}<br \/>\n   c) \/* *\/<br \/>\n   d) ##<br \/>\n   Answer: b) {<!-- -->}<\/p>\n<p>6. Question: In XML, attributes provide additional information about:<br \/>\n   a) The document&#8217;s encoding<br \/>\n   b) The document&#8217;s prolog<br \/>\n   c) The elements<br \/>\n   d) The comments<br \/>\n   Answer: c) The elements<\/p>\n<p>7. Question: Which of the following is NOT a valid XML attribute name?<br \/>\n   a) width<br \/>\n   b) 2height<br \/>\n   c) font-size<br \/>\n   d) background-color<br \/>\n   Answer: b) 2height<\/p>\n<p>8. Question: What is the purpose of a Document Type Definition (DTD) in XML?<br \/>\n   a) To define the encoding of the XML document<br \/>\n   b) To specify the layout and style of the XML document<br \/>\n   c) To validate the structure and elements of the XML document<br \/>\n   d) To define the version of the XML document<br \/>\n   Answer: c) To validate the structure and elements of the XML document<\/p>\n<p>9. Question: Which XML feature allows an element to contain other elements?<br \/>\n   a) Attributes<br \/>\n   b) Prolog<br \/>\n   c) Nesting<br \/>\n   d) Syntax<br \/>\n   Answer: c) Nesting<\/p>\n<p>10. Question: Which of the following is a correct way to represent a CDATA section in XML?<br \/>\n    a) <![CDATA[This is a CDATA section]]><br \/>\n    b) <?CDATA[This is a CDATA section]?><br \/>\n    c) &lt;![CDATA[This is a CDATA section]]&gt;<br \/>\n    d) &lt;?CDATA[This is a CDATA section]?&gt;<br \/>\n    Answer: a) <![CDATA[This is a CDATA section]]><\/p>\n<p>12. Question: What is the purpose of the XML Schema in XML?<br \/>\n    a) To define the layout and style of the XML document<br \/>\n    b) To validate the structure and elements of the XML document<br \/>\n    c) To define the version of the XML document<br \/>\n    d) To specify the encoding of the XML document<br \/>\n    Answer: b) To validate the structure and elements of the XML document<\/p>\n<p>13. Question: Which XML element is used to define an attribute within an element?<br \/>\n    a) {value}<br \/>\n    b) {attribute}<br \/>\n    c) {attr}<br \/>\n    d) {element}<br \/>\n    Answer: a) {value}<\/p>\n<p>14. Question: What does the XML processing instruction <?xml version=\"1.0\"?> indicate?<br \/>\n    a) The XML version of the document is 1.0<br \/>\n    b) The document contains one element<br \/>\n    c) The document is an HTML file<br \/>\n    d) The document is encoded using UTF-8<br \/>\n    Answer: a) The XML version of the document is 1.0<\/p>\n<p>15. Question: Which XML element is used to define a comment?<br \/>\n    a) {comment}<br \/>\n    b) {note}<br \/>\n    c) {cmt}<br \/>\n    d) {!&#8211; &#8211;}<br \/>\n    Answer: d) {!&#8211; &#8211;}<\/p>\n<h3 id=\"2\">Part 3: Download XML 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\/666-xml.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. Question: Which of the following is a valid XML element?<br \/>\n    a) {1stname}<br \/>\n    b) {lastname-2}<br \/>\n    c) {FirstName}<br \/>\n    d) {Element 1}<br \/>\n    Answer: c) {FirstName}<\/p>\n<p>17. Question: What is the purpose of CDATA sections in XML?<br \/>\n    a) To define element attributes<br \/>\n    b) To store binary data<br \/>\n    c) To embed JavaScript code<br \/>\n    d) To include text that should not be parsed as XML<br \/>\n    Answer: d) To include text that should not be parsed as XML<\/p>\n<p>18. Question: Which XML element is used to define an empty element with no content?<br \/>\n    a) {null}<br \/>\n    b) {empty}<br \/>\n    c) {void}<br \/>\n    d) {element\/}<br \/>\n    Answer: d) {element\/}<\/p>\n<p>19. Question: In XML, what is the purpose of the root element?<br \/>\n    a) To store metadata about the document<br \/>\n    b) To define the structure of the document<br \/>\n    c) To hold the content of the document<br \/>\n    d) To represent the beginning of the document<br \/>\n    Answer: b) To define the structure of the document<\/p>\n<p>20. Question: Which character entity is used to represent the greater than symbol (>) in XML?<br \/>\n    a) &gt;<br \/>\n    b) &lt;<br \/>\n    c) &amp;<br \/>\n    d) &apos;<br \/>\n    Answer: a) &gt;<\/p>\n<p>21. Question: In XML, what is the purpose of character entities?<br \/>\n    a) To define elements within the document<br \/>\n    b) To represent special characters that have specific meanings in XML<br \/>\n    c) To define the encoding of the XML document<br \/>\n    d) To store binary data<br \/>\n    Answer: b) To represent special characters that have specific meanings in XML<\/p>\n<p>22. Question: Which XML element is used to define a processing instruction?<br \/>\n    a) {process}<br \/>\n    b) {instruction}<br \/>\n    c) {pi}<br \/>\n    d) {? &#8230; ?}<br \/>\n    Answer: d) {? &#8230; ?}<\/p>\n<p>23. Question: Which XML feature allows an element to contain text and other elements?<br \/>\n    a) CDATA sections<br \/>\n    b) Attributes<br \/>\n    c) Nesting<br \/>\n    d) Processing instructions<br \/>\n    Answer: c) Nesting<\/p>\n<p>24. Question: What is the purpose of the XML prolog&#8217;s encoding attribute?<br \/>\n    a) To define the version of the XML document<br \/>\n    b) To specify the character encoding used in the document<br \/>\n    c) To identify the root element of the XML document<br \/>\n    d) To indicate the presence of CDATA sections<br \/>\n    Answer: b) To specify the character encoding used in the document<\/p>\n<p>25. Question: In XML, which symbol is used to separate the name of an element and its value when defining an attribute?<br \/>\n    a) :<br \/>\n    b) =<br \/>\n    c) ><br \/>\n    d) &#038;<br \/>\n    Answer: b) =<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">Just so you know<\/p>\n<p class=\"refer_box_text\">With <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">OnlineExamMaker quiz software<\/a>, anyone can create &#038; share professional online assessments easily.<\/p>\n<\/div>\n<p>28. Question: Which XML feature allows you to define a set of rules for elements and their structure?<br \/>\n    a) Nesting<br \/>\n    b) CDATA sections<br \/>\n    c) Document Type Definition (DTD)<br \/>\n    d) Processing instructions<br \/>\n    Answer: c) Document Type Definition (DTD)<\/p>\n<p>29. Question: What is the purpose of XML namespaces?<br \/>\n    a) To hide elements from being displayed in the XML document<br \/>\n    b) To define the layout and style of the XML document<br \/>\n    c) To avoid element name conflicts in XML documents with multiple schemas<br \/>\n    d) To compress the size of the XML document<br \/>\n    Answer: c) To avoid element name conflicts in XML documents with multiple schemas<\/p>\n<p>30. Question: Which XML element is used to define the root element of an XML document in an inline DTD?<br \/>\n    a) {!root}<br \/>\n    b) {!element}<br \/>\n    c) {!DOCTYPE}<br \/>\n    d) {!xml}<br \/>\n    Answer: c) {!DOCTYPE}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>XML, or Extensible Markup Language, is a widely used data format and markup language designed to store and transport structured information. It was first introduced by the World Wide Web Consortium (W3C) in 1998. XML is primarily used for representing and exchanging data between different systems, making it platform-independent and human-readable. Pro Tip Want to [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":16619,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-16618","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 XML Quiz Questions and Answers - 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-xml-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 XML Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"XML, or Extensible Markup Language, is a widely used data format and markup language designed to store and transport structured information. It was first introduced by the World Wide Web Consortium (W3C) in 1998. XML is primarily used for representing and exchanging data between different systems, making it platform-independent and human-readable. Pro Tip Want to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-xml-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-21T23:40:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-03T07:05:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/xml-quiz.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"990\" \/>\n\t<meta property=\"og:image:height\" content=\"565\" \/>\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-xml-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-xml-quiz-questions-and-answers\/\",\"name\":\"30 XML Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-08-21T23:40:03+00:00\",\"dateModified\":\"2025-05-03T07:05:30+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-xml-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-xml-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-xml-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 XML Quiz Questions and Answers\"}]},{\"@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 XML Quiz Questions and Answers - 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-xml-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 XML Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"XML, or Extensible Markup Language, is a widely used data format and markup language designed to store and transport structured information. It was first introduced by the World Wide Web Consortium (W3C) in 1998. XML is primarily used for representing and exchanging data between different systems, making it platform-independent and human-readable. Pro Tip Want to [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-xml-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-08-21T23:40:03+00:00","article_modified_time":"2025-05-03T07:05:30+00:00","og_image":[{"width":990,"height":565,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/xml-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-xml-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-xml-quiz-questions-and-answers\/","name":"30 XML Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-08-21T23:40:03+00:00","dateModified":"2025-05-03T07:05:30+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-xml-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-xml-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-xml-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 XML Quiz Questions and Answers"}]},{"@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\/16618"}],"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=16618"}],"version-history":[{"count":8,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/16618\/revisions"}],"predecessor-version":[{"id":57380,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/16618\/revisions\/57380"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/16619"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=16618"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=16618"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=16618"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}