{"id":15828,"date":"2023-08-17T23:47:16","date_gmt":"2023-08-17T23:47:16","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=15828"},"modified":"2023-09-09T05:17:56","modified_gmt":"2023-09-09T05:17:56","slug":"30-classic-visual-basic-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/","title":{"rendered":"30 Classic Visual Basic Quiz Questions and Answers"},"content":{"rendered":"<p>Classic Visual Basic (VB) is a programming language and integrated development environment (IDE) developed by Microsoft. It was widely used during the late 1990s and early 2000s to build Windows applications and has played a crucial role in the development of various desktop software. <\/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 overview<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: 30 Classic Visual Basic quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 2: Download Classic Visual Basic questions &#038; answers for free<\/a><\/l1>\n<li><a href=\"#3\">Part 3: Free online quiz software &#8211; OnlineExamMaker<\/a><\/l1>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Classic-Visual-Basic.webp\" alt=\"\" width=\"1000\" height=\"602\" class=\"alignnone size-full wp-image-15829\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Classic-Visual-Basic.webp 1000w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Classic-Visual-Basic-300x181.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Classic-Visual-Basic-768x462.webp 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/p>\n<h3 id=\"1\">Part 1: 30 Classic Visual Basic quiz questions &#038; answers<\/h3>\n<p>1. What does VB stand for in Classic Visual Basic?<br \/>\n   a) Visual Base<br \/>\n   b) Visual Basic<br \/>\n   c) Virtual Basic<br \/>\n   d) Virtual Base<br \/>\n   Answer: b) Visual Basic<\/p>\n<p>2. Which version of Visual Basic introduced support for 32-bit Windows operating systems?<br \/>\n   a) VB 1.0<br \/>\n   b) VB 3.0<br \/>\n   c) VB 5.0<br \/>\n   d) VB 6.0<br \/>\n   Answer: d) VB 6.0<\/p>\n<p>3. In Classic VB, what is the purpose of the &#8220;Option Explicit&#8221; statement at the beginning of a code module?<br \/>\n   a) Enables the use of explicit casting<br \/>\n   b) Enforces the declaration of all variables before use<br \/>\n   c) Activates advanced debugging features<br \/>\n   d) Disables implicit data type conversions<br \/>\n   Answer: b) Enforces the declaration of all variables before use<\/p>\n<p>4. Which control is used to display a list of options that the user can choose from?<br \/>\n   a) TextBox<br \/>\n   b) ComboBox<br \/>\n   c) CheckBox<br \/>\n   d) OptionButton<br \/>\n   Answer: b) ComboBox<\/p>\n<p>5. Which keyword is used to create a new instance of an object in Classic VB?<br \/>\n   a) New<br \/>\n   b) Create<br \/>\n   c) Object<br \/>\n   d) Instantiate<br \/>\n   Answer: a) New<\/p>\n<p>6. What event is commonly used to initialize the properties of controls when a form loads?<br \/>\n   a) Form_Load<br \/>\n   b) Form_Initialize<br \/>\n   c) Form_Start<br \/>\n   d) Form_Open<br \/>\n   Answer: a) Form_Load<\/p>\n<p>7. Which property of a control determines its position on a form in Classic VB?<br \/>\n   a) Location<br \/>\n   b) Position<br \/>\n   c) TopLeft<br \/>\n   d) Left<br \/>\n   Answer: d) Left<\/p>\n<p>8. How can you add a comment in Classic VB code?<br \/>\n   a) \/\/ This is a comment<br \/>\n   b) # This is a comment<br \/>\n   c) &#8216; This is a comment<br \/>\n   d) <!-- This is a comment --><br \/>\n   Answer: c) &#8216; This is a comment<\/p>\n<p>9. Which menu item in the VB IDE is used to add a new form to the project?<br \/>\n   a) Insert<br \/>\n   b) Edit<br \/>\n   c) View<br \/>\n   d) Project<br \/>\n   Answer: d) Project<\/p>\n<p>10. Which control is used to display a message to the user and request a simple response in Classic VB?<br \/>\n    a) MessageBox<br \/>\n    b) DialogBox<br \/>\n    c) InputBox<br \/>\n    d) MsgBox<br \/>\n    Answer: d) MsgBox<\/p>\n<p>11. Which function is used to convert a string to an integer in Classic VB?<br \/>\n    a) StrToInt<br \/>\n    b) ToInt<br \/>\n    c) Int<br \/>\n    d) CInt<br \/>\n    Answer: d) CInt<\/p>\n<p>12. What is the file extension used for Classic VB project files?<br \/>\n    a) .vbproj<br \/>\n    b) .vbp<br \/>\n    c) .vb<br \/>\n    d) .proj<br \/>\n    Answer: b) .vbp<\/p>\n<p>13. Which keyword is used to exit a loop prematurely in Classic VB?<br \/>\n    a) Return<br \/>\n    b) Break<br \/>\n    c) Exit<br \/>\n    d) End<br \/>\n    Answer: c) Exit<\/p>\n<p>14. In Classic VB, which collection is used to store key-value pairs?<br \/>\n    a) Set<br \/>\n    b) Dictionary<br \/>\n    c) HashTable<br \/>\n    d) KeyValuePair<br \/>\n    Answer: b) Dictionary<\/p>\n<p>15. Which event is triggered when a user clicks on a command button in Classic VB?<br \/>\n    a) Click<br \/>\n    b) MouseClick<br \/>\n    c) ButtonClick<br \/>\n    d) Command<br \/>\n    Answer: a) Click<\/p>\n<h3 id=\"2\">Part 2: Download Classic VB questions &#038; answers for free<\/h3>\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\/588-Classic-Visual-Basic.zip\">Free Download <\/a><\/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?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Create An Online Quiz<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>16. Which data type is used to store single-precision floating-point numbers in Classic VB?<br \/>\n    a) Float<br \/>\n    b) Decimal<br \/>\n    c) Double<br \/>\n    d) Single<br \/>\n    Answer: d) Single<\/p>\n<p>17. Which function is used to convert an expression to a string in Classic VB?<br \/>\n    a) ToString()<br \/>\n    b) Convert.ToString()<br \/>\n    c) CStr()<br \/>\n    d) Str()<br \/>\n    Answer: c) CStr()<\/p>\n<p>18. What is the maximum number of characters that a variable name can have in Classic VB?<br \/>\n    a) 64<br \/>\n    b) 128<br \/>\n    c) 256<br \/>\n    d) 1024<br \/>\n    Answer: c) 256<\/p>\n<p>19. Which property is used to set the title of a form in Classic VB?<br \/>\n    a) FormTitle<br \/>\n    b) Title<br \/>\n    c) Caption<br \/>\n    d) Text<br \/>\n    Answer: d) Text<\/p>\n<p>20. Which control is used to display a continuous range of values with a sliding thumb in Classic VB?<br \/>\n    a) Slider<br \/>\n    b) ScrollBar<br \/>\n    c) TrackBar<br \/>\n    d) ProgressBar<br \/>\n    Answer: c) TrackBar<\/p>\n<p>21. Which keyword is used to declare a variable that can be accessed by all procedures within a module in Classic VB?<br \/>\n    a) Global<br \/>\n    b) Private<br \/>\n    c) Public<br \/>\n    d) Shared<br \/>\n    Answer: c) Public<\/p>\n<p>22. What is the default scope of a variable declared within a procedure in Classic VB?<br \/>\n    a) Global<br \/>\n    b) Public<br \/>\n    c) Private<br \/>\n    d) Local<br \/>\n    Answer: d) Local<\/p>\n<p>23. Which method is used to close a form in Classic VB?<br \/>\n    a) End<br \/>\n    b) Close<br \/>\n    c) Exit<br \/>\n    d) Terminate<br \/>\n    Answer: b) Close<\/p>\n<p>24. In Classic VB, what is the maximum number of characters that a TextBox control can display?<br \/>\n    a) 256<br \/>\n    b) 512<br \/>\n    c) 1024<br \/>\n    d) It varies depending on the operating system.<br \/>\n    Answer: d) It varies depending on the operating system.<\/p>\n<p>25. Which property is used to get or set the selected item in a ListBox control in Classic VB?<br \/>\n    a) SelectedIndex<br \/>\n    b) SelectedItem<br \/>\n    c) SelectedText<br \/>\n    d) Value<br \/>\n    Answer: a) SelectedIndex<\/p>\n<p>26. Which keyword is used to create a constant in Classic VB?<br \/>\n    a) Const<br \/>\n    b) Final<br \/>\n    c) Readonly<br \/>\n    d) Constant<br \/>\n    Answer: a) Const<\/p>\n<p>27. Which control is used to display a date and time picker in Classic VB?<br \/>\n    a) DateTimePicker<br \/>\n    b) DatePicker<br \/>\n    c) TimePicker<br \/>\n    d) DateAndTime<br \/>\n    Answer: a) DateTimePicker<\/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. In Classic VB, which function is used to determine whether a file exists?<br \/>\n    a) File.Exists()<br \/>\n    b) FileExists()<br \/>\n    c) FileExist()<br \/>\n    d) File.Exists<br \/>\n    Answer: a) File.Exists()<\/p>\n<p>29. What is the purpose of the &#8220;Unload&#8221; statement in Classic VB?<br \/>\n    a) To free up memory used by an object<br \/>\n    b) To close an open file<br \/>\n    c) To remove a control from a form<br \/>\n    d) To close a form<br \/>\n    Answer: d) To close a form<\/p>\n<p>30. Which method is used to display a context-sensitive help window in Classic VB?<br \/>\n    a) ShowHelp()<br \/>\n    b) DisplayHelp()<br \/>\n    c) Help.Show()<br \/>\n    d) ShowContextHelp()<br \/>\n    Answer: c) Help.Show()<\/p>\n<h3 id=\"3\">Part 3: Best online quiz making platform &#8211; OnlineExamMaker<\/h3>\n<p>OnlineExamMaker&#8217;s secure, powerful web-based quiz maker is an easy-to-use, intelligent online testing software tool for business, training &#038; educational to create exams &#038; quizzes with ease. With its user friendly interface and extensive range of features, OnlineExamMaker simplifies the process of creation and distributing online quizzes to engage learners, improve knowledge retention, and assess performance.<\/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>Classic Visual Basic (VB) is a programming language and integrated development environment (IDE) developed by Microsoft. It was widely used during the late 1990s and early 2000s to build Windows applications and has played a crucial role in the development of various desktop software. Pro Tip Want to assess your learners online? Create an online [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":15829,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-15828","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 Classic Visual Basic 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-classic-visual-basic-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 Classic Visual Basic Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"Classic Visual Basic (VB) is a programming language and integrated development environment (IDE) developed by Microsoft. It was widely used during the late 1990s and early 2000s to build Windows applications and has played a crucial role in the development of various desktop software. Pro Tip Want to assess your learners online? Create an online [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-17T23:47:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-09T05:17:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Classic-Visual-Basic.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"602\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/\",\"name\":\"30 Classic Visual Basic Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-08-17T23:47:16+00:00\",\"dateModified\":\"2023-09-09T05:17:56+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 Classic Visual Basic 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 Classic Visual Basic 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-classic-visual-basic-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 Classic Visual Basic Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"Classic Visual Basic (VB) is a programming language and integrated development environment (IDE) developed by Microsoft. It was widely used during the late 1990s and early 2000s to build Windows applications and has played a crucial role in the development of various desktop software. Pro Tip Want to assess your learners online? Create an online [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-08-17T23:47:16+00:00","article_modified_time":"2023-09-09T05:17:56+00:00","og_image":[{"width":1000,"height":602,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/Classic-Visual-Basic.webp","type":"image\/webp"}],"author":"Willson Black","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Willson Black","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/","name":"30 Classic Visual Basic Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-08-17T23:47:16+00:00","dateModified":"2023-09-09T05:17:56+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-classic-visual-basic-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 Classic Visual Basic 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\/15828"}],"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=15828"}],"version-history":[{"count":2,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/15828\/revisions"}],"predecessor-version":[{"id":18393,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/15828\/revisions\/18393"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/15829"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=15828"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=15828"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=15828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}