[
  {
    "_component": "text",
    "_classes": "no-element-backgrounds",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Text",
    "displayTitle": "",
    "_headingLevel": 1,
    "body": "<h1><span><span style=\"color:#ffffff\"><span>Checkpoint Exam: Communicating Between Networks Exam</span></span></span></h1>",
    "_id": "ef76b6ffe06b40f893ce4d318249ff63",
    "_parentId": "fd5425f2915442f5a7d5900e7eb60c81",
    "_type": "component",
    "_layout": "left",
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": false,
      "_isCompletionIndicatorEnabled": false
    },
    "_search": {
      "_isEnabled": true,
      "keywords": ""
    },
    "instruction": ""
  },
  {
    "_component": "text",
    "_classes": "background-colour3 remove-padding-top no-element-backgrounds",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Text",
    "displayTitle": "",
    "body": "<p><span style=\"color:#ffffff\">Scroll to begin<i class=\"fa fa-arrow-circle-down\"> </i></span></p>",
    "_id": "87399fe3ac3b41a8a3969a3572414adf",
    "_parentId": "0360e50ae337423f948e5aa45756de6f",
    "_type": "component",
    "_layout": "left",
    "_onScreen": {
      "_isEnabled": true,
      "_classes": "animated pulse infinite",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": false,
      "_isCompletionIndicatorEnabled": false
    },
    "_search": {
      "_isEnabled": true,
      "keywords": ""
    },
    "instruction": ""
  },
  {
    "_component": "text",
    "_classes": "",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Checkpoint Exam: Communicating Between Networks Exam",
    "displayTitle": "",
    "body": "<p>This exam will cover material from Modules 8 - 10 of the CCNA1 - Introduction to Networks v7.0 (ITN) curriculum.<br /><br />&#169; 2023, Cisco Systems, Inc.</p>",
    "_id": "5d2977aea12542f29ae1f23afc1c198a",
    "_parentId": "ff7adf6926b746f1a98659f1f1d63708",
    "_type": "component",
    "_layout": "full",
    "_onScreen": {
      "_isEnabled": true,
      "_classes": "animated fadeIn",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": false,
      "_isCompletionIndicatorEnabled": false
    },
    "_mentor": {
      "_isEnabled": false,
      "_registeredMentors": []
    },
    "_search": {
      "_isEnabled": true,
      "keywords": ""
    },
    "_healthGauge": {
      "_isEnabled": false,
      "_onCorrectValue": 1,
      "_onPartiallyCorrectValue": 1,
      "_onIncorrectValue": 1
    },
    "instruction": ""
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What will happen if the default gateway address is incorrectly configured on a host?</span></p>",
    "_id": "848b89a030644f70b158cad67fffd901",
    "_parentId": "97bddb96d31047bf94b0399a1d6a30df",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "205987",
    "_smvWiseScoring": {
      "ident": "it_205987",
      "outcomes": {
        "decvar": [
          {
            "_varname": "486206",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "487018",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "486206",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "487018",
            "_view": "All",
            "interpret": "2 points for Option 40 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The host cannot communicate with other hosts in the local network.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The switch will not forward packets initiated by the host.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The host will have to use ARP to determine the correct address of the default gateway.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The host cannot communicate with hosts in other networks.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "A ping from the host to 127.0.0.1 would not be successful.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "When a host needs to send a message to another host located on the same network, it can forward the message directly. However, when a host needs to send a message to a remote network, it must use the router, also known as the default gateway. This is because the data link frame address of the remote destination host cannot be used directly. Instead, the IP packet has to be sent to the router (default gateway) and the router will forward the packet toward its destination. Therefore, if the default gateway is incorrectly configured, the host can communicate with other hosts on the same network, but not with hosts on remote networks.",
      "_incorrect": {
        "final": "When a host needs to send a message to another host located on the same network, it can forward the message directly. However, when a host needs to send a message to a remote network, it must use the router, also known as the default gateway. This is because the data link frame address of the remote destination host cannot be used directly. Instead, the IP packet has to be sent to the router (default gateway) and the router will forward the packet toward its destination. Therefore, if the default gateway is incorrectly configured, the host can communicate with other hosts on the same network, but not with hosts on remote networks.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "When a host needs to send a message to another host located on the same network, it can forward the message directly. However, when a host needs to send a message to a remote network, it must use the router, also known as the default gateway. This is because the data link frame address of the remote destination host cannot be used directly. Instead, the IP packet has to be sent to the router (default gateway) and the router will forward the packet toward its destination. Therefore, if the default gateway is incorrectly configured, the host can communicate with other hosts on the same network, but not with hosts on remote networks.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><img loading=\"eager\" src=\"en-US/assets/i206397v1n2_206397.png\" alt=\"At the top is a screen capture with the following words: Ethernet adapter Local Area Connection: Connection-specific DNS Suffix: launchmodem.com IP Address: 192.168.1.95 Subnet Mask: 255.255.255.0 Default Gateway: 192.168.1.254. Under these words from left bottom to right top is the following: PC2 is connected with a straight line to Switch2. Switch2 connects with a straight line to Router2. Router2 has a line that extends into a cloud. Out of the cloud is a line that attaches to Router1. Router1 also has a straight line to connect to Switch1. Switch1 has a straight line that attaches to PC1.\" style=\"min-width: 50%;\"></p><p><span style=\"color:#000000\">Refer to the exhibit. Consider the IP address configuration shown from PC1. What is a description of the default gateway address?</span></p>",
    "_id": "974b6f3806b94568a8f74ea6bb2cfb5e",
    "_parentId": "18c2c399de744fb8a87452a048d97e8e",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "206397",
    "_smvWiseScoring": {
      "ident": "it_206397",
      "outcomes": {
        "decvar": [
          {
            "_varname": "486218",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "486563",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "486218",
            "_view": "All",
            "interpret": "1 point for Option 20 points for any other option"
          },
          {
            "_varname": "486563",
            "_view": "All",
            "interpret": "2 points for Option 20 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "It is the IP address of the Router1 interface that connects the company to the Internet.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is the IP address of the Router1 interface that connects the PC1 LAN to Router1.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It is the IP address of Switch1 that connects PC1 to other devices on the same LAN.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is the IP address of the ISP network device located in the cloud.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The default gateway is used to route packets destined for remote networks. The default gateway IP address is the address of the first Layer 3 device (the router interface) that connects to the same network.",
      "_incorrect": {
        "final": "The default gateway is used to route packets destined for remote networks. The default gateway IP address is the address of the first Layer 3 device (the router interface) that connects to the same network.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The default gateway is used to route packets destined for remote networks. The default gateway IP address is the address of the first Layer 3 device (the router interface) that connects to the same network.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">When transporting data from real-time applications, such as streaming audio and video, which field in the IPv6 header can be used to inform the routers and switches to maintain the same path for the packets in the same conversation?</span></p>",
    "_id": "fd082391b8794f7f862d51b49a28dba7",
    "_parentId": "127a0b275bf64bcdae60e2cab51ad392",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "206403",
    "_smvWiseScoring": {
      "ident": "it_206403",
      "outcomes": {
        "decvar": [
          {
            "_varname": "477092",
            "_maxvalue": 1,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "477092",
            "_view": "All",
            "interpret": "1 point for Option 20 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Next Header",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Flow Label",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Traffic Class",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Differentiated Services",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The Flow Label in IPv6 header is a 20-bit field that provides a special service for real-time applications. This field can be used to inform routers and switches to maintain the same path for the packet flow so that packets will not be reordered.",
      "_incorrect": {
        "final": "The Flow Label in IPv6 header is a 20-bit field that provides a special service for real-time applications. This field can be used to inform routers and switches to maintain the same path for the packet flow so that packets will not be reordered.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The Flow Label in IPv6 header is a 20-bit field that provides a special service for real-time applications. This field can be used to inform routers and switches to maintain the same path for the packet flow so that packets will not be reordered.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_id": "9477d077e67a40aa91f22ed8edafe900",
    "_parentId": "17b0017825e1412aa4dd87312f2fb838",
    "_type": "component",
    "_component": "objectMatching",
    "_classes": "",
    "_layout": "full",
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Refer to the exhibit. Match the packets with their destination IP address to the exiting interfaces on the router. (Not all targets are used.)</span></p>",
    "instruction": "",
    "_attempts": 1,
    "_isRandom": true,
    "_shouldDisplayAttempts": false,
    "_shouldResetAllAnswers": true,
    "_questionWeight": 1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_recordInteraction": true,
    "_isQuestionRandom": true,
    "_isAnswerRandom": false,
    "_categoryTitle": "Categories:",
    "_optionTitle": "Options:",
    "_defaultAnswerBGColor": "#F2F2F2",
    "placeholder": "Please select an option",
    "_ravennaSourceID": "206417",
    "_smvWiseScoring": {
      "ident": "it_206417",
      "outcomes": {
        "decvar": [
          {
            "_varname": "obs0",
            "_maxvalue": 2,
            "title": "Items matched to the correct selection."
          },
          {
            "_varname": "status",
            "_maxvalue": 0,
            "title": "status"
          }
        ],
        "interpretvar": [
          {
            "_varname": "obs0",
            "_view": "All",
            "interpret": "Click on the question mark at the bottom of the item for the correct answer.There is no partial credit."
          },
          {
            "_varname": "status",
            "_view": "All",
            "interpret": "status"
          }
        ]
      }
    },
    "_items": [
      {
        "question": "packets with destination of 172.17.6.15",
        "answer": "FastEthernet0/0",
        "questionBGColor": "#E7F0DA"
      },
      {
        "question": "packets with destination of 172.17.14.8",
        "answer": "FastEthernet0/1",
        "questionBGColor": "#FCA7A7"
      },
      {
        "question": "packets with destination of 172.17.12.10",
        "answer": "FastEthernet1/0",
        "questionBGColor": "#F7F7B0"
      },
      {
        "question": "packets with destination of 172.17.10.5",
        "answer": "FastEthernet1/1",
        "questionBGColor": "#D6F7B0"
      },
      {
        "question": "packets with destination of 172.17.8.20",
        "answer": "Serial0/0/0",
        "questionBGColor": "#D7E6FA"
      }
    ],
    "_feedback": {
      "title": "",
      "correct": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>packets with destination of 172.17.6.15</td><td>FastEthernet0/0</td></tr><tr> <td>packets with destination of 172.17.14.8</td><td>FastEthernet0/1</td></tr><tr> <td>packets with destination of 172.17.12.10</td><td>FastEthernet1/0</td></tr><tr> <td>packets with destination of 172.17.10.5</td><td>FastEthernet1/1</td></tr><tr> <td>packets with destination of 172.17.8.20</td><td>Serial0/0/0</td></tr></table>",
      "_incorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>packets with destination of 172.17.6.15</td><td>FastEthernet0/0</td></tr><tr> <td>packets with destination of 172.17.14.8</td><td>FastEthernet0/1</td></tr><tr> <td>packets with destination of 172.17.12.10</td><td>FastEthernet1/0</td></tr><tr> <td>packets with destination of 172.17.10.5</td><td>FastEthernet1/1</td></tr><tr> <td>packets with destination of 172.17.8.20</td><td>Serial0/0/0</td></tr></table>",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>packets with destination of 172.17.6.15</td><td>FastEthernet0/0</td></tr><tr> <td>packets with destination of 172.17.14.8</td><td>FastEthernet0/1</td></tr><tr> <td>packets with destination of 172.17.12.10</td><td>FastEthernet1/0</td></tr><tr> <td>packets with destination of 172.17.10.5</td><td>FastEthernet1/1</td></tr><tr> <td>packets with destination of 172.17.8.20</td><td>Serial0/0/0</td></tr></table>",
        "notFinal": ""
      }
    },
    "_comment": "",
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    },
    "_pageLevelProgress": {
      "_isEnabled": true
    },
    "_menuTOC": {
      "_isEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">A computer can access devices on the same network but cannot access devices on other networks. What is the probable cause of this problem?</span></p>",
    "_id": "2099752ca13f43fc80487d81db99f151",
    "_parentId": "a306bc7481434f109ae1c4dbc03c11a0",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "206627",
    "_smvWiseScoring": {
      "ident": "it_206627",
      "outcomes": {
        "decvar": [
          {
            "_varname": "463469",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "463470",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "463469",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "463470",
            "_view": "All",
            "interpret": "2 points for Option 40 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The cable is not connected properly to the NIC.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The computer has an invalid IP address.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The computer has an incorrect subnet mask.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The computer has an invalid default gateway address.",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The default gateway is the address of the device a host uses to access the Internet or another network. If the default gateway is missing or incorrect, that host will not be able to communicate outside the local network. Because the host can access other hosts on the local network, the network cable and the other parts of the IP configuration are working.",
      "_incorrect": {
        "final": "The default gateway is the address of the device a host uses to access the Internet or another network. If the default gateway is missing or incorrect, that host will not be able to communicate outside the local network. Because the host can access other hosts on the local network, the network cable and the other parts of the IP configuration are working.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The default gateway is the address of the device a host uses to access the Internet or another network. If the default gateway is missing or incorrect, that host will not be able to communicate outside the local network. Because the host can access other hosts on the local network, the network cable and the other parts of the IP configuration are working.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><img loading=\"eager\" src=\"en-US/assets/i207589v1n1_207589.png\" alt=\"Traceroute output for www.cisco.com. First hop targeting 172.20.0.254. Second hop targeting 172.20.1.18. Third hop targeting 172.20.1.1. Fourth hop targeting 172.20.1.22. Fifth hop targeting 172.24.255.17. Sixth hop targeting 172.24.255.13. Seventh hop targeting 172.24.255.4. Eighth hop targeting 172.24.2.1.\" style=\"min-width: 50%;\"></p><p><span style=\"color:#000000\">Refer to the exhibit. A user PC has successfully transmitted packets to www.cisco.com. Which IP address does the user PC target in order to forward its data off the local network?</span></p>",
    "_id": "865e1ec681bb41d38963cfdb0c68aa02",
    "_parentId": "a7e2a44776c448d3b5f2db3dd84174a7",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "207589",
    "_smvWiseScoring": {
      "ident": "it_207589",
      "outcomes": {
        "decvar": [
          {
            "_varname": "478553",
            "_maxvalue": 1,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "478553",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "172.24.255.17",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "172.24.1.22",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "172.20.0.254",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "172.24.255.4",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "172.20.1.18",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "When a host sends packets to a destination outside of its local network, the first hop IP address encountered is the default gateway.",
      "_incorrect": {
        "final": "When a host sends packets to a destination outside of its local network, the first hop IP address encountered is the default gateway.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "When a host sends packets to a destination outside of its local network, the first hop IP address encountered is the default gateway.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What information does the loopback test provide?</span></p>",
    "_id": "7a7155cb40834451a0f5cdf568f795fd",
    "_parentId": "f91e82bc9f5a4d8e94512808ad354303",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "208171",
    "_smvWiseScoring": {
      "ident": "it_208171",
      "outcomes": {
        "decvar": [
          {
            "_varname": "471796",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "487037",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "471796",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "487037",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The TCP/IP stack on the device is working correctly.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The device has end-to-end connectivity.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "DHCP is working correctly.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The Ethernet cable is working correctly.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The device has the correct IP address on the network.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Because the loopback test sends packets back to the host device, it does not provide information about network connectivity to other hosts. The loopback test verifies that the host NIC, drivers, and TCP/IP stack are functioning.",
      "_incorrect": {
        "final": "Because the loopback test sends packets back to the host device, it does not provide information about network connectivity to other hosts. The loopback test verifies that the host NIC, drivers, and TCP/IP stack are functioning.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Because the loopback test sends packets back to the host device, it does not provide information about network connectivity to other hosts. The loopback test verifies that the host NIC, drivers, and TCP/IP stack are functioning.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which statement describes a feature of the IP protocol?</span></p>",
    "_id": "9a5a733829b14185921f35b5c25038d6",
    "_parentId": "cadaa729f593495185630ac99e06b2db",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "208709",
    "_smvWiseScoring": {
      "ident": "it_208709",
      "outcomes": {
        "decvar": [
          {
            "_varname": "473296",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "487212",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "473296",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "487212",
            "_view": "All",
            "interpret": "2 points for Option 40 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "IP encapsulation is modified based on network media.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "IP relies on Layer 2 protocols for transmission error control.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "MAC addresses are used during the IP packet encapsulation.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "IP relies on upper layer services to handle situations of missing or out-of-order packets.",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "IP protocol is a connection-less protocol, considered unreliable in terms of end-to-end delivery. It does not provide error control in the cases where receiving packets are out-of-order or in cases of missing packets. It relies on upper layer services, such as TCP, to resolve these issues.",
      "_incorrect": {
        "final": "IP protocol is a connection-less protocol, considered unreliable in terms of end-to-end delivery. It does not provide error control in the cases where receiving packets are out-of-order or in cases of missing packets. It relies on upper layer services, such as TCP, to resolve these issues.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "IP protocol is a connection-less protocol, considered unreliable in terms of end-to-end delivery. It does not provide error control in the cases where receiving packets are out-of-order or in cases of missing packets. It relies on upper layer services, such as TCP, to resolve these issues.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What statement describes the function of the Address Resolution Protocol?</span></p>",
    "_id": "e1259c1ac33e4371a1acbe4d2eff6664",
    "_parentId": "180889bbbec0490499b7d12550861fd3",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "208809",
    "_smvWiseScoring": {
      "ident": "it_208809",
      "outcomes": {
        "decvar": [
          {
            "_varname": "486080",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "486081",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "486080",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "486081",
            "_view": "All",
            "interpret": "2 points for Option 40 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "ARP is used to discover the IP address of any host on a different network.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "ARP is used to discover the IP address of any host on the local network.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "ARP is used to discover the MAC address of any host on a different network.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "ARP is used to discover the MAC address of any host on the local network.",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "When a PC wants to send data on the network, it always knows the IP address of the destination.  However, it also needs to discover the MAC address of the destination. ARP is the protocol that is used to discover the MAC address of a host that belongs to the same network.",
      "_incorrect": {
        "final": "When a PC wants to send data on the network, it always knows the IP address of the destination.  However, it also needs to discover the MAC address of the destination. ARP is the protocol that is used to discover the MAC address of a host that belongs to the same network.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "When a PC wants to send data on the network, it always knows the IP address of the destination.  However, it also needs to discover the MAC address of the destination. ARP is the protocol that is used to discover the MAC address of a host that belongs to the same network.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Why is NAT not needed in IPv6?​</span></p>",
    "_id": "8a8619280bd5462182a42cc92a5a1b2c",
    "_parentId": "a61ae7854ce24507881e2b9d1bb0a53a",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "208817",
    "_smvWiseScoring": {
      "ident": "it_208817",
      "outcomes": {
        "decvar": [
          {
            "_varname": "477003",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "477884",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "477003",
            "_view": "All",
            "interpret": "1 point for Option 20 points for any other option"
          },
          {
            "_varname": "477884",
            "_view": "All",
            "interpret": "2 points for Option 20 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Because IPv6 has integrated security, there is no need to hide the IPv6 addresses of internal networks.​",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Any host or user can get a public IPv6 network address because the number of available IPv6 addresses is extremely large.​",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The problems that are induced by NAT applications are solved because the IPv6 header improves packet handling by intermediate routers.​",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The end-to-end connectivity problems that are caused by NAT are solved because the number of routes increases with the number of nodes that are connected to the Internet.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The large number of public IPv6 addresses eliminates the need for NAT. Sites from the largest enterprises to single households can get public IPv6 network addresses. This avoids some of the NAT-induced application problems that are experienced by applications that require end-to-end connectivity.",
      "_incorrect": {
        "final": "The large number of public IPv6 addresses eliminates the need for NAT. Sites from the largest enterprises to single households can get public IPv6 network addresses. This avoids some of the NAT-induced application problems that are experienced by applications that require end-to-end connectivity.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The large number of public IPv6 addresses eliminates the need for NAT. Sites from the largest enterprises to single households can get public IPv6 network addresses. This avoids some of the NAT-induced application problems that are experienced by applications that require end-to-end connectivity.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">How do&#160;hosts ensure that their packets are directed to the correct network destination?</span></p>",
    "_id": "c094f0672c8c4cae9f295c6bf0dc368b",
    "_parentId": "67876811872b4e42a040178975ff497e",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "208821",
    "_smvWiseScoring": {
      "ident": "it_208821",
      "outcomes": {
        "decvar": [
          {
            "_varname": "474204",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "477885",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "474204",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "477885",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "They have to keep their own local routing table that contains a route to the loopback interface, a local network route, and a remote default route.​",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "They always direct their packets to the default gateway, which will be responsible for the packet delivery.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "They search in their own local routing table for a route to the network destination address and pass this information to the default gateway.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "They send a query packet to the default gateway asking for the best route.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Hosts must maintain their own local routing table to ensure that network layer packets are directed to the correct destination network. This local table typically contains a route to the loopback interface, a route to the network that the host is connected to, and a local default route, which represents the route that packets must take to reach all remote network addresses.",
      "_incorrect": {
        "final": "Hosts must maintain their own local routing table to ensure that network layer packets are directed to the correct destination network. This local table typically contains a route to the loopback interface, a route to the network that the host is connected to, and a local default route, which represents the route that packets must take to reach all remote network addresses.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Hosts must maintain their own local routing table to ensure that network layer packets are directed to the correct destination network. This local table typically contains a route to the loopback interface, a route to the network that the host is connected to, and a local default route, which represents the route that packets must take to reach all remote network addresses.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which parameter does the router use to choose the path to the destination when there are multiple routes available?</span></p>",
    "_id": "f1e14b2b1b9346268f262f95f6e84601",
    "_parentId": "63487c558e14434a8b9f98d50e904d74",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "208829",
    "_smvWiseScoring": {
      "ident": "it_208829",
      "outcomes": {
        "decvar": [
          {
            "_varname": "473379",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "487058",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "473379",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "487058",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "the lower metric value that is associated with the destination network",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "the lower gateway IP address to get to the destination network",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "the higher metric value that is associated with the destination network",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "the higher gateway IP address to get to the destination network",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "When a packet arrives at the router interface, the router examines its header to determine the destination network. If there is a route for the destination network in the routing table, the router forwards the packet using that information. If there are two or more possible routes to the same destination, the metric is used to decide which route appears on the routing table. The lower the metric, the better the route.",
      "_incorrect": {
        "final": "When a packet arrives at the router interface, the router examines its header to determine the destination network. If there is a route for the destination network in the routing table, the router forwards the packet using that information. If there are two or more possible routes to the same destination, the metric is used to decide which route appears on the routing table. The lower the metric, the better the route.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "When a packet arrives at the router interface, the router examines its header to determine the destination network. If there is a route for the destination network in the routing table, the router forwards the packet using that information. If there are two or more possible routes to the same destination, the metric is used to decide which route appears on the routing table. The lower the metric, the better the route.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_id": "8c94e5e1cf5c4f9a918d07be270a455f",
    "_parentId": "6ce8ea4e3c9a44ce861657063a87c177",
    "_type": "component",
    "_component": "objectMatching",
    "_classes": "",
    "_layout": "full",
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Match the commands to the correct actions. </span></p>",
    "instruction": "",
    "_attempts": 1,
    "_isRandom": true,
    "_shouldDisplayAttempts": false,
    "_shouldResetAllAnswers": true,
    "_questionWeight": 1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_recordInteraction": true,
    "_isQuestionRandom": true,
    "_isAnswerRandom": false,
    "_categoryTitle": "Categories:",
    "_optionTitle": "Options:",
    "_defaultAnswerBGColor": "#F2F2F2",
    "placeholder": "Please select an option",
    "_ravennaSourceID": "208838",
    "_smvWiseScoring": {
      "ident": "it_208838",
      "outcomes": {
        "decvar": [
          {
            "_varname": "obs0",
            "_maxvalue": 2,
            "title": ""
          },
          {
            "_varname": "status",
            "_maxvalue": 0,
            "title": "status"
          }
        ],
        "interpretvar": [
          {
            "_varname": "obs0",
            "_view": "All"
          },
          {
            "_varname": "status",
            "_view": "All",
            "interpret": "status"
          }
        ]
      }
    },
    "_items": [
      {
        "question": "configures a name on the router",
        "answer": "Router(config)#<B> hostname CL1</B>",
        "questionBGColor": "#D7E6FA"
      },
      {
        "question": "provides security on the console",
        "answer": "Router(config-line)# <B>password class</B>",
        "questionBGColor": "#FDE4F9"
      },
      {
        "question": "displays a message after accessing the router",
        "answer": "Router(config)# <B>banner motd #</B>",
        "questionBGColor": "#D7FAD9"
      }
    ],
    "_feedback": {
      "title": "",
      "correct": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>configures a name on the router</td><td>Router(config)#<B> hostname CL1</B></td></tr><tr> <td>provides security on the console</td><td>Router(config-line)# <B>password class</B></td></tr><tr> <td>displays a message after accessing the router</td><td>Router(config)# <B>banner motd #</B></td></tr></table>",
      "_incorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>configures a name on the router</td><td>Router(config)#<B> hostname CL1</B></td></tr><tr> <td>provides security on the console</td><td>Router(config-line)# <B>password class</B></td></tr><tr> <td>displays a message after accessing the router</td><td>Router(config)# <B>banner motd #</B></td></tr></table>",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>configures a name on the router</td><td>Router(config)#<B> hostname CL1</B></td></tr><tr> <td>provides security on the console</td><td>Router(config-line)# <B>password class</B></td></tr><tr> <td>displays a message after accessing the router</td><td>Router(config)# <B>banner motd #</B></td></tr></table>",
        "notFinal": ""
      }
    },
    "_comment": "",
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    },
    "_pageLevelProgress": {
      "_isEnabled": true
    },
    "_menuTOC": {
      "_isEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><img loading=\"eager\" src=\"en-US/assets/i209403v1n2_209403.gif\" alt=\"The network diagram shows PC1 connected to S1 which is connected to R1 on interface G0/0. R1 is connected to R2 on a WAN link through interface S0/0/0. R2 is connected to S2 and File_server1 through interface G0/0.\" style=\"min-width: 50%;\"></p><p><span style=\"color:#000000\">Refer to the exhibit. PC1 attempts to connect to File_server1 and sends an ARP request to obtain a destination MAC address. Which MAC address will PC1 receive in the ARP reply?</span></p>",
    "_id": "0dfcb5e8adc749bb8b2973c20d9c5856",
    "_parentId": "c3581b1a2d594223bfe224f3b2135e6c",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "209403",
    "_smvWiseScoring": {
      "ident": "it_209403",
      "outcomes": {
        "decvar": [
          {
            "_varname": "488122",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "489941",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "488122",
            "_view": "All",
            "interpret": "1 point for Option 20 points for any other option"
          },
          {
            "_varname": "489941",
            "_view": "All",
            "interpret": "2 points for Option 20 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "the MAC address of S1",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "the MAC address of the G0/0 interface on R1",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "the MAC address of the G0/0 interface on R2",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "the MAC address of S2",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "the MAC address of File_server1",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "PC1 must have a MAC address to use as a destination Layer 2 address. PC1 will send an ARP request as a broadcast and R1 will send back an ARP reply with its G0/0 interface MAC address. PC1 can then forward the packet to the MAC address of the default gateway, R1.",
      "_incorrect": {
        "final": "PC1 must have a MAC address to use as a destination Layer 2 address. PC1 will send an ARP request as a broadcast and R1 will send back an ARP reply with its G0/0 interface MAC address. PC1 can then forward the packet to the MAC address of the default gateway, R1.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "PC1 must have a MAC address to use as a destination Layer 2 address. PC1 will send an ARP request as a broadcast and R1 will send back an ARP reply with its G0/0 interface MAC address. PC1 can then forward the packet to the MAC address of the default gateway, R1.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Under which two circumstances will a switch flood a frame out of every port except the port that the frame was received on? (Choose two.)</span></p>",
    "_id": "34424fe60fbc4a7fbdf9587cd9f7292c",
    "_parentId": "49c4c133212d45eb8b846b5f82e98674",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "209883",
    "_smvWiseScoring": {
      "ident": "it_209883",
      "outcomes": {
        "decvar": [
          {
            "_varname": "641604",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "687310",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "641604",
            "_view": "All",
            "interpret": "1 point for Option 1, Option 20 points for any other option"
          },
          {
            "_varname": "687310",
            "_view": "All",
            "interpret": "Option 1 and Option 2 are correct.1 point for each correct option.0 points if more options are selected than required."
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The frame has the broadcast address as the destination address.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The destination address is unknown to the switch.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The source address in the frame header is the broadcast address.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The source address in the frame is a multicast address.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The destination address in the frame is a known unicast address.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 2,
    "_feedback": {
      "title": "",
      "correct": "A switch will flood a frame out of every port, except the one that the frame was received from, under two circumstances. Either the frame has the broadcast address as the destination address, or the destination address is unknown to the switch.",
      "_incorrect": {
        "final": "A switch will flood a frame out of every port, except the one that the frame was received from, under two circumstances. Either the frame has the broadcast address as the destination address, or the destination address is unknown to the switch.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "A switch will flood a frame out of every port, except the one that the frame was received from, under two circumstances. Either the frame has the broadcast address as the destination address, or the destination address is unknown to the switch.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What are two potential network problems that can result from ARP operation? (Choose two.)</span></p>",
    "_id": "e4e220d303f045bda32d6be1e2b43446",
    "_parentId": "5a9d8f7067684580b3780cd9fa61757b",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "210839",
    "_smvWiseScoring": {
      "ident": "it_210839",
      "outcomes": {
        "decvar": [
          {
            "_varname": "477758",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "477921",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "477758",
            "_view": "All",
            "interpret": "1 point for Option 2, Option 30 points for any other option"
          },
          {
            "_varname": "477921",
            "_view": "All",
            "interpret": "Option 2 and Option 3 are correct.1 point for each correct option.0 points if more options are selected than required."
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Manually configuring static ARP associations could facilitate ARP poisoning or MAC address spoofing.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "On large networks with low bandwidth, multiple ARP broadcasts could cause data communication delays.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Network attackers could manipulate MAC address and IP address mappings in ARP messages with the intent of intercepting network traffic.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Large numbers of ARP request broadcasts could cause the host MAC address table to overflow and prevent the host from communicating on the network.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Multiple ARP replies result in the switch MAC address table containing entries that match the MAC addresses of hosts that are connected to the relevant switch port.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 2,
    "_feedback": {
      "title": "",
      "correct": "Large numbers of ARP broadcast messages could cause momentary data communications delays. Network attackers could manipulate MAC address and IP address mappings in ARP messages with the intent to intercept network traffic. ARP requests and replies cause entries to be made into the ARP table, not the MAC address table. ARP table overflows are very unlikely. Manually configuring static ARP associations is a way to prevent, not facilitate, ARP poisoning and MAC address spoofing. Multiple ARP replies resulting in the switch MAC address table containing entries that match the MAC addresses of connected nodes and are associated with the relevant switch port are required for normal switch frame forwarding operations. It is not an ARP caused network problem.",
      "_incorrect": {
        "final": "Large numbers of ARP broadcast messages could cause momentary data communications delays. Network attackers could manipulate MAC address and IP address mappings in ARP messages with the intent to intercept network traffic. ARP requests and replies cause entries to be made into the ARP table, not the MAC address table. ARP table overflows are very unlikely. Manually configuring static ARP associations is a way to prevent, not facilitate, ARP poisoning and MAC address spoofing. Multiple ARP replies resulting in the switch MAC address table containing entries that match the MAC addresses of connected nodes and are associated with the relevant switch port are required for normal switch frame forwarding operations. It is not an ARP caused network problem.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Large numbers of ARP broadcast messages could cause momentary data communications delays. Network attackers could manipulate MAC address and IP address mappings in ARP messages with the intent to intercept network traffic. ARP requests and replies cause entries to be made into the ARP table, not the MAC address table. ARP table overflows are very unlikely. Manually configuring static ARP associations is a way to prevent, not facilitate, ARP poisoning and MAC address spoofing. Multiple ARP replies resulting in the switch MAC address table containing entries that match the MAC addresses of connected nodes and are associated with the relevant switch port are required for normal switch frame forwarding operations. It is not an ARP caused network problem.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">A new network administrator has been asked to enter a banner message on a Cisco device. What is the fastest way a network administrator could test whether the banner is properly configured?</span></p>",
    "_id": "eefe2eb931cc4a5e94e219bc667c8a24",
    "_parentId": "c84df1ff61f544ccab50e4a5aa8e7df9",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "228148",
    "_smvWiseScoring": {
      "ident": "it_228148",
      "outcomes": {
        "decvar": [
          {
            "_varname": "537307",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "537308",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "537307",
            "_view": "All",
            "interpret": "1 point for Option 50 points for any other option"
          },
          {
            "_varname": "537308",
            "_view": "All",
            "interpret": "2 points for Option 50 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Reboot the device.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Enter <b>CTRL-Z</b> at the privileged mode prompt.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Exit global configuration mode.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Power cycle the device.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Exit privileged EXEC mode and press <b>Enter</b>.",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "While at the privileged mode prompt such as Router#, type <b>exit</b>,press <b>Enter</b>, and the banner message appears. Power cycling a network device that has had the <b>banner motd</b> command issued will also display the banner message, but this is not a quick way to test the configuration.",
      "_incorrect": {
        "final": "While at the privileged mode prompt such as Router#, type <b>exit</b>,press <b>Enter</b>, and the banner message appears. Power cycling a network device that has had the <b>banner motd</b> command issued will also display the banner message, but this is not a quick way to test the configuration.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "While at the privileged mode prompt such as Router#, type <b>exit</b>,press <b>Enter</b>, and the banner message appears. Power cycling a network device that has had the <b>banner motd</b> command issued will also display the banner message, but this is not a quick way to test the configuration.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_id": "8f9b0a577f564a91890a98ffd2f8ade0",
    "_parentId": "64d2a8dc2c3448ce996946e5ea0a75fd",
    "_type": "component",
    "_component": "objectMatching",
    "_classes": "",
    "_layout": "full",
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Match the configuration mode with the command that is available in that mode. </span></p>",
    "instruction": "",
    "_attempts": 1,
    "_isRandom": true,
    "_shouldDisplayAttempts": false,
    "_shouldResetAllAnswers": true,
    "_questionWeight": 1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_recordInteraction": true,
    "_isQuestionRandom": true,
    "_isAnswerRandom": false,
    "_categoryTitle": "Categories:",
    "_optionTitle": "Options:",
    "_defaultAnswerBGColor": "#F2F2F2",
    "placeholder": "Please select an option",
    "_ravennaSourceID": "228155",
    "_smvWiseScoring": {
      "ident": "it_228155",
      "outcomes": {
        "decvar": [
          {
            "_varname": "obs0",
            "_maxvalue": 2,
            "title": "Options placed in the correct order."
          },
          {
            "_varname": "status",
            "_maxvalue": 0,
            "title": "status"
          }
        ],
        "interpretvar": [
          {
            "_varname": "obs0",
            "_view": "All",
            "interpret": "Click on the question mark at the bottom of the item for the correct answer. There is no partial credit."
          },
          {
            "_varname": "status",
            "_view": "All",
            "interpret": "status"
          }
        ]
      }
    },
    "_items": [
      {
        "question": "R1>",
        "answer": "<B>enable</B>",
        "questionBGColor": "#D7FAD9"
      },
      {
        "question": "R1#",
        "answer": "<B>copy running-config startup-config</B>",
        "questionBGColor": "#D7DAFA"
      },
      {
        "question": "R1(config-line)#",
        "answer": "<B>login</B>",
        "questionBGColor": "#CAB5E6"
      },
      {
        "question": "R1(config)#",
        "answer": "<B>interface fastethernet 0/0</B>",
        "questionBGColor": "#FCA7A7"
      }
    ],
    "_feedback": {
      "title": "",
      "correct": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>R1></td><td><B>enable</B></td></tr><tr> <td>R1#</td><td><B>copy running-config startup-config</B></td></tr><tr> <td>R1(config-line)#</td><td><B>login</B></td></tr><tr> <td>R1(config)#</td><td><B>interface fastethernet 0/0</B></td></tr></table>",
      "_incorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>R1></td><td><B>enable</B></td></tr><tr> <td>R1#</td><td><B>copy running-config startup-config</B></td></tr><tr> <td>R1(config-line)#</td><td><B>login</B></td></tr><tr> <td>R1(config)#</td><td><B>interface fastethernet 0/0</B></td></tr></table>",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>R1></td><td><B>enable</B></td></tr><tr> <td>R1#</td><td><B>copy running-config startup-config</B></td></tr><tr> <td>R1(config-line)#</td><td><B>login</B></td></tr><tr> <td>R1(config)#</td><td><B>interface fastethernet 0/0</B></td></tr></table>",
        "notFinal": ""
      }
    },
    "_comment": "",
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    },
    "_pageLevelProgress": {
      "_isEnabled": true
    },
    "_menuTOC": {
      "_isEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What are two services provided by the OSI network layer? (Choose two.)</span></p>",
    "_id": "32adb0cab79c4f4ca5b787bd0e389088",
    "_parentId": "c0bf577d9fd64b318cf7f838b7ca1c02",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "245435",
    "_smvWiseScoring": {
      "ident": "it_245435",
      "outcomes": {
        "decvar": [
          {
            "_varname": "598824",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "598825",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "598824",
            "_view": "All",
            "interpret": "1 point for Option 2, Option 30 points for any other option"
          },
          {
            "_varname": "598825",
            "_view": "All",
            "interpret": "Option 2 and Option 3 are correct.1 point for each correct option.0 points if more options are selected than required."
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "performing error detection",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "routing packets toward the destination",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "encapsulating PDUs from the transport layer",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "placement of frames on the media",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "collision detection",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 2,
    "_feedback": {
      "title": "",
      "correct": "The OSI network layer provides several services to allow communication between devices:<ul><li>addressing</li><li>encapsulation</li><li>routing</li><li>de-encapsulation</li></ul>Error detection, placing frames on the media, and collision detection are all functions of the data ink layer.",
      "_incorrect": {
        "final": "The OSI network layer provides several services to allow communication between devices:<ul><li>addressing</li><li>encapsulation</li><li>routing</li><li>de-encapsulation</li></ul>Error detection, placing frames on the media, and collision detection are all functions of the data ink layer.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The OSI network layer provides several services to allow communication between devices:<ul><li>addressing</li><li>encapsulation</li><li>routing</li><li>de-encapsulation</li></ul>Error detection, placing frames on the media, and collision detection are all functions of the data ink layer.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which statement describes the treatment of ARP requests on the local link?</span></p>",
    "_id": "a87faa1414c94c379db41b1b68505796",
    "_parentId": "92cdd586d04847c293ea12f13e0a53d4",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "245458",
    "_smvWiseScoring": {
      "ident": "it_245458",
      "outcomes": {
        "decvar": [
          {
            "_varname": "683071",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "683072",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "683071",
            "_view": "All",
            "interpret": "1 point for Option 20 points for any other option"
          },
          {
            "_varname": "683072",
            "_view": "All",
            "interpret": "2 points for Option 20 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "They must be forwarded by all routers on the local network.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "They are received and processed by every device on the local network.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "They are dropped by all switches on the local network.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "They are received and processed only by the target device.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "One of the negative issues with ARP requests is that they are sent as a broadcast. This means all devices on the local link must receive and process the request.",
      "_incorrect": {
        "final": "One of the negative issues with ARP requests is that they are sent as a broadcast. This means all devices on the local link must receive and process the request.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "One of the negative issues with ARP requests is that they are sent as a broadcast. This means all devices on the local link must receive and process the request.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which destination address is used in an ARP request frame?</span></p>",
    "_id": "caa3f50e582545d69fbd46c57afd8f0f",
    "_parentId": "f342478e3265430a83b2692d4c865dcc",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "247446",
    "_smvWiseScoring": {
      "ident": "it_247446",
      "outcomes": {
        "decvar": [
          {
            "_varname": "861949",
            "_maxvalue": 1,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "861949",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "0.0.0.0",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "255.255.255.255",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "FFFF.FFFF.FFFF",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "AAAA.AAAA.AAAA",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "the physical address of the destination host",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The purpose of an ARP request is to find the MAC address of the destination host on an Ethernet LAN. The ARP process sends a Layer 2 broadcast to all devices on the Ethernet LAN. The frame contains the IP address of the destination and the broadcast MAC address, FFFF.FFFF.FFFF. The host with the IP address that matches the IP address in the ARP request will reply with a unicast frame that includes the MAC address of the host. Thus the original sending host will obtain the destination IP and MAC address pair to continue the encapsulation process for data transmission.",
      "_incorrect": {
        "final": "The purpose of an ARP request is to find the MAC address of the destination host on an Ethernet LAN. The ARP process sends a Layer 2 broadcast to all devices on the Ethernet LAN. The frame contains the IP address of the destination and the broadcast MAC address, FFFF.FFFF.FFFF. The host with the IP address that matches the IP address in the ARP request will reply with a unicast frame that includes the MAC address of the host. Thus the original sending host will obtain the destination IP and MAC address pair to continue the encapsulation process for data transmission.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The purpose of an ARP request is to find the MAC address of the destination host on an Ethernet LAN. The ARP process sends a Layer 2 broadcast to all devices on the Ethernet LAN. The frame contains the IP address of the destination and the broadcast MAC address, FFFF.FFFF.FFFF. The host with the IP address that matches the IP address in the ARP request will reply with a unicast frame that includes the MAC address of the host. Thus the original sending host will obtain the destination IP and MAC address pair to continue the encapsulation process for data transmission.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Within a production network, what is the purpose of configuring a switch with a default gateway address?</span></p>",
    "_id": "9925c8f196a94d2d89cd49d897d2f3c2",
    "_parentId": "f7b607af318d4137aa4a0a8d9628e9b4",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "247449",
    "_smvWiseScoring": {
      "ident": "it_247449",
      "outcomes": {
        "decvar": [
          {
            "_varname": "681879",
            "_maxvalue": 1,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "681879",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Hosts that are connected to the switch can use the switch default gateway address to forward packets to a remote destination.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "A switch must have a default gateway to be accessible by Telnet and SSH.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The default gateway address is used to forward packets originating from the switch to remote networks.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It provides a next-hop address for all traffic that flows through the switch.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "A default gateway address allows a switch to forward packets that originate on the switch to remote networks. A default gateway address on a switch does not provide Layer 3 routing for PCs that are connected on that switch. A switch can still be accessible from Telnet as long as the source of the Telnet connection is on the local network.",
      "_incorrect": {
        "final": "A default gateway address allows a switch to forward packets that originate on the switch to remote networks. A default gateway address on a switch does not provide Layer 3 routing for PCs that are connected on that switch. A switch can still be accessible from Telnet as long as the source of the Telnet connection is on the local network.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "A default gateway address allows a switch to forward packets that originate on the switch to remote networks. A default gateway address on a switch does not provide Layer 3 routing for PCs that are connected on that switch. A switch can still be accessible from Telnet as long as the source of the Telnet connection is on the local network.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_id": "2c159cf70f4a40f8b69fbbaf8090d3f5",
    "_parentId": "01601601d1c5420f8ff2a5e1382e2f43",
    "_type": "component",
    "_component": "objectMatching",
    "_classes": "",
    "_layout": "full",
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">A network administrator requires access to manage routers and switches locally and remotely. Match the description to the access method. </span></p>",
    "instruction": "",
    "_attempts": 1,
    "_isRandom": true,
    "_shouldDisplayAttempts": false,
    "_shouldResetAllAnswers": true,
    "_questionWeight": 1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_recordInteraction": true,
    "_isQuestionRandom": true,
    "_isAnswerRandom": false,
    "_categoryTitle": "Categories:",
    "_optionTitle": "Options:",
    "_defaultAnswerBGColor": "#F2F2F2",
    "placeholder": "Please select an option",
    "_ravennaSourceID": "258086",
    "_smvWiseScoring": {
      "ident": "it_258086",
      "outcomes": {
        "decvar": [
          {
            "_varname": "obs0",
            "_maxvalue": 2,
            "title": "Options matched to the correct selection."
          },
          {
            "_varname": "status",
            "_maxvalue": 0,
            "title": "status"
          }
        ],
        "interpretvar": [
          {
            "_varname": "obs0",
            "_view": "All",
            "interpret": "Click on the question mark at the bottom of the item for the correct answer.There is no partial credit."
          },
          {
            "_varname": "status",
            "_view": "All",
            "interpret": "status"
          }
        ]
      }
    },
    "_items": [
      {
        "question": "remote access method that uses encryption",
        "answer": "SSH",
        "questionBGColor": "#F9D8D6"
      },
      {
        "question": "preferred out-of-band access method",
        "answer": "console",
        "questionBGColor": "#D7F7FA"
      },
      {
        "question": "remote access via a dialup connection",
        "answer": "AUX",
        "questionBGColor": "#FDE4F9"
      },
      {
        "question": "unsecure remote access",
        "answer": "Telnet",
        "questionBGColor": "#B0F7C9"
      }
    ],
    "_feedback": {
      "title": "",
      "correct": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>remote access method that uses encryption</td><td>SSH</td></tr><tr> <td>preferred out-of-band access method</td><td>console</td></tr><tr> <td>remote access via a dialup connection</td><td>AUX</td></tr><tr> <td>unsecure remote access</td><td>Telnet</td></tr><tr></table>",
      "_incorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>remote access method that uses encryption</td><td>SSH</td></tr><tr> <td>preferred out-of-band access method</td><td>console</td></tr><tr> <td>remote access via a dialup connection</td><td>AUX</td></tr><tr> <td>unsecure remote access</td><td>Telnet</td></tr><tr></table>",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>remote access method that uses encryption</td><td>SSH</td></tr><tr> <td>preferred out-of-band access method</td><td>console</td></tr><tr> <td>remote access via a dialup connection</td><td>AUX</td></tr><tr> <td>unsecure remote access</td><td>Telnet</td></tr><tr></table>",
        "notFinal": ""
      }
    },
    "_comment": "",
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    },
    "_pageLevelProgress": {
      "_isEnabled": true
    },
    "_menuTOC": {
      "_isEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What important information is examined in the Ethernet frame header by a Layer 2 device in order to forward the data onward?</span></p>",
    "_id": "91de6e21c6ca4003b6c318825c4bf6a1",
    "_parentId": "a26dce66be5b4e1b9386ddd4d9f1a714",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "261173",
    "_smvWiseScoring": {
      "ident": "it_261173",
      "outcomes": {
        "decvar": [
          {
            "_varname": "641706",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "641707",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "641706",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          },
          {
            "_varname": "641707",
            "_view": "All",
            "interpret": "2 points for Option 30 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "source MAC address",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "source IP address",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "destination MAC address",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "ethernet type",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "destination IP address",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The Layer 2 device, such as a switch, uses the destination MAC address to determine which path (interface or port) should be used to send the data onward to the destination device.",
      "_incorrect": {
        "final": "The Layer 2 device, such as a switch, uses the destination MAC address to determine which path (interface or port) should be used to send the data onward to the destination device.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The Layer 2 device, such as a switch, uses the destination MAC address to determine which path (interface or port) should be used to send the data onward to the destination device.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_id": "541a80d23bb74925b109c5302fa7c237",
    "_parentId": "8c61ac586a5846a9b766d2cc776532ef",
    "_type": "component",
    "_component": "objectMatching",
    "_classes": "",
    "_layout": "full",
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Match the phases to the functions during the boot up process of a Cisco router. </span></p>",
    "instruction": "",
    "_attempts": 1,
    "_isRandom": true,
    "_shouldDisplayAttempts": false,
    "_shouldResetAllAnswers": true,
    "_questionWeight": 1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_recordInteraction": true,
    "_isQuestionRandom": true,
    "_isAnswerRandom": false,
    "_categoryTitle": "Categories:",
    "_optionTitle": "Options:",
    "_defaultAnswerBGColor": "#F2F2F2",
    "placeholder": "Please select an option",
    "_ravennaSourceID": "264454",
    "_smvWiseScoring": {
      "ident": "it_264454",
      "outcomes": {
        "decvar": [
          {
            "_varname": "obs0",
            "_maxvalue": 2,
            "title": "Options matched to the correct selection."
          },
          {
            "_varname": "status",
            "_maxvalue": 0,
            "title": "status"
          }
        ],
        "interpretvar": [
          {
            "_varname": "obs0",
            "_view": "All",
            "interpret": "Click on the question mark at the bottom of the item for the correct answer.There is no partial credit."
          },
          {
            "_varname": "status",
            "_view": "All",
            "interpret": "status"
          }
        ]
      }
    },
    "_items": [
      {
        "question": "phase 2",
        "answer": "locate and load the Cisco IOS software",
        "questionBGColor": "#F9D8D6"
      },
      {
        "question": "phase 3",
        "answer": "locate and load the startup configuration file",
        "questionBGColor": "#D7FAD9"
      },
      {
        "question": "phase 1",
        "answer": "perform the POST and load the bootstrap program",
        "questionBGColor": "#D7F7FA"
      }
    ],
    "_feedback": {
      "title": "",
      "correct": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>phase 2</td><td>locate and load the Cisco IOS software</td></tr><tr> <td>phase 3</td><td>locate and load the startup configuration file</td></tr><tr> <td>phase 1</td><td>perform the POST and load the bootstrap program</td></tr></table>",
      "_incorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>phase 2</td><td>locate and load the Cisco IOS software</td></tr><tr> <td>phase 3</td><td>locate and load the startup configuration file</td></tr><tr> <td>phase 1</td><td>perform the POST and load the bootstrap program</td></tr></table>.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>phase 2</td><td>locate and load the Cisco IOS software</td></tr><tr> <td>phase 3</td><td>locate and load the startup configuration file</td></tr><tr> <td>phase 1</td><td>perform the POST and load the bootstrap program</td></tr></table>",
        "notFinal": ""
      }
    },
    "_comment": "",
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    },
    "_pageLevelProgress": {
      "_isEnabled": true
    },
    "_menuTOC": {
      "_isEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What is a basic characteristic of the IP protocol?</span></p>",
    "_id": "545b71a3ddd944a6a5e18dce0908245b",
    "_parentId": "402ccaaff8a94e7aa4cfe8e90db55dce",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "267911",
    "_smvWiseScoring": {
      "ident": "it_267911",
      "outcomes": {
        "decvar": [
          {
            "_varname": "681866",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "681867",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "681866",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "681867",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "connectionless",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "media dependent",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "user data segmentation",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "reliable end-to-end delivery",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Internet Protocol (IP) is a network layer protocol that does not require initial exchange of control information to establish an end-to-end connection before packets are forwarded. Thus, IP is connectionless and does not provide reliable end-to-end delivery by itself. IP is media independent. User data segmentation is a service provided at the transport layer.",
      "_incorrect": {
        "final": "Internet Protocol (IP) is a network layer protocol that does not require initial exchange of control information to establish an end-to-end connection before packets are forwarded. Thus, IP is connectionless and does not provide reliable end-to-end delivery by itself. IP is media independent. User data segmentation is a service provided at the transport layer.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Internet Protocol (IP) is a network layer protocol that does not require initial exchange of control information to establish an end-to-end connection before packets are forwarded. Thus, IP is connectionless and does not provide reliable end-to-end delivery by itself. IP is media independent. User data segmentation is a service provided at the transport layer.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which field in the IPv4 header is used to prevent a packet from traversing a network endlessly?</span></p>",
    "_id": "5331729cf2ba42bd82002767e3a119ae",
    "_parentId": "ecc14a72ec9d4d88a2f481875cfa0ff1",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "267912",
    "_smvWiseScoring": {
      "ident": "it_267912",
      "outcomes": {
        "decvar": [
          {
            "_varname": "683151",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "683152",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "683151",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "683152",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Time-to-Live",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Sequence Number",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Acknowledgment Number",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Differentiated Services",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The value of the Time-to-Live (TTL) field in the IPv4 header is used to limit the lifetime of a packet. The sending host sets the initial TTL value; which is decreased by one each time the packet is processed by a router. If the TTL field decrements to zero, the router discards the packet and sends an Internet Control Message Protocol (ICMP) Time Exceeded message to the source IP address. The Differentiated Services (DS) field is used to determine the priority of each packet. Sequence Number and Acknowledgment Number are two fields in the TCP header.",
      "_incorrect": {
        "final": "The value of the Time-to-Live (TTL) field in the IPv4 header is used to limit the lifetime of a packet. The sending host sets the initial TTL value; which is decreased by one each time the packet is processed by a router. If the TTL field decrements to zero, the router discards the packet and sends an Internet Control Message Protocol (ICMP) Time Exceeded message to the source IP address. The Differentiated Services (DS) field is used to determine the priority of each packet. Sequence Number and Acknowledgment Number are two fields in the TCP header.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The value of the Time-to-Live (TTL) field in the IPv4 header is used to limit the lifetime of a packet. The sending host sets the initial TTL value; which is decreased by one each time the packet is processed by a router. If the TTL field decrements to zero, the router discards the packet and sends an Internet Control Message Protocol (ICMP) Time Exceeded message to the source IP address. The Differentiated Services (DS) field is used to determine the priority of each packet. Sequence Number and Acknowledgment Number are two fields in the TCP header.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What is one advantage that the IPv6 simplified header offers over IPv4?</span></p>",
    "_id": "7661882fde204d6fa59b0341ebfe758f",
    "_parentId": "001f79837a364ff997a2decac3dfb6e8",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "271182",
    "_smvWiseScoring": {
      "ident": "it_271182",
      "outcomes": {
        "decvar": [
          {
            "_varname": "686735",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "686736",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "686735",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "686736",
            "_view": "All",
            "interpret": "2 points for Option 40 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "smaller-sized header",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "little requirement for processing checksums",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "smaller-sized source and destination IP addresses",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "efficient packet handling",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The IPv6 simplified header offers several advantages over IPv4:<br />&middot;         Better routing efficiency and efficient packet handling for performance and forwarding-rate scalability<br />&middot;         No requirement for processing checksums<br />&middot;         Simplified and more efficient extension header mechanisms (as opposed to the IPv4 Options field)<br />&middot;         A Flow Label field for per-flow processing with no need to open the transport inner packet to identify the various traffic flows<br /> <br />",
      "_incorrect": {
        "final": "The IPv6 simplified header offers several advantages over IPv4:<br />&middot;         Better routing efficiency and efficient packet handling for performance and forwarding-rate scalability<br />&middot;         No requirement for processing checksums<br />&middot;         Simplified and more efficient extension header mechanisms (as opposed to the IPv4 Options field)<br />&middot;         A Flow Label field for per-flow processing with no need to open the transport inner packet to identify the various traffic flows<br /> <br />",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The IPv6 simplified header offers several advantages over IPv4:<br />&middot;         Better routing efficiency and efficient packet handling for performance and forwarding-rate scalability<br />&middot;         No requirement for processing checksums<br />&middot;         Simplified and more efficient extension header mechanisms (as opposed to the IPv4 Options field)<br />&middot;         A Flow Label field for per-flow processing with no need to open the transport inner packet to identify the various traffic flows<br /> <br />",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">A network technician issues the <b>arp -d *</b> command on a PC after the router that is connected to the LAN is reconfigured. What is the result after this command is issued?</span></p>",
    "_id": "196198fd03594a018f3e221a074ac4e3",
    "_parentId": "a4322e0e7d124e42bd6ef232692b871c",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "271191",
    "_smvWiseScoring": {
      "ident": "it_271191",
      "outcomes": {
        "decvar": [
          {
            "_varname": "687197",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "687198",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "687197",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "687198",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The ARP cache is cleared.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The current content of the ARP cache is displayed.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The detailed information of the ARP cache is displayed.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The ARP cache is synchronized with the router interface.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Issuing the <b>arp &ndash;d</b> <b>*</b> command on a PC will clear the ARP cache content. This is helpful when a network technician wants to ensure the cache is populated with updated information.",
      "_incorrect": {
        "final": "Issuing the <b>arp &ndash;d</b> <b>*</b> command on a PC will clear the ARP cache content. This is helpful when a network technician wants to ensure the cache is populated with updated information.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Issuing the <b>arp &ndash;d</b> <b>*</b> command on a PC will clear the ARP cache content. This is helpful when a network technician wants to ensure the cache is populated with updated information.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_id": "3877d93e39ae42c4898f40ea8d4ce66e",
    "_parentId": "56be0eb81a094b0c91cffb11e321e5ad",
    "_type": "component",
    "_component": "objectMatching",
    "_classes": "",
    "_layout": "full",
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Match the command with the device mode at which the command is entered. </span></p>",
    "instruction": "",
    "_attempts": 1,
    "_isRandom": true,
    "_shouldDisplayAttempts": false,
    "_shouldResetAllAnswers": true,
    "_questionWeight": 1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_recordInteraction": true,
    "_isQuestionRandom": true,
    "_isAnswerRandom": false,
    "_categoryTitle": "Categories:",
    "_optionTitle": "Options:",
    "_defaultAnswerBGColor": "#F2F2F2",
    "placeholder": "Please select an option",
    "_ravennaSourceID": "272025",
    "_smvWiseScoring": {
      "ident": "it_272025",
      "outcomes": {
        "decvar": [
          {
            "_varname": "obs0",
            "_maxvalue": 2,
            "title": "Options matched to the correct selection."
          },
          {
            "_varname": "status",
            "_maxvalue": 0,
            "title": "status"
          }
        ],
        "interpretvar": [
          {
            "_varname": "obs0",
            "_view": "All",
            "interpret": "Click on the question mark at the bottom of the item for the correct answer.There is no partial credit."
          },
          {
            "_varname": "status",
            "_view": "All",
            "interpret": "status"
          }
        ]
      }
    },
    "_items": [
      {
        "question": "service password-encryption",
        "answer": "R1(config)#",
        "questionBGColor": "#F9D8D6"
      },
      {
        "question": "enable",
        "answer": "R1&gt;",
        "questionBGColor": "#D7FAD9"
      },
      {
        "question": "copy running-config startup-config",
        "answer": "R1#",
        "questionBGColor": "#D7F7FA"
      },
      {
        "question": "login",
        "answer": "R1(config-line)#",
        "questionBGColor": "#B0EAF7"
      },
      {
        "question": "ip address 192.168.4.4 255.255.255.0",
        "answer": "R1(config-if)#",
        "questionBGColor": "#D7DAFA"
      }
    ],
    "_feedback": {
      "title": "",
      "correct": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>service password-encryption</td><td>R1(config)#</td></tr><tr> <td>enable</td><td>R1&gt;</td></tr><tr> <td>copy running-config startup-config</td><td>R1#</td></tr><tr> <td>login</td><td>R1(config-line)#</td></tr><tr> <td>ip address 192.168.4.4 255.255.255.0</td><td>R1(config-if)#</td></tr></table>",
      "_incorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>service password-encryption</td><td>R1(config)#</td></tr><tr> <td>enable</td><td>R1&gt;</td></tr><tr> <td>copy running-config startup-config</td><td>R1#</td></tr><tr> <td>login</td><td>R1(config-line)#</td></tr><tr> <td>ip address 192.168.4.4 255.255.255.0</td><td>R1(config-if)#</td></tr></table>",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>service password-encryption</td><td>R1(config)#</td></tr><tr> <td>enable</td><td>R1&gt;</td></tr><tr> <td>copy running-config startup-config</td><td>R1#</td></tr><tr> <td>login</td><td>R1(config-line)#</td></tr><tr> <td>ip address 192.168.4.4 255.255.255.0</td><td>R1(config-if)#</td></tr></table>",
        "notFinal": ""
      }
    },
    "_comment": "",
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    },
    "_pageLevelProgress": {
      "_isEnabled": true
    },
    "_menuTOC": {
      "_isEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What IPv4 header field identifies the upper layer protocol carried in the packet?</span></p>",
    "_id": "322b7b66cf4f4cfc9040301d93d4ddf1",
    "_parentId": "0ecab93577a64f91bb9b994da01a5b4d",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "274046",
    "_smvWiseScoring": {
      "ident": "it_274046",
      "outcomes": {
        "decvar": [
          {
            "_varname": "680072",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "680073",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "680072",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "680073",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Protocol",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Identification",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Version",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Differentiated Services",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "It is the Protocol field in the IP header that identifies the upper-layer protocol the packet is carrying. The Version field identifies the IP version. The Differential Services field is used for setting packet priority. The Identification field is used to reorder fragmented packets.",
      "_incorrect": {
        "final": "It is the Protocol field in the IP header that identifies the upper-layer protocol the packet is carrying. The Version field identifies the IP version. The Differential Services field is used for setting packet priority. The Identification field is used to reorder fragmented packets.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "It is the Protocol field in the IP header that identifies the upper-layer protocol the packet is carrying. The Version field identifies the IP version. The Differential Services field is used for setting packet priority. The Identification field is used to reorder fragmented packets.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What routing table entry has a next hop address associated with a destination network?</span></p>",
    "_id": "3b06032c80394255a385fbd04a7ccf54",
    "_parentId": "f2ed16d1a812438a9ec0ad84fb640f53",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "274049",
    "_smvWiseScoring": {
      "ident": "it_274049",
      "outcomes": {
        "decvar": [
          {
            "_varname": "686913",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "686914",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "686913",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          },
          {
            "_varname": "686914",
            "_view": "All",
            "interpret": "2 points for Option 30 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Directly-connected routes",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Local routes",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Remote routes",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "C and L source routes",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Routing table entries for remote routes will have a next hop IP address. The next hop IP address is the address of the router interface of the next device to be used to reach the destination network. Directly-connected and local routes have no next hop, because they do not require going through another router to be reached.",
      "_incorrect": {
        "final": "Routing table entries for remote routes will have a next hop IP address. The next hop IP address is the address of the router interface of the next device to be used to reach the destination network. Directly-connected and local routes have no next hop, because they do not require going through another router to be reached.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Routing table entries for remote routes will have a next hop IP address. The next hop IP address is the address of the router interface of the next device to be used to reach the destination network. Directly-connected and local routes have no next hop, because they do not require going through another router to be reached.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><a class='mcq_activity_download_btn' href='en-US/assets/i274561v1n1_i208820v1n1_288820-3.pka' target=\"_blank\"><span><material-icon icon='file_download' class=\"download-icon\"></material-icon></span>&nbsp;&nbsp;PT Activity</a></p><p><span style=\"color:#000000\">Open the PT activity. Perform the tasks in the activity instructions and then answer the question.<br />Which interfaces in each router are active and operational?</span></p>",
    "_id": "33ef42a757ff41418f12ee6d161ead08",
    "_parentId": "0bf26277b7c64dbdbcd052029b8e4ae5",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "274561",
    "_smvWiseScoring": {
      "ident": "it_274561",
      "outcomes": {
        "decvar": [
          {
            "_varname": "682922",
            "_maxvalue": 1,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "682922",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "R1:  G0/0 and S0/0/0<br />R2:  G0/0 and S0/0/0",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "R1:  G0/1 and S0/0/1<br />R2:  G0/0 and S0/0/1",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "R1: G0/0 and S0/0/0<br />R2: G0/1 and S0/0/0",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "R1: G0/0 and S0/0/1<br />R2: G0/1 and S0/0/1",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The command to use for this activity is <b>show ip interface brief</b> in each router. The active and operational interfaces are represented by the value &quot;up&quot; in the &quot;Status&quot; and &quot;Protocol&quot; columns. The interfaces in R1 with these characteristics are G0/0 and S0/0/0. In R2 they are G0/1 and S0/0/0.",
      "_incorrect": {
        "final": "The command to use for this activity is <b>show ip interface brief</b> in each router. The active and operational interfaces are represented by the value &quot;up&quot; in the &quot;Status&quot; and &quot;Protocol&quot; columns. The interfaces in R1 with these characteristics are G0/0 and S0/0/0. In R2 they are G0/1 and S0/0/0.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The command to use for this activity is <b>show ip interface brief</b> in each router. The active and operational interfaces are represented by the value &quot;up&quot; in the &quot;Status&quot; and &quot;Protocol&quot; columns. The interfaces in R1 with these characteristics are G0/0 and S0/0/0. In R2 they are G0/1 and S0/0/0.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What are two functions of NVRAM? (Choose two.)</span></p>",
    "_id": "d6be5e2aa7544364b4bc3737e793f7ac",
    "_parentId": "0b23ea4a6f8d4e828354879213e0f476",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "274592",
    "_smvWiseScoring": {
      "ident": "it_274592",
      "outcomes": {
        "decvar": [
          {
            "_varname": "687320",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "687321",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "687320",
            "_view": "All",
            "interpret": "1 point for Option 2, Option 30 points for any other option"
          },
          {
            "_varname": "687321",
            "_view": "All",
            "interpret": "Option 2 and Option 3 are correct.1 point for each correct option.0 points if more options are selected than required."
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "to store the routing table",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "to retain contents when power is removed",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "to store the startup configuration file",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "to contain the running configuration file",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "to store the ARP table",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 2,
    "_feedback": {
      "title": "",
      "correct": "NVRAM is permanent memory storage, so the startup configuration file is preserved even if the router loses power.",
      "_incorrect": {
        "final": "NVRAM is permanent memory storage, so the startup configuration file is preserved even if the router loses power.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "NVRAM is permanent memory storage, so the startup configuration file is preserved even if the router loses power.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which three commands are used to set up secure access to a router through a connection to the console interface? (Choose three.)</span></p>",
    "_id": "23405ffeac2444ffbccbcc01a2de613e",
    "_parentId": "f29ae23faf50451cab4de78213dcb248",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "275360",
    "_smvWiseScoring": {
      "ident": "it_275360",
      "outcomes": {
        "decvar": [
          {
            "_varname": "686853",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "686854",
            "_maxvalue": 3,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "686853",
            "_view": "All",
            "interpret": "1 point for Option 3, Option 5, Option 60 points for any other option"
          },
          {
            "_varname": "686854",
            "_view": "All",
            "interpret": "Option 3, Option 5, and Option 6 are correct.1 point for each correct option.0 points if more options are selected than required."
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "<b>interface fastethernet 0/0</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>line vty 0 4</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>line console 0</b>",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "<b>enable secret cisco</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>login</b>",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "<b>password cisco</b>",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 3,
    "_feedback": {
      "title": "",
      "correct": "The three commands needed to password protect the console port are as follows:<br /><b>line console 0<br />password cisco<br />login</b> <br />The <b><b>interface fastethernet 0/0</b></b> command is commonly used to access the configuration mode used to apply specific parameters such as the IP address to the Fa0/0 port. The <b><b>line vty 0 4</b></b> command is used to access the configuration mode for Telnet. The <b><b>0</b></b> and <b>4</b> parameters specify ports 0 through 4, or a maximum of five simultaneous Telnet connections. The <b>enable <b>secret</b></b> command is used to apply a password used on the router to access the privileged mode.",
      "_incorrect": {
        "final": "The three commands needed to password protect the console port are as follows:<br /><b>line console 0<br />password cisco<br />login</b> <br />The <b><b>interface fastethernet 0/0</b></b> command is commonly used to access the configuration mode used to apply specific parameters such as the IP address to the Fa0/0 port. The <b><b>line vty 0 4</b></b> command is used to access the configuration mode for Telnet. The <b><b>0</b></b> and <b>4</b> parameters specify ports 0 through 4, or a maximum of five simultaneous Telnet connections. The <b>enable <b>secret</b></b> command is used to apply a password used on the router to access the privileged mode.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The three commands needed to password protect the console port are as follows:<br /><b>line console 0<br />password cisco<br />login</b> <br />The <b><b>interface fastethernet 0/0</b></b> command is commonly used to access the configuration mode used to apply specific parameters such as the IP address to the Fa0/0 port. The <b><b>line vty 0 4</b></b> command is used to access the configuration mode for Telnet. The <b><b>0</b></b> and <b>4</b> parameters specify ports 0 through 4, or a maximum of five simultaneous Telnet connections. The <b>enable <b>secret</b></b> command is used to apply a password used on the router to access the privileged mode.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><img loading=\"eager\" src=\"en-US/assets/i275394v1n1_207267.png\" alt=\"On the right side of the graphic, there are 4 PCs connected to a switch. PC1 connects to port 4 of the switch and has a MAC of 12-34-56-78-9A-BC. PC2 connects to port 3 of the switch and has a MAC of 12-34-56-78-9A-BD. PC3 connects to port 2 of the switch and has a MAC of 12-34-56-78-9A-BE. PC4 connects to port 1 of the switch and has a MAC of 12-34-56-78-9A-BF. On the left side of the graphic there is a MAC Address Table. Port 1 has a MAC entry of 12-34-56-78-9A-BF and port 3 has a MAC entry of 12-34-56-78-9A-BD.\" style=\"min-width: 50%;\"></p><p><span style=\"color:#000000\">Refer to the exhibit. The exhibit shows a small switched network and the contents of the MAC address table of the switch. PC1 has sent a frame addressed to PC3. What will the switch do with the frame?</span></p>",
    "_id": "85551d9094d7421a9d84ca863dda1026",
    "_parentId": "0e44acd4096444d3a463e5b1c974d04d",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "275394",
    "_smvWiseScoring": {
      "ident": "it_275394",
      "outcomes": {
        "decvar": [
          {
            "_varname": "687199",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "687200",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "687199",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          },
          {
            "_varname": "687200",
            "_view": "All",
            "interpret": "2 points for Option 30 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The switch will discard the frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The switch will forward the frame only to port 2.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The switch will forward the frame to all ports except port 4.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The switch will forward the frame to all ports.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The switch will forward the frame only to ports 1 and 3.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The MAC address of PC3 is not present in the MAC table of the switch. Because the switch does not know where to send the frame that is addressed to PC3, it will forward the frame to all the switch ports, except for port 4, which is the incoming port.",
      "_incorrect": {
        "final": "The MAC address of PC3 is not present in the MAC table of the switch. Because the switch does not know where to send the frame that is addressed to PC3, it will forward the frame to all the switch ports, except for port 4, which is the incoming port.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The MAC address of PC3 is not present in the MAC table of the switch. Because the switch does not know where to send the frame that is addressed to PC3, it will forward the frame to all the switch ports, except for port 4, which is the incoming port.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which two types of IPv6 messages are used in place of ARP for address resolution?</span></p>",
    "_id": "a25a9cf4dca74599a92c21a4ad507f28",
    "_parentId": "e9399ef52f0c4fb48adfb7bf1516489b",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "304758",
    "_smvWiseScoring": {
      "ident": "it_304758",
      "outcomes": {
        "decvar": [
          {
            "_varname": "786381",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "786381",
            "_view": "All",
            "interpret": "Option 5 and Option 6 are correct.1 point for each correct option.0 points if more options are selected than required."
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "anycast",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "broadcast",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "echo reply",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "echo request",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "neighbor solicitation",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "neighbor advertisement",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 2,
    "_feedback": {
      "title": "",
      "correct": "IPv6 does not use ARP. Instead, ICMPv6 neighbor discovery is used by sending neighbor solicitation and neighbor advertisement messages.",
      "_incorrect": {
        "final": "IPv6 does not use ARP. Instead, ICMPv6 neighbor discovery is used by sending neighbor solicitation and neighbor advertisement messages.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "IPv6 does not use ARP. Instead, ICMPv6 neighbor discovery is used by sending neighbor solicitation and neighbor advertisement messages.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What is the aim of an ARP spoofing attack?</span></p>",
    "_id": "b7071baa48ab415e82dbcdcfd8a75e66",
    "_parentId": "ff07f2c3b2f74f66acfec927fce05538",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "331776",
    "_smvWiseScoring": {
      "ident": "it_331776",
      "outcomes": {
        "decvar": [
          {
            "_varname": "825058",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "825058",
            "_view": "All",
            "interpret": "2 points for Option 30 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "to flood the network with ARP reply broadcasts",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "to fill switch MAC address tables with bogus addresses",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "to associate IP addresses to the wrong MAC address",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "to overwhelm network hosts with ARP requests",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "In an ARP spoofing attack, a malicious host intercepts ARP requests and replies to them so that network hosts will map an IP address to the MAC address of the malicious host.",
      "_incorrect": {
        "final": "In an ARP spoofing attack, a malicious host intercepts ARP requests and replies to them so that network hosts will map an IP address to the MAC address of the malicious host.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "In an ARP spoofing attack, a malicious host intercepts ARP requests and replies to them so that network hosts will map an IP address to the MAC address of the malicious host.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Where are IPv4 address to Layer 2 Ethernet address mappings maintained on a host computer?</span></p>",
    "_id": "f842175200c9418891cbd34572902c4c",
    "_parentId": "46952a2068f84d6fbcbe21601032ad64",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "331799",
    "_smvWiseScoring": {
      "ident": "it_331799",
      "outcomes": {
        "decvar": [
          {
            "_varname": "825050",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "825050",
            "_view": "All",
            "interpret": "2 points for Option 20 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Neighbor table",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "ARP cache",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Routing table",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "MAC address table",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The ARP cache is used to store IPv4 addresses and the Ethernet physical addresses or MAC addresses to which the IPv4 addresses are mapped. Incorrect mappings of IP addresses to MAC addresses can result in loss of end-to-end connectivity.",
      "_incorrect": {
        "final": "The ARP cache is used to store IPv4 addresses and the Ethernet physical addresses or MAC addresses to which the IPv4 addresses are mapped. Incorrect mappings of IP addresses to MAC addresses can result in loss of end-to-end connectivity.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The ARP cache is used to store IPv4 addresses and the Ethernet physical addresses or MAC addresses to which the IPv4 addresses are mapped. Incorrect mappings of IP addresses to MAC addresses can result in loss of end-to-end connectivity.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What is the effect of using the <b>Router#  copy running-config startup-config</b> command on a router?</span></p>",
    "_id": "60a87be62351439e833c7e568a697a01",
    "_parentId": "626de4f9b13240f688856dc6338838f8",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "349617",
    "_smvWiseScoring": {
      "ident": "it_349617",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863136",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "863137",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863136",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          },
          {
            "_varname": "863137",
            "_view": "All",
            "interpret": "2 points for Option 30 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The contents of ROM will change.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The contents of RAM will change.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The contents of NVRAM will change.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The contents of flash will change.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The command <b>copy running-config startup-config</b> copies the running-configuration file from RAM into NVRAM and saves it as the startup-configuration file. Since NVRAM is none-volatile memory it will be able to retain the configuration details when the router is powered off.",
      "_incorrect": {
        "final": "The command <b>copy running-config startup-config</b> copies the running-configuration file from RAM into NVRAM and saves it as the startup-configuration file. Since NVRAM is none-volatile memory it will be able to retain the configuration details when the router is powered off.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The command <b>copy running-config startup-config</b> copies the running-configuration file from RAM into NVRAM and saves it as the startup-configuration file. Since NVRAM is none-volatile memory it will be able to retain the configuration details when the router is powered off.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">A router boots and enters setup mode. What is the reason for this?</span></p>",
    "_id": "4b506d17d95c492ab74435150b01c9e4",
    "_parentId": "b05cfbfcfd2a407bb8dc7c0da7a80c9e",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "349675",
    "_smvWiseScoring": {
      "ident": "it_349675",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862184",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "862185",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862184",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          },
          {
            "_varname": "862185",
            "_view": "All",
            "interpret": "2 points for Option 30 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The IOS image is corrupt.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Cisco IOS is missing from flash memory.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The configuration file is missing from NVRAM.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The POST process has detected hardware failure.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "If a router cannot locate the startup-config file in NVRAM, it will enter setup mode to allow the configuration to be entered from the console device.",
      "_incorrect": {
        "final": "If a router cannot locate the startup-config file in NVRAM, it will enter setup mode to allow the configuration to be entered from the console device.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "If a router cannot locate the startup-config file in NVRAM, it will enter setup mode to allow the configuration to be entered from the console device.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">The global configuration command <b>ip default-gateway 172.16.100.1</b>&#160;is applied&#160;to a switch. What is the effect of this command?</span></p>",
    "_id": "48fe10f078da4691add21100f63cf858",
    "_parentId": "176c935e98e24168bd1c83e8ffb72af1",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "349800",
    "_smvWiseScoring": {
      "ident": "it_349800",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862351",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "862352",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862351",
            "_view": "All",
            "interpret": "1 point for Option 20 points for any other option"
          },
          {
            "_varname": "862352",
            "_view": "All",
            "interpret": "2 points for Option 20 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The switch will have a management interface with the address 172.16.100.1.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The switch can be remotely managed from a host on another network.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The switch can communicate with other hosts on the 172.16.100.0 network.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The switch is limited to sending and receiving frames to and from the gateway 172.16.100.1.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "A default gateway address is typically configured on all devices to allow them to communicate beyond just their local network.In a switch this is achieved using the command <b>ip default-gateway</b> &lt;ip address&gt;.",
      "_incorrect": {
        "final": "A default gateway address is typically configured on all devices to allow them to communicate beyond just their local network.In a switch this is achieved using the command <b>ip default-gateway</b> &lt;ip address&gt;.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "A default gateway address is typically configured on all devices to allow them to communicate beyond just their local network.In a switch this is achieved using the command <b>ip default-gateway</b> &lt;ip address&gt;.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What happens when the <b>transport input ssh</b> command is entered on the switch vty lines?</span></p>",
    "_id": "639c88e21e764847b119ca174c3f8a61",
    "_parentId": "2a263315a9534441b893695f357817a8",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "349801",
    "_smvWiseScoring": {
      "ident": "it_349801",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862357",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "862358",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862357",
            "_view": "All",
            "interpret": "1 point for Option 20 points for any other option"
          },
          {
            "_varname": "862358",
            "_view": "All",
            "interpret": "2 points for Option 20 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The SSH client on the switch is enabled.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Communication between the switch and remote users is encrypted.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The switch requires a username/password combination for remote access.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The switch requires remote connections via a proprietary client software.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "The <b>transport input ssh</b> command when entered on the switch vty (virtual terminal lines) will encrypt all inbound controlled telnet connections.",
      "_incorrect": {
        "final": "The <b>transport input ssh</b> command when entered on the switch vty (virtual terminal lines) will encrypt all inbound controlled telnet connections.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The <b>transport input ssh</b> command when entered on the switch vty (virtual terminal lines) will encrypt all inbound controlled telnet connections.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which term describes a field in the IPv4 packet header used to identify the next level protocol?</span></p>",
    "_id": "126e5eee62a3407f85d7f45de4787ffd",
    "_parentId": "f8ecaa8ab64d4b77a3373e8eb4ca2b8c",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350089",
    "_smvWiseScoring": {
      "ident": "it_350089",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862954",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862954",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Protocol",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Destination IPv4 address",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Source IPv4 address",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "TTL",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which term describes a field in the IPv4 packet header that contains an 8-bit binary value used to determine the priority of each packet?</span></p>",
    "_id": "8801f4b2f7734b12ab864e87eb63a714",
    "_parentId": "dba9295ae5cd43d785495f2b5b2bfb9e",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350090",
    "_smvWiseScoring": {
      "ident": "it_350090",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862955",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862955",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "differentiated services",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "destination IPv4 address",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "source IPv4 address",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "protocol",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which term describes a field in the IPv4 packet header that contains a 32-bit binary value associated with an interface on the sending device?</span></p>",
    "_id": "72a11df06c774a22bd1833bfe8fd63d0",
    "_parentId": "2c1ba02859e2405783a389c7f85913e9",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350091",
    "_smvWiseScoring": {
      "ident": "it_350091",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862956",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862956",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Source IPv4 address",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Destination IPv4 address",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Protocol",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "TTL",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which term describes a field in the IPv4 packet header used to detect corruption in the IPv4 header?</span></p>",
    "_id": "26014198b2fd41128d99a0da073f215c",
    "_parentId": "b25f5188a4ec4d649ae320e87be6a55f",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350092",
    "_smvWiseScoring": {
      "ident": "it_350092",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862957",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862957",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Header checksum",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Source IPv4 address",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Protocol",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "TTL",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which term describes a field in the IPv4 packet header that contains a 32-bit binary value associated with an interface on the sending device?</span></p>",
    "_id": "24c1403a4c51450fb5ad915bdb8688c6",
    "_parentId": "e7e6b4ccb13549f98f6e4b84acd57664",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350093",
    "_smvWiseScoring": {
      "ident": "it_350093",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862958",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862958",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Source IPv4 address",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Protocol",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "TTL",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Header checksum",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which term describes a field in the IPv4 packet header that contains a unicast, multicast, or broadcast address?</span></p>",
    "_id": "aac418b69c57485c890dbabec20b0250",
    "_parentId": "506c695941f2418c93c33cca2e5335d3",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350094",
    "_smvWiseScoring": {
      "ident": "it_350094",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862959",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862959",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Destination IPv4 address",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Protocol",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "TTL",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Header checksum",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which term describes a field in the IPv4 packet header used to limit the lifetime of a packet?</span></p>",
    "_id": "951e2001258b4c8ca73819c36af37547",
    "_parentId": "0b1499f698fe4908ae18b14e738d9244",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350095",
    "_smvWiseScoring": {
      "ident": "it_350095",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862960",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862960",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "TTL",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Source IPv4 address",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Protocol",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Header checksum",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which term describes a field in the IPv4 packet header that contains a 4-bit binary value set to 0100?</span></p>",
    "_id": "9bbe4b61b52e4987a304c8eefd871932",
    "_parentId": "a2b4eb7277174a5887b19384c30c7996",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350096",
    "_smvWiseScoring": {
      "ident": "it_350096",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862961",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862961",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Version",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Source IPv4 address",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Protocol",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "TTL",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which term describes a field in the IPv4 packet header used to identify the next level protocol?</span></p>",
    "_id": "0a9bc9b8484f4626a34bda390b9f70ee",
    "_parentId": "7dfacec06c95464982f580229f756236",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350097",
    "_smvWiseScoring": {
      "ident": "it_350097",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862962",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862962",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "protocol",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "version",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "differentiated services",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "header checksum",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which term describes a field in the IPv4 packet header that contains a 4-bit binary value set to 0100?</span></p>",
    "_id": "4af8b70701414a8dab2307348e8e9341",
    "_parentId": "46e3d602fc434ef1af32a2de2753220e",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350098",
    "_smvWiseScoring": {
      "ident": "it_350098",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862963",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862963",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Version",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Differentiated services",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Header checksum",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "TTL",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What property of ARP causes cached IP-to-MAC mappings to remain in memory longer?</span></p>",
    "_id": "c42c888e816f48749896f6b57a9326ca",
    "_parentId": "8c0304bae4344254acbf94c6e4052708",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350099",
    "_smvWiseScoring": {
      "ident": "it_350099",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862964",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862964",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Entries in an ARP table are time-stamped and are purged after the timeout expires.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "A static IP-to-MAC address entry can be entered manually into an ARP table.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The type field 0x806 appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The port-to-MAC address table on a switch has the same entries as the ARP table on the switch.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What property of ARP allows MAC addresses of frequently used servers to be fixed in the ARP table?</span></p>",
    "_id": "a8fd784d89074ccbadee242d16ba36df",
    "_parentId": "71f37588cd27415fa7e2e4427e6ad314",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350100",
    "_smvWiseScoring": {
      "ident": "it_350100",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862965",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862965",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "A static IP-to-MAC address entry can be entered manually into an ARP table.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Entries in an ARP table are time-stamped and are purged after the timeout expires.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The type field 0x806 appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The port-to-MAC address table on a switch has the same entries as the ARP table on the switch.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What property of ARP allows MAC addresses of frequently used servers to be fixed in the ARP table?</span></p>",
    "_id": "5cf230b3e85e4c708896239dc3b71b8a",
    "_parentId": "adc1a02a2be2424a859bcd7997461c62",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350101",
    "_smvWiseScoring": {
      "ident": "it_350101",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862966",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862966",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "A static IP-to-MAC address entry can be entered manually into an ARP table.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The destination MAC address FF-FF-FF-FF-FF-FF appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The source MAC address appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The port-to-MAC address table on a switch has the same entries as the ARP table on the switch.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What property of ARP allows hosts on a LAN to send traffic to remote networks?</span></p>",
    "_id": "3c22d7e8d1834893ab14bdb32479a0f5",
    "_parentId": "92e72d1d8d0440d7bd2600af88a2ec69",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350102",
    "_smvWiseScoring": {
      "ident": "it_350102",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862967",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862967",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Local hosts learn the MAC address of the default gateway.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The destination MAC address FF-FF-FF-FF-FF-FF appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The source MAC address appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The port-to-MAC address table on a switch has the same entries as the ARP table on the switch.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What property of ARP allows hosts on a LAN to send traffic to remote networks?</span></p>",
    "_id": "36755a932dc4487baf6c411bde573fad",
    "_parentId": "4b9bb431c9b646b6a25cf2b651e7b654",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350103",
    "_smvWiseScoring": {
      "ident": "it_350103",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862968",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862968",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "Local hosts learn the MAC address of the default gateway.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The destination MAC address FF-FF-FF-FF-FF-FF appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The source MAC address appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "ARP replies are broadcast on the network when a host receives an ARP request.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What property of ARP forces all Ethernet NICs to process an ARP request?</span></p>",
    "_id": "f5c0a84ab8814da2ad0f1f4736629f98",
    "_parentId": "02a982e8fcec4b948e34467d92f349f5",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350104",
    "_smvWiseScoring": {
      "ident": "it_350104",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862969",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862969",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The destination MAC address FF-FF-FF-FF-FF-FF appears in the header of the Ethernet frame.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The source MAC address appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The type field 0x806 appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "ARP replies are broadcast on the network when a host receives an ARP request.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What property of ARP causes a reply only to the source sending an ARP request?</span></p>",
    "_id": "a9de7a365ca043e19cd15e79cfd0df9a",
    "_parentId": "b01a3292894c4945813f21b9438508b6",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350105",
    "_smvWiseScoring": {
      "ident": "it_350105",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862970",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862970",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The source MAC address appears in the header of the Ethernet frame.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The destination MAC address FF-FF-FF-FF-FF-FF appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The type field 0x806 appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "ARP replies are broadcast on the network when a host receives an ARP request.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What property of ARP causes the request to be flooded out all ports of a switch except for the port receiving the ARP request?</span></p>",
    "_id": "cee3426b442247b5acf10c77b48d13a8",
    "_parentId": "6e2b5eda28104a0493d6f920d0f325d5",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350106",
    "_smvWiseScoring": {
      "ident": "it_350106",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862971",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862971",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The destination MAC address FF-FF-FF-FF-FF-FF appears in the header of the Ethernet frame.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The type field 0x806 appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Entries in an ARP table are time-stamped and are purged after the timeout expires.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "ARP replies are broadcast on the network when a host receives an ARP request.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What property of ARP causes the NICs receiving an ARP request to pass the data portion of the Ethernet frame to the ARP process?</span></p>",
    "_id": "906736a397024a3fafd4308418482719",
    "_parentId": "4723bc8b7fdc46b2b189a940cfcc6fa7",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350107",
    "_smvWiseScoring": {
      "ident": "it_350107",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862972",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862972",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The type field 0x806 appears in the header of the Ethernet frame.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The destination MAC address FF-FF-FF-FF-FF-FF appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Entries in an ARP table are time-stamped and are purged after the timeout expires.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "ARP replies are broadcast on the network when a host receives an ARP request.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">What property of ARP causes the NICs receiving an ARP request to pass the data portion of the Ethernet frame to the ARP process?</span></p>",
    "_id": "002f55583b9f4bc8b49edb11793d509f",
    "_parentId": "771946acf1ab46398c372698cb298495",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350108",
    "_smvWiseScoring": {
      "ident": "it_350108",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862973",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862973",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "The type field 0x806 appears in the header of the Ethernet frame.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The destination MAC address FF-FF-FF-FF-FF-FF appears in the header of the Ethernet frame.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Entries in an ARP table are time-stamped and are purged after the timeout expires.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The port-to-MAC address table on a switch has the same entries as the ARP table on the switch.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Main(config)# <b>interface gi0/1</b><br />Main(config-if)# <b>description Connects to the Service LAN</b><br />Main(config-if)# <b>ip address 172.29.157.156 255.255.255.0</b><br />Main(config-if)# <b>no shutdown</b><br />Main(config-if)# <b>interface gi0/0</b><br />Main(config-if)# <b>description Connects to the Engineering LAN</b><br />Main(config-if)# <b>ip address 172.29.156.36 255.255.255.0</b><br />Main(config-if)# <b>no shutdown</b><br />Main(config-if)# <b>interface s0/0/0</b><br />Main(config-if)# <b>description Connects to the ISP</b><br />Main(config-if)# <b>ip address 10.156.157.254 255.255.255.0</b><br />Main(config-if)# <b>no shutdown</b><br />Main(config-if)# <b>interface s0/0/1</b><br />Main(config-if)# <b>description Connects to the Head Office WAN</b><br />Main(config-if)# <b>ip address 198.51.100.177 255.255.255.0</b><br />Main(config-if)# <b>no shutdown</b><br />Main(config-if)# <b>end</b><br /><br />Refer to the exhibit. A network administrator is connecting a new host to the Service LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?</span></p>",
    "_id": "a0914b2ebe344d04ac7b751431faed7c",
    "_parentId": "99b25cc04acb45088e5cbe4e4c9148ae",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350109",
    "_smvWiseScoring": {
      "ident": "it_350109",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862974",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862974",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "172.29.157.156",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "172.29.157.1",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "10.156.157.254",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "198.51.100.177",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "172.29.156.36",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">BldgA(config)# <b>interface gi0/1</b><br />BldgA(config-if)# <b>description Connects to the Medical LAN</b><br />BldgA(config-if)# <b>ip address 192.168.191.189 255.255.255.0</b><br />BldgA(config-if)# <b>no shutdown</b><br />BldgA(config-if)# <b>interface gi0/0</b><br />BldgA(config-if)# <b>description Connects to the Client LAN</b><br />BldgA(config-if)# <b>ip address 192.168.190.70 255.255.255.0</b><br />BldgA(config-if)# <b>no shutdown</b><br />BldgA(config-if)# <b>interface s0/0/0</b><br />BldgA(config-if)# <b>description Connects to the ISP</b><br />BldgA(config-if)# <b>ip address 10.190.191.254 255.255.255.0</b><br />BldgA(config-if)# <b>no shutdown</b><br />BldgA(config-if)# <b>interface s0/0/1</b><br />BldgA(config-if)# <b>description Connects to the Head Office WAN</b><br />BldgA(config-if)# <b>ip address 198.51.100.213 255.255.255.0</b><br />BldgA(config-if)# <b>no shutdown</b><br />BldgA(config-if)# <b>end</b><br /><br />Refer to the exhibit. A network administrator is connecting a new host to the Medical LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?</span></p>",
    "_id": "c1889fc6aae3478ebe480ef0bd2329cd",
    "_parentId": "440d623940c24c0aaaf0703cd951f996",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350110",
    "_smvWiseScoring": {
      "ident": "it_350110",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862975",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862975",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "192.168.191.189",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "192.168.191.1",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "10.190.191.254",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "198.51.100.213",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "192.168.190.70",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Floor(config)# <b>interface gi0/1</b><br />Floor(config-if)# <b>description Connects to the Registrar LAN</b><br />Floor(config-if)# <b>ip address 192.168.225.223 255.255.255.0</b><br />Floor(config-if)# <b>no shutdown</b><br />Floor(config-if)# <b>interface gi0/0</b><br />Floor(config-if)# <b>description Connects to the Manager LAN</b><br />Floor(config-if)# <b>ip address 192.168.224.103 255.255.255.0</b><br />Floor(config-if)# <b>no shutdown</b><br />Floor(config-if)# <b>interface s0/0/0</b><br />Floor(config-if)# <b>description Connects to the ISP</b><br />Floor(config-if)# <b>ip address 10.224.225.254 255.255.255.0</b><br />Floor(config-if)# <b>no shutdown</b><br />Floor(config-if)# <b>interface s0/0/1</b><br />Floor(config-if)# <b>description Connects to the Head Office WAN</b><br />Floor(config-if)# <b>ip address 203.0.113.246 255.255.255.0</b><br />Floor(config-if)# <b>no shutdown</b><br />Floor(config-if)# <b>end</b><br /><br />Refer to the exhibit. A network administrator is connecting a new host to the Registrar LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?</span></p>",
    "_id": "0e50722fe2ab434ea851be10fd46e8a3",
    "_parentId": "6092fa378fb748cd822b61bb02429193",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350111",
    "_smvWiseScoring": {
      "ident": "it_350111",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862976",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862976",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "192.168.225.223",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "192.168.225.1",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "10.224.225.254",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "203.0.113.246",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "192.168.224.103",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Floor(config)# <b>interface gi0/1</b><br />Floor(config-if)# <b>description Connects to the Registrar LAN</b><br />Floor(config-if)# <b>ip address 10.118.63.65 255.255.255.0</b><br />Floor(config-if)# <b>no shutdown</b><br />Floor(config-if)# <b>interface gi0/0</b><br />Floor(config-if)# <b>description Connects to the Manager LAN</b><br />Floor(config-if)# <b>ip address 10.118.62.196 255.255.255.0</b><br />Floor(config-if)# <b>no shutdown</b><br />Floor(config-if)# <b>interface s0/0/0</b><br />Floor(config-if)# <b>description Connects to the ISP</b><br />Floor(config-if)# <b>ip address 10.62.63.254 255.255.255.0</b><br />Floor(config-if)# <b>no shutdown</b><br />Floor(config-if)# <b>interface s0/0/1</b><br />Floor(config-if)# <b>description Connects to the Head Office WAN</b><br />Floor(config-if)# <b>ip address 209.165.200.87 255.255.255.0</b><br />Floor(config-if)# <b>no shutdown</b><br />Floor(config-if)# <b>end</b><br /><br />Refer to the exhibit. A network administrator is connecting a new host to the Manager LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?</span></p>",
    "_id": "2ae1d92f89064c48bce1da3e6d11bbf1",
    "_parentId": "ce824116fe4a445c9d11e612a574c7c8",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350112",
    "_smvWiseScoring": {
      "ident": "it_350112",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862977",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862977",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "10.118.62.196",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "10.118.62.1",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "10.62.63.254",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "209.165.200.87",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "10.118.63.65",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">HQ(config)# <b>interface gi0/1</b><br />HQ(config-if)# <b>description Connects to the Branch LAN</b><br />HQ(config-if)# <b>ip address 172.19.99.99 255.255.255.0</b><br />HQ(config-if)# <b>no shutdown</b><br />HQ(config-if)# <b>interface gi0/0</b><br />HQ(config-if)# <b>description Connects to the Store LAN</b><br />HQ(config-if)# <b>ip address 172.19.98.230 255.255.255.0</b><br />HQ(config-if)# <b>no shutdown</b><br />HQ(config-if)# <b>interface s0/0/0</b><br />HQ(config-if)# <b>description Connects to the ISP</b><br />HQ(config-if)# <b>ip address 10.98.99.254 255.255.255.0</b><br />HQ(config-if)# <b>no shutdown</b><br />HQ(config-if)# <b>interface s0/0/1</b><br />HQ(config-if)# <b>description Connects to the Head Office WAN</b><br />HQ(config-if)# <b>ip address 209.165.200.120 255.255.255.0</b><br />HQ(config-if)# <b>no shutdown</b><br />HQ(config-if)# <b>end</b><br /><br />Refer to the exhibit. A network administrator is connecting a new host to the Store LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?</span></p>",
    "_id": "673dbdf19c8f4c758b10590fc578e9f2",
    "_parentId": "05c08f66199244cc84caa3f65c65efb4",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350113",
    "_smvWiseScoring": {
      "ident": "it_350113",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862978",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862978",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "172.19.98.230",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "172.19.98.1",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "10.98.99.254",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "209.165.200.120",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "172.19.99.99",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">HQ(config)# <b>interface gi0/1</b><br />HQ(config-if)# <b>description Connects to the Branch LAN</b><br />HQ(config-if)# <b>ip address 172.20.133.132 255.255.255.0</b><br />HQ(config-if)# <b>no shutdown</b><br />HQ(config-if)# <b>interface gi0/0</b><br />HQ(config-if)# <b>description Connects to the Store LAN</b><br />HQ(config-if)# <b>ip address 172.20.132.13 255.255.255.0</b><br />HQ(config-if)# <b>no shutdown</b><br />HQ(config-if)# <b>interface s0/0/0</b><br />HQ(config-if)# <b>description Connects to the ISP</b><br />HQ(config-if)# <b>ip address 10.132.133.254 255.255.255.0</b><br />HQ(config-if)# <b>no shutdown</b><br />HQ(config-if)# <b>interface s0/0/1</b><br />HQ(config-if)# <b>description Connects to the Head Office WAN</b><br />HQ(config-if)# <b>ip address 198.51.100.156 255.255.255.0</b><br />HQ(config-if)# <b>no shutdown</b><br />HQ(config-if)# <b>end</b><br /><br />Refer to the exhibit. A network administrator is connecting a new host to the Store LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?</span></p>",
    "_id": "a551233146fe40bc8e17b66287dae576",
    "_parentId": "1af5a69ba56a46ef9eb73d6228dbf7b4",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350114",
    "_smvWiseScoring": {
      "ident": "it_350114",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862979",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862979",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "172.20.132.13",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "172.20.132.1",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "10.132.133.254",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "198.51.100.156",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "172.20.133.132",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Main(config)# <b>interface gi0/1</b><br />Main(config-if)# <b>description Connects to the Service LAN</b><br />Main(config-if)# <b>ip address 192.168.167.166 255.255.255.0</b><br />Main(config-if)# <b>no shutdown</b><br />Main(config-if)# <b>interface gi0/0</b><br />Main(config-if)# <b>description Connects to the Engineering LAN</b><br />Main(config-if)# <b>ip address 192.168.166.46 255.255.255.0</b><br />Main(config-if)# <b>no shutdown</b><br />Main(config-if)# <b>interface s0/0/0</b><br />Main(config-if)# <b>description Connects to the ISP</b><br />Main(config-if)# <b>ip address 10.166.167.254 255.255.255.0</b><br />Main(config-if)# <b>no shutdown</b><br />Main(config-if)# <b>interface s0/0/1</b><br />Main(config-if)# <b>description Connects to the Head Office WAN</b><br />Main(config-if)# <b>ip address 198.51.100.189 255.255.255.0</b><br />Main(config-if)# <b>no shutdown</b><br />Main(config-if)# <b>end</b><br /><br />Refer to the exhibit. A network administrator is connecting a new host to the Service LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?</span></p>",
    "_id": "1390dd11dcef47879b25a48e38931872",
    "_parentId": "c6891ee2b96f48e4949206e449c31ce7",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350115",
    "_smvWiseScoring": {
      "ident": "it_350115",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862980",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862980",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "192.168.167.166",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "192.168.167.1",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "10.166.167.254",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "198.51.100.189",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "192.168.166.46",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">BldgA(config)# <b>interface gi0/1</b><br />BldgA(config-if)# <b>description Connects to the Medical LAN</b><br />BldgA(config-if)# <b>ip address 192.168.201.200 255.255.255.0</b><br />BldgA(config-if)# <b>no shutdown</b><br />BldgA(config-if)# <b>interface gi0/0</b><br />BldgA(config-if)# <b>description Connects to the Client LAN</b><br />BldgA(config-if)# <b>ip address 192.168.200.80 255.255.255.0</b><br />BldgA(config-if)# <b>no shutdown</b><br />BldgA(config-if)# <b>interface s0/0/0</b><br />BldgA(config-if)# <b>description Connects to the ISP</b><br />BldgA(config-if)# <b>ip address 10.200.201.254 255.255.255.0</b><br />BldgA(config-if)# <b>no shutdown</b><br />BldgA(config-if)# <b>interface s0/0/1</b><br />BldgA(config-if)# <b>description Connects to the Head Office WAN</b><br />BldgA(config-if)# <b>ip address 203.0.113.222 255.255.255.0</b><br />BldgA(config-if)# <b>no shutdown</b><br />BldgA(config-if)# <b>end</b><br /><br />Refer to the exhibit. A network administrator is connecting a new host to the Medical LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?</span></p>",
    "_id": "1c1686db85994e9e8ace833d7f906af3",
    "_parentId": "14e61189a1aa45bfa3f358212d6ce5ee",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350116",
    "_smvWiseScoring": {
      "ident": "it_350116",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862981",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862981",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "192.168.201.200",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "192.168.201.1",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "10.200.201.254",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "203.0.113.222",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "192.168.200.80",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Floor(config)# <b>interface gi0/1</b><br />Floor(config-if)# <b>description Connects to the Registrar LAN</b><br />Floor(config-if)# <b>ip address 192.168.235.234 255.255.255.0</b><br />Floor(config-if)# <b>no shutdown</b><br />Floor(config-if)# <b>interface gi0/0</b><br />Floor(config-if)# <b>description Connects to the Manager LAN</b><br />Floor(config-if)# <b>ip address 192.168.234.114 255.255.255.0</b><br />Floor(config-if)# <b>no shutdown</b><br />Floor(config-if)# <b>interface s0/0/0</b><br />Floor(config-if)# <b>description Connects to the ISP</b><br />Floor(config-if)# <b>ip address 10.234.235.254 255.255.255.0</b><br />Floor(config-if)# <b>no shutdown</b><br />Floor(config-if)# <b>interface s0/0/1</b><br />Floor(config-if)# <b>description Connects to the Head Office WAN</b><br />Floor(config-if)# <b>ip address 203.0.113.3 255.255.255.0</b><br />Floor(config-if)# <b>no shutdown</b><br />Floor(config-if)# <b>end</b><br /><br />Refer to the exhibit. A network administrator is connecting a new host to the Registrar LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?</span></p>",
    "_id": "f09c09a1c6704be5aadc46a584bb60a2",
    "_parentId": "1fb15370149e4f099871e0d1cea6ea8e",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350117",
    "_smvWiseScoring": {
      "ident": "it_350117",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862982",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862982",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "192.168.235.234",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "192.168.235.1",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "10.234.235.254",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "203.0.113.3",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "192.168.234.114",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">RTR1(config)# <b>interface gi0/1</b><br />RTR1(config-if)# <b>description Connects to the Marketing LAN</b><br />RTR1(config-if)# <b>ip address 10.27.15.17 255.255.255.0</b><br />RTR1(config-if)# <b>no shutdown</b><br />RTR1(config-if)# <b>interface gi0/0</b><br />RTR1(config-if)# <b>description Connects to the Payroll LAN</b><br />RTR1(config-if)# <b>ip address 10.27.14.148 255.255.255.0</b><br />RTR1(config-if)# <b>no shutdown</b><br />RTR1(config-if)# <b>interface s0/0/0</b><br />RTR1(config-if)# <b>description Connects to the ISP</b><br />RTR1(config-if)# <b>ip address 10.14.15.254 255.255.255.0</b><br />RTR1(config-if)# <b>no shutdown</b><br />RTR1(config-if)# <b>interface s0/0/1</b><br />RTR1(config-if)# <b>description Connects to the Head Office WAN</b><br />RTR1(config-if)# <b>ip address 203.0.113.39 255.255.255.0</b><br />RTR1(config-if)# <b>no shutdown</b><br />RTR1(config-if)# <b>end</b><br /><br />Refer to the exhibit. A network administrator is connecting a new host to the Payroll LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?</span></p>",
    "_id": "25a8f9cb47514a838e00dfd32c344689",
    "_parentId": "8c66c8881ea64d92a3a1758f8dc8c593",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350118",
    "_smvWiseScoring": {
      "ident": "it_350118",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862983",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862983",
            "_view": "All",
            "interpret": "2 points for Option 10 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "10.27.14.148",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "10.27.14.1",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "10.14.15.254",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "203.0.113.39",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "10.27.15.17",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Correct",
      "_incorrect": {
        "final": "Incorrect",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "mcq",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Which two functions are primary functions of a router? (Choose two.)</span></p>",
    "_id": "caea34808a464187b9c0da78830f6da6",
    "_parentId": "b68a6e5d55f949319c769d4c0e0ff692",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350253",
    "_smvWiseScoring": {
      "ident": "it_350253",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863134",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "863135",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863134",
            "_view": "All",
            "interpret": "1 point for Option 1, Option 40 points for any other option"
          },
          {
            "_varname": "863135",
            "_view": "All",
            "interpret": "Option 1 and Option 4 are correct.1 point for each correct option.0 points if more options are selected than required."
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "packet forwarding",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "microsegmentation",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "domain name resolution",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "path selection",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "flow control",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 2,
    "_feedback": {
      "title": "",
      "correct": "A router accepts a packet and accesses its routing table to determine the appropriate exit interface based on the destination address. The router then forwards the packet out of that interface.",
      "_incorrect": {
        "final": "A router accepts a packet and accesses its routing table to determine the appropriate exit interface based on the destination address. The router then forwards the packet out of that interface.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "A router accepts a packet and accesses its routing table to determine the appropriate exit interface based on the destination address. The router then forwards the packet out of that interface.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "assessmentResults",
    "_classes": "background-colour1",
    "_isOptional": false,
    "_isAvailable": true,
    "_isHidden": false,
    "_isVisible": true,
    "_isResetOnRevisit": false,
    "_ariaLevel": 0,
    "_disableAccessibilityState": false,
    "title": "Quiz feedback",
    "displayTitle": "",
    "body": "",
    "_id": "d021271b280f47a7a0c0f4ff73a6507c",
    "_parentId": "6debc3131d3744f9aa04a8110f761041",
    "_type": "component",
    "_layout": "full",
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "animated pulse infinite",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_menuTOC": {
      "_isEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "_search": {
      "_isEnabled": true,
      "keywords": ""
    },
    "_mentor": {
      "_isEnabled": false,
      "_registeredMentors": []
    },
    "_healthGauge": {
      "_isEnabled": false,
      "_onCorrectValue": 1,
      "_onPartiallyCorrectValue": 1,
      "_onIncorrectValue": 1
    },
    "instruction": "",
    "_isVisibleBeforeCompletion": false,
    "_setCompletionOn": "pass",
    "_resetType": "inherit",
    "_assessmentId": "6873c70323554d43a68b8975f274675b",
    "_retry": {
      "button": "Retry Quiz",
      "feedback": "",
      "_routeToAssessment": false
    },
    "_completionBody": "<p style=\"text-align: center;\">You've scored {{scoreAsPercent}}%.</p><p style=\"text-align: center;\">{{{feedback}}}</p>",
    "_bands": [
      {
        "_score": 0,
        "feedback": "<p style=\"text-align:center\"><span style=\"color:#000000\">You have not passed the assessment this time. Select Reset to retake it. <span class='mobile-instruction-text'>Tap the exit icon in the top right or simply close this tab or window.</span></span></p><p style=\"text-align:center\"><span style=\"color:#000000\">Remember that you can return to the module for reference or to retake the assessment at any time.</span></p>",
        "_allowRetry": false,
        "_classes": "",
        "progressMeterColor": "#c91111"
      },
      {
        "_score": 70,
        "feedback": "<p style=\"text-align: center;\"><span style=\"color:#000000\">Congratulations, you have passed the assessment.</span></p>",
        "_allowRetry": false,
        "_classes": "",
        "progressMeterColor": "#1c8e0d"
      }
    ]
  }
]