{"id":17342,"date":"2023-08-25T04:59:33","date_gmt":"2023-08-25T04:59:33","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=17342"},"modified":"2024-04-02T23:45:55","modified_gmt":"2024-04-02T23:45:55","slug":"30-vbscript-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-vbscript-quiz-questions-and-answers\/","title":{"rendered":"30 VBScript Quiz Questions and Answers"},"content":{"rendered":"<p>VBScript (Visual Basic Scripting Edition) is a lightweight scripting language developed by Microsoft. It is based on the Visual Basic programming language and is primarily used for writing scripts to automate tasks on Windows operating systems. VBScript is embedded within various Microsoft applications, such as Internet Explorer, Windows Script Host (WSH), and Active Server Pages (ASP).<\/p>\n<p>Key features and characteristics of VBScript include:<\/p>\n<p>Scripting Language: VBScript is a scripting language, meaning it is interpreted rather than compiled. It allows for quick and easy scripting of small programs and automation tasks.<\/p>\n<p>Simplicity: VBScript is designed to be simple and easy to learn, with a syntax that resembles natural language and the Basic programming language.<\/p>\n<p>Event-Driven: VBScript often works in an event-driven manner, where scripts respond to events triggered by user actions or system events.<\/p>\n<p>Dynamic Typing: VBScript is dynamically typed, meaning variable types are determined at runtime based on the assigned value.<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">Pro Tip<\/p>\n<p class=\"refer_box_text\">You can build engaging online quizzes with our <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">free online quiz maker<\/a>.<\/p>\n<\/div>\n<h3>Article outline<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: 30 VBScript quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 2: Download VBScript questions &#038; answers for free<\/a><\/l1>\n<li><a href=\"#3\">Part 3: Free online quiz creator &#8211; OnlineExamMaker<\/a><\/l1>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/VBScript.webp\" alt=\"\" width=\"1024\" height=\"576\" class=\"alignnone size-full wp-image-17343\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/VBScript.webp 1024w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/VBScript-300x169.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/VBScript-768x432.webp 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/p>\n<h3 id=\"1\">Part 1: 30 VBScript quiz questions &#038; answers<\/h3>\n<p>1. VBScript is a scripting language developed by:<br \/>\n   a) Oracle<br \/>\n   b) Microsoft<br \/>\n   c) Google<br \/>\n   d) IBM<br \/>\n   Answer: b) Microsoft<\/p>\n<p>2. VBScript is based on which programming language?<br \/>\n   a) C++<br \/>\n   b) Java<br \/>\n   c) Visual Basic<br \/>\n   d) Python<br \/>\n   Answer: c) Visual Basic<\/p>\n<p>3. VBScript is primarily used for:<br \/>\n   a) Web development<br \/>\n   b) Desktop application development<br \/>\n   c) Windows automation tasks<br \/>\n   d) Database management<br \/>\n   Answer: c) Windows automation tasks<\/p>\n<p>4. What type of scripting language is VBScript?<br \/>\n   a) Compiled language<br \/>\n   b) Interpreted language<br \/>\n   c) Hybrid language<br \/>\n   d) Object-oriented language<br \/>\n   Answer: b) Interpreted language<\/p>\n<p>5. VBScript has extensive integration with which operating system?<br \/>\n   a) macOS<br \/>\n   b) Windows<br \/>\n   c) Linux<br \/>\n   d) Android<br \/>\n   Answer: b) Windows<\/p>\n<p>6. VBScript syntax is similar to which programming language?<br \/>\n   a) JavaScript<br \/>\n   b) Python<br \/>\n   c) Visual Basic (VB.NET)<br \/>\n   d) C#<br \/>\n   Answer: c) Visual Basic (VB.NET)<\/p>\n<p>7. Which scripting host allows running VBScript directly from the Windows command prompt?<br \/>\n   a) Internet Explorer<br \/>\n   b) Windows Script Host (WSH)<br \/>\n   c) Visual Studio Code<br \/>\n   d) PowerShell<br \/>\n   Answer: b) Windows Script Host (WSH)<\/p>\n<p>8. VBScript is commonly used to automate tasks on which type of systems?<br \/>\n   a) macOS<br \/>\n   b) Linux<br \/>\n   c) Windows<br \/>\n   d) Android<br \/>\n   Answer: c) Windows<\/p>\n<p>9. VBScript supports which type of typing for variables?<br \/>\n   a) Static typing<br \/>\n   b) Dynamic typing<br \/>\n   c) Strong typing<br \/>\n   d) Weak typing<br \/>\n   Answer: b) Dynamic typing<\/p>\n<p>10. VBScript can be embedded within HTML pages to add interactivity when viewed in:<br \/>\n    a) Chrome<br \/>\n    b) Firefox<br \/>\n    c) Internet Explorer<br \/>\n    d) Safari<br \/>\n    Answer: c) Internet Explorer<\/p>\n<p>11. Which VBScript function is used to display output to the screen?<br \/>\n    a) print()<br \/>\n    b) echo()<br \/>\n    c) write()<br \/>\n    d) MsgBox()<br \/>\n    Answer: d) MsgBox()<\/p>\n<p>12. The VBScript &#8220;For&#8230;Next&#8221; loop is used for:<br \/>\n    a) Iterating over an array<br \/>\n    b) Executing a block of code while a condition is true<br \/>\n    c) Performing a specific task a certain number of times<br \/>\n    d) Executing code based on a set of conditions<br \/>\n    Answer: c) Performing a specific task a certain number of times<\/p>\n<p>13. Which VBScript operator is used for string concatenation?<br \/>\n    a) +<br \/>\n    b) &#038;<br \/>\n    c) ,<br \/>\n    d) :<br \/>\n    Answer: b) &#038;<\/p>\n<p>14. VBScript supports regular expressions for:<br \/>\n    a) File operations<br \/>\n    b) String manipulation<br \/>\n    c) Database management<br \/>\n    d) Object-oriented programming<br \/>\n    Answer: b) String manipulation<\/p>\n<p>15. Which VBScript function is used to read input from the user?<br \/>\n    a) input()<br \/>\n    b) read()<br \/>\n    c) prompt()<br \/>\n    d) InputBox()<br \/>\n    Answer: d) InputBox()<\/p>\n<h3 id=\"2\">Part 2: Download VBScript 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\/771-VBScript.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. VBScript uses which symbol to indicate a comment?<br \/>\n    a) \/\/<br \/>\n    b) ##<br \/>\n    c) &#8216;<br \/>\n    d) ;<br \/>\n    Answer: c) &#8216;<\/p>\n<p>17. Which VBScript function is used to convert a string to uppercase?<br \/>\n    a) toUpperCase()<br \/>\n    b) Upper()<br \/>\n    c) UCase()<br \/>\n    d) ConvertUpper()<br \/>\n    Answer: c) UCase()<\/p>\n<p>18. The VBScript &#8220;If&#8230;Then&#8230;Else&#8221; statement is used for:<br \/>\n    a) Looping over a block of code<br \/>\n    b) Defining a new variable<br \/>\n    c) Making conditional decisions<br \/>\n    d) Performing arithmetic operations<br \/>\n    Answer: c) Making conditional decisions<\/p>\n<p>19. VBScript is widely used for automating repetitive tasks on:<br \/>\n    a) macOS<br \/>\n    b) Linux<br \/>\n    c) Windows<br \/>\n    d) Android<br \/>\n    Answer: c) Windows<\/p>\n<p>20. The VBScript &#8220;Do&#8230;Loop&#8221; statement is used for:<br \/>\n    a) Defining a function<br \/>\n    b) Executing a block of code while a condition is true<br \/>\n    c) Performing arithmetic operations<br \/>\n    d) Reading input from the user<br \/>\n    Answer: b) Executing a block of code while a condition is true<\/p>\n<p>21. Which VBScript function is used to convert a string to lowercase?<br \/>\n    a) toLowerCase()<br \/>\n    b) Lower()<br \/>\n    c) LCase()<br \/>\n    d) ConvertLower()<br \/>\n    Answer: c) LCase()<\/p>\n<p>22. The VBScript &#8220;Select Case&#8221; statement is used for:<br \/>\n    a) Looping over a block of code<br \/>\n    b) Executing a specific block of code based on a value<br \/>\n    c) Making conditional decisions<br \/>\n    d) Performing arithmetic operations<br \/>\n    Answer: b) Executing a specific block of code based on a value<\/p>\n<p>23. VBScript provides basic error handling with the &#8220;_____&#8221; statement.<br \/>\n    a) Try&#8230;Catch<br \/>\n    b) On Error<br \/>\n    c) Catch&#8230;Finally<br \/>\n    d) Throw&#8230;Catch<br \/>\n    Answer: b) On Error<\/p>\n<p>24. VBScript supports which data types?<br \/>\n    a) int, float, string, boolean<br \/>\n    b) integer, float, char, boolean<br \/>\n    c) number, string, boolean, date<br \/>\n    d) integer, string, boolean, date<br \/>\n    Answer: d) integer, string, boolean, date<\/p>\n<p>25. Which VBScript function is used to convert a string to a numeric value?<br \/>\n    a) CInt()<br \/>\n    b) Int()<br \/>\n    c) Num()<br \/>\n    d) ConvertInt()<br \/>\n    Answer: a) CInt()<\/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>26. VBScript is commonly used to automate tasks in which type of environment?<br \/>\n    a) Web browsers<br \/>\n    b) Mobile apps<br \/>\n    c) Desktop applications<br \/>\n    d) Server-side applications<br \/>\n    Answer: c) Desktop applications<\/p>\n<p>27. The VBScript &#8220;While&#8230;Wend&#8221; loop is used for:<br \/>\n    a) Executing a block of code while a condition is true<br \/>\n    b) Iterating over an array<br \/>\n    c) Performing a specific task a certain number of times<br \/>\n    d) Executing code based on a set of conditions<br \/>\n    Answer: a) Executing a block of code while a condition is true<\/p>\n<p>28. Which VBScript function is used to convert a numeric value to a string?<br \/>\n    a) String()<br \/>\n    b) CStr()<br \/>\n    c) ToString()<br \/>\n    d) ConvertString()<br \/>\n    Answer: b) CStr()<\/p>\n<p>29. VBScript is mainly used for automation tasks on which operating system?<br \/>\n    a) macOS<br \/>\n    b) Linux<br \/>\n    c) Windows<br \/>\n    d) Android<br \/>\n    Answer: c) Windows<\/p>\n<p>30. Which VBScript object is used for handling files and folders?<br \/>\n    a) FileObject<br \/>\n    b) FolderObject<br \/>\n    c) FileSystemObject<br \/>\n    d) FileSysObject<br \/>\n    Answer: c) FileSystemObject<\/p>\n<h3 id=\"3\">Part 3: Best online quiz making platform &#8211; OnlineExamMaker<\/h3>\n<p>OnlineExamMaker is cloud-baed and mobile friendly, the created exams can be access on various devices, including desktop computers, laptops, smartphones, and tablets, allowing you to test your connection speed anytime, anywhere. You can personalize your quizzes by adding your branding elements such as logos, colors, and custom backgrounds. You can also set time limits, randomize question order, and customize feedback messages based on learners&#8217; responses.<\/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\/bv7AAAyFOo4\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Create Your Next Quiz\/Exam with OnlineExamMaker<\/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\/sign-up.html?refer=blog_btn\"> Get Started Free<\/a><\/div>\n<div class=\"p-style-b\">SAAS, free forever<\/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\/lan.html?refer=blog_btn\">On-Premise: Download<\/a><\/div>\n<div class=\"p-style-b\">100% data ownership<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>VBScript (Visual Basic Scripting Edition) is a lightweight scripting language developed by Microsoft. It is based on the Visual Basic programming language and is primarily used for writing scripts to automate tasks on Windows operating systems. VBScript is embedded within various Microsoft applications, such as Internet Explorer, Windows Script Host (WSH), and Active Server Pages [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":17343,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-17342","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 VBScript 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-vbscript-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 VBScript Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"VBScript (Visual Basic Scripting Edition) is a lightweight scripting language developed by Microsoft. It is based on the Visual Basic programming language and is primarily used for writing scripts to automate tasks on Windows operating systems. VBScript is embedded within various Microsoft applications, such as Internet Explorer, Windows Script Host (WSH), and Active Server Pages [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-vbscript-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-25T04:59:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-02T23:45:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/VBScript.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\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-vbscript-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-vbscript-quiz-questions-and-answers\/\",\"name\":\"30 VBScript Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-08-25T04:59:33+00:00\",\"dateModified\":\"2024-04-02T23:45:55+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-vbscript-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-vbscript-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-vbscript-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 VBScript 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 VBScript 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-vbscript-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 VBScript Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"VBScript (Visual Basic Scripting Edition) is a lightweight scripting language developed by Microsoft. It is based on the Visual Basic programming language and is primarily used for writing scripts to automate tasks on Windows operating systems. VBScript is embedded within various Microsoft applications, such as Internet Explorer, Windows Script Host (WSH), and Active Server Pages [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-vbscript-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-08-25T04:59:33+00:00","article_modified_time":"2024-04-02T23:45:55+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/VBScript.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-vbscript-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-vbscript-quiz-questions-and-answers\/","name":"30 VBScript Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-08-25T04:59:33+00:00","dateModified":"2024-04-02T23:45:55+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-vbscript-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-vbscript-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-vbscript-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 VBScript 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\/17342"}],"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=17342"}],"version-history":[{"count":3,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/17342\/revisions"}],"predecessor-version":[{"id":28565,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/17342\/revisions\/28565"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/17343"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=17342"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=17342"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=17342"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}