[
  {
    "_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: Building and Securing a Small Network 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": "",
    "displayTitle": "",
    "body": "<p>This exam will cover material from Modules 16 - 17 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\">Which statement describes the <b>ping</b> and <b>tracert</b> commands?</span></p>",
    "_id": "53e56e69ffdb421895497c14249b4bf5",
    "_parentId": "f10cce0eb14f4f32b37d41f072dd21b8",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "149410",
    "_smvWiseScoring": {
      "ident": "it_149410",
      "outcomes": {
        "decvar": [
          {
            "_varname": "731080",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "731081",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "731080",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "731081",
            "_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": "<b>Tracert</b> shows each hop, while <b>ping</b> shows a destination reply only.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "<b>Tracert</b> uses IP addresses; <b>ping</b> does not.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Both <b>ping</b> and <b>tracert</b> can show results in a graphical display.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>Ping</b> shows whether the transmission is successful; <b>tracert</b> does not.",
        "_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>ping</b> utility tests end-to-end connectivity between the two hosts. However, if the message does not reach the destination, there is no way to determine where the problem is located. On the other hand, the <b>traceroute</b> utility (<b>tracert</b> in Windows) traces the route a message takes from its source to the destination. <b>Traceroute</b> displays each hop along the way and the time it takes for the message to get to that network and back.",
      "_incorrect": {
        "final": "The <b>ping</b> utility tests end-to-end connectivity between the two hosts. However, if the message does not reach the destination, there is no way to determine where the problem is located. On the other hand, the <b>traceroute</b> utility (<b>tracert</b> in Windows) traces the route a message takes from its source to the destination. <b>Traceroute</b> displays each hop along the way and the time it takes for the message to get to that network and back.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The <b>ping</b> utility tests end-to-end connectivity between the two hosts. However, if the message does not reach the destination, there is no way to determine where the problem is located. On the other hand, the <b>traceroute</b> utility (<b>tracert</b> in Windows) traces the route a message takes from its source to the destination. <b>Traceroute</b> displays each hop along the way and the time it takes for the message to get to that network and back.",
        "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 network service automatically assigns IP addresses to devices on the network?</span></p>",
    "_id": "7d9092c37e7f4a3caa83cc5f0a799f6f",
    "_parentId": "6677d74499e042a2989830cd07afb9cf",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "204746",
    "_smvWiseScoring": {
      "ident": "it_204746",
      "outcomes": {
        "decvar": [
          {
            "_varname": "476123",
            "_maxvalue": 1,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "476123",
            "_view": "All",
            "interpret": "1 point 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": "DHCP",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Telnet",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "DNS",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Traceroute",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Dynamic Host Configuration Protocol (DHCP) can be used to allow end devices to automatically configure IP information, such as their IP address, subnet mask, DNS server, and default gateway. The DNS service is used to provide domain name resolution, mapping hostnames to IP addresses. Telnet is a method for remotely accessing a CLI session of a switch or router. <b>Traceroute</b> is a command used to determine the path a packet takes as it traverses the network.",
      "_incorrect": {
        "final": "Dynamic Host Configuration Protocol (DHCP) can be used to allow end devices to automatically configure IP information, such as their IP address, subnet mask, DNS server, and default gateway. The DNS service is used to provide domain name resolution, mapping hostnames to IP addresses. Telnet is a method for remotely accessing a CLI session of a switch or router. <b>Traceroute</b> is a command used to determine the path a packet takes as it traverses the network.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Dynamic Host Configuration Protocol (DHCP) can be used to allow end devices to automatically configure IP information, such as their IP address, subnet mask, DNS server, and default gateway. The DNS service is used to provide domain name resolution, mapping hostnames to IP addresses. Telnet is a method for remotely accessing a CLI session of a switch or router. <b>Traceroute</b> is a command used to determine the path a packet takes as it traverses the 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><img loading=\"eager\" src=\"en-US/assets/i204753v1n2.png\" alt=\"A command line output with the following text: Switch# ping 10.1.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds: UUUUU Success rate is 0 percent (0/5)\" style=\"min-width: 50%;\"></p><p><span style=\"color:#000000\">Refer to the exhibit.&#160;An administrator is testing connectivity to a remote device with the IP address 10.1.1.1.&#160;What does the output of this command indicate?</span></p>",
    "_id": "0e83451482194190ac25f90bfc2ebcc5",
    "_parentId": "82bc0b678d834796a7418d1eda489c03",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "204753",
    "_smvWiseScoring": {
      "ident": "it_204753",
      "outcomes": {
        "decvar": [
          {
            "_varname": "486112",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "487112",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "486112",
            "_view": "All",
            "interpret": "1 point for Option 20 points for any other option"
          },
          {
            "_varname": "487112",
            "_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": "Connectivity to the remote device was successful.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "A router along the path did not have a route to the destination.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "A ping packet is being blocked by a security device along the path.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The connection timed out while waiting for a reply from the remote 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": "In the output of the ping command, an exclamation mark (!) indicates a response was successfully received, a period (.) indicates that the connection timed out while waiting for a reply, and the letter &quot;U&quot; indicates that a router along the path did not have a route to the destination and sent an ICMP destination unreachable message back to the source.",
      "_incorrect": {
        "final": "In the output of the ping command, an exclamation mark (!) indicates a response was successfully received, a period (.) indicates that the connection timed out while waiting for a reply, and the letter &quot;U&quot; indicates that a router along the path did not have a route to the destination and sent an ICMP destination unreachable message back to the source.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "In the output of the ping command, an exclamation mark (!) indicates a response was successfully received, a period (.) indicates that the connection timed out while waiting for a reply, and the letter &quot;U&quot; indicates that a router along the path did not have a route to the destination and sent an ICMP destination unreachable message back to the source.",
        "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 technician is to document the current configurations of all network devices in a college, including those in off-site buildings. Which protocol would be best to use to securely access the network devices?</span></p>",
    "_id": "bb0dd0c0add449d4aec7db0fc9c5da79",
    "_parentId": "b683994daa9d4586af492810cd5f0061",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "206617",
    "_smvWiseScoring": {
      "ident": "it_206617",
      "outcomes": {
        "decvar": [
          {
            "_varname": "462688",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "462689",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "462688",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          },
          {
            "_varname": "462689",
            "_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": "FTP",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "HTTP",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "SSH",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Telnet",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Telnet sends passwords and other information in clear text, while SSH encrypts its data. FTP and HTTP do not provide remote device access for configuration purposes.",
      "_incorrect": {
        "final": "Telnet sends passwords and other information in clear text, while SSH encrypts its data. FTP and HTTP do not provide remote device access for configuration purposes.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Telnet sends passwords and other information in clear text, while SSH encrypts its data. FTP and HTTP do not provide remote device access for configuration purposes.",
        "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 command can an administrator execute to determine what interface a router will use to reach remote networks?</span></p>",
    "_id": "f4c1d599c1954c7dbf04b0aeb56ee5c2",
    "_parentId": "0a76a75043de4611ae2d235642085d09",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "208059",
    "_smvWiseScoring": {
      "ident": "it_208059",
      "outcomes": {
        "decvar": [
          {
            "_varname": "478967",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "479535",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "478967",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          },
          {
            "_varname": "479535",
            "_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": "<b>show arp</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>show interfaces</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>show ip route</b>",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "<b>show protocols</b>",
        "_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>show ip route</b> command is used to display the IP routing table of the router.  The IP routing table will show a list of known local and remote networks and the interfaces that the router will use to reach those networks.",
      "_incorrect": {
        "final": "The <b>show ip route</b> command is used to display the IP routing table of the router.  The IP routing table will show a list of known local and remote networks and the interfaces that the router will use to reach those networks.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The <b>show ip route</b> command is used to display the IP routing table of the router.  The IP routing table will show a list of known local and remote networks and the interfaces that the router will use to reach those 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><span style=\"color:#000000\">A ping fails when performed from router R1 to directly connected router R2. The network administrator then proceeds to issue the <b>show cdp neighbors</b> command. Why would the network administrator issue this command if the ping failed between the two routers?</span></p>",
    "_id": "779a448b96c844e0b136b0ea328bc3f5",
    "_parentId": "935ac0aca34644fc83981fcac91f7676",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "208092",
    "_smvWiseScoring": {
      "ident": "it_208092",
      "outcomes": {
        "decvar": [
          {
            "_varname": "482394",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "482395",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "482394",
            "_view": "All",
            "interpret": "1 point for Option 20 points for any other option"
          },
          {
            "_varname": "482395",
            "_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 network administrator suspects a virus because the <b>ping</b> command did not work.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The network administrator wants to verify Layer 2 connectivity.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The network administrator wants to verify the IP address configured on router R2.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The network administrator wants to determine if connectivity can be established from a non-directly connected 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": "The <b>show cdp neighbors</b> command can be used to prove that Layer 1 and Layer 2 connectivity exists between two Cisco devices. For example, if two devices have duplicate IP addresses, a ping between the devices will fail, but the output of <b>show cdp neighbors</b> will be successful. The <b>show cdp neighbors detail</b> could be used to verify the IP address of the directly connected device in case the same IP address is assigned to the two routers.",
      "_incorrect": {
        "final": "The <b>show cdp neighbors</b> command can be used to prove that Layer 1 and Layer 2 connectivity exists between two Cisco devices. For example, if two devices have duplicate IP addresses, a ping between the devices will fail, but the output of <b>show cdp neighbors</b> will be successful. The <b>show cdp neighbors detail</b> could be used to verify the IP address of the directly connected device in case the same IP address is assigned to the two routers.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The <b>show cdp neighbors</b> command can be used to prove that Layer 1 and Layer 2 connectivity exists between two Cisco devices. For example, if two devices have duplicate IP addresses, a ping between the devices will fail, but the output of <b>show cdp neighbors</b> will be successful. The <b>show cdp neighbors detail</b> could be used to verify the IP address of the directly connected device in case the same IP address is assigned to the two routers.",
        "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 purpose of a small company using a protocol analyzer utility to capture network traffic on the network segments where the company is considering a network upgrade?</span></p>",
    "_id": "b5bbf8b8239447c49b13de77b52f787d",
    "_parentId": "2d806678391d454b8cd387c74415326e",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "208096",
    "_smvWiseScoring": {
      "ident": "it_208096",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862359",
            "_maxvalue": 1,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862359",
            "_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": "to identify the source and destination of local network traffic",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "to capture the Internet connection bandwidth requirement",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "to document and analyze network traffic requirements on each network segment",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "to establish a baseline for security analysis after the network is upgraded",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "An important prerequisite for considering network growth is to understand the type and amount of traffic that is crossing the network as well as the current traffic flow. By using a protocol analyzer in each network segment, the network administrator can document and analyze the network traffic pattern for each segment, which becomes the base in determining the needs and means of the network growth.",
      "_incorrect": {
        "final": "An important prerequisite for considering network growth is to understand the type and amount of traffic that is crossing the network as well as the current traffic flow. By using a protocol analyzer in each network segment, the network administrator can document and analyze the network traffic pattern for each segment, which becomes the base in determining the needs and means of the network growth.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "An important prerequisite for considering network growth is to understand the type and amount of traffic that is crossing the network as well as the current traffic flow. By using a protocol analyzer in each network segment, the network administrator can document and analyze the network traffic pattern for each segment, which becomes the base in determining the needs and means of the network growth.",
        "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 applied to a router, which command would help mitigate&#160;brute-force password attacks against the router?</span></p>",
    "_id": "dc279d98a3534c8ba7a337afcea3d47b",
    "_parentId": "86bbf901929c495fb7a89082b3ffc6ad",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "208103",
    "_smvWiseScoring": {
      "ident": "it_208103",
      "outcomes": {
        "decvar": [
          {
            "_varname": "486238",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "487035",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "486238",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "487035",
            "_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": "<b>exec-timeout 30</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>service password-encryption</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>banner motd $Max failed logins = 5$</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>login block-for 60 attempts 5 within 60</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": "The <b>login block-for</b> command sets a limit on the maximum number of failed login attempts allowed within a defined period of time. If this limit is exceeded, no further logins are allowed for the specified period of time. This helps to mitigate brute-force password cracking since it will significantly increase the amount of time required to crack a password. The <b>exec-timeout</b> command specifies how long the session can be idle before the user is disconnected. The <b>service password-encryption</b> command encrypts the passwords in the running configuration. The <b>banner motd</b> command displays a message to users who are logging in to the device.",
      "_incorrect": {
        "final": "The <b>login block-for</b> command sets a limit on the maximum number of failed login attempts allowed within a defined period of time. If this limit is exceeded, no further logins are allowed for the specified period of time. This helps to mitigate brute-force password cracking since it will significantly increase the amount of time required to crack a password. The <b>exec-timeout</b> command specifies how long the session can be idle before the user is disconnected. The <b>service password-encryption</b> command encrypts the passwords in the running configuration. The <b>banner motd</b> command displays a message to users who are logging in to the device.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The <b>login block-for</b> command sets a limit on the maximum number of failed login attempts allowed within a defined period of time. If this limit is exceeded, no further logins are allowed for the specified period of time. This helps to mitigate brute-force password cracking since it will significantly increase the amount of time required to crack a password. The <b>exec-timeout</b> command specifies how long the session can be idle before the user is disconnected. The <b>service password-encryption</b> command encrypts the passwords in the running configuration. The <b>banner motd</b> command displays a message to users who are logging in to the device.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_id": "bee07d3fb21e4be88d7201b13a27614e",
    "_parentId": "89a59277f0f647f88f11c855fa65e17e",
    "_type": "component",
    "_component": "objectMatching",
    "_classes": "",
    "_layout": "full",
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Match the description to the type of firewall filtering.</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": "208107",
    "_smvWiseScoring": {
      "ident": "it_208107",
      "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": "application filtering",
        "answer": "prevents or allows access based on the port numbers used in the request",
        "questionBGColor": "#F9D8D6"
      },
      {
        "question": "stateful packet inspection",
        "answer": "prevents or allows access based on whether the traffic is in response to requests from internal hosts",
        "questionBGColor": "#CBE4F9"
      },
      {
        "question": "URL filtering",
        "answer": "prevents or allows access based on web addresses or keywords",
        "questionBGColor": "#F9EBDF"
      },
      {
        "question": "packet filtering",
        "answer": "prevents or allows access based on the IP or MAC addresses of the source and destination",
        "questionBGColor": "#D6CDEA"
      }
    ],
    "_feedback": {
      "title": "",
      "correct": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>application filtering</td><td>prevents or allows access based on the port numbers used in the request</td></tr><tr> <td>stateful packet inspection</td><td>prevents or allows access based on whether the traffic is in response to requests from internal hosts</td></tr><tr> <td>URL filtering</td><td>prevents or allows access based on web addresses or keywords</td></tr><tr> <td>packet filtering</td><td>prevents or allows access based on the IP or MAC addresses of the source and destination</td></tr> </table>",
      "_incorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>application filtering</td><td>prevents or allows access based on the port numbers used in the request</td></tr><tr> <td>stateful packet inspection</td><td>prevents or allows access based on whether the traffic is in response to requests from internal hosts</td></tr><tr> <td>URL filtering</td><td>prevents or allows access based on web addresses or keywords</td></tr><tr> <td>packet filtering</td><td>prevents or allows access based on the IP or MAC addresses of the source and destination</td></tr> </table>",
        "notFinal": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>application filtering</td><td>prevents or allows access based on the port numbers used in the request</td></tr><tr> <td>stateful packet inspection</td><td>prevents or allows access based on whether the traffic is in response to requests from internal hosts</td></tr><tr> <td>URL filtering</td><td>prevents or allows access based on web addresses or keywords</td></tr><tr> <td>packet filtering</td><td>prevents or allows access based on the IP or MAC addresses of the source and destination</td></tr> </table>"
      },
      "_partlyCorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>application filtering</td><td>prevents or allows access based on the port numbers used in the request</td></tr><tr> <td>stateful packet inspection</td><td>prevents or allows access based on whether the traffic is in response to requests from internal hosts</td></tr><tr> <td>URL filtering</td><td>prevents or allows access based on web addresses or keywords</td></tr><tr> <td>packet filtering</td><td>prevents or allows access based on the IP or MAC addresses of the source and destination</td></tr> </table>",
        "notFinal": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>application filtering</td><td>prevents or allows access based on the port numbers used in the request</td></tr><tr> <td>stateful packet inspection</td><td>prevents or allows access based on whether the traffic is in response to requests from internal hosts</td></tr><tr> <td>URL filtering</td><td>prevents or allows access based on web addresses or keywords</td></tr><tr> <td>packet filtering</td><td>prevents or allows access based on the IP or MAC addresses of the source and destination</td></tr> </table>"
      }
    },
    "_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
    }
  },
  {
    "_id": "ae278628ed8e49dcaae75da49be892e8",
    "_parentId": "87d3e6bedfb94c7da285524a4ec679a8",
    "_type": "component",
    "_component": "objectMatching",
    "_classes": "",
    "_layout": "full",
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Match each weakness with an example.</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": "210519",
    "_smvWiseScoring": {
      "ident": "it_210519",
      "outcomes": {
        "decvar": [
          {
            "_varname": "obs0",
            "_maxvalue": 2,
            "title": "title"
          },
          {
            "_varname": "status",
            "_maxvalue": 0,
            "title": "status"
          }
        ],
        "interpretvar": [
          {
            "_varname": "obs0",
            "_view": "All",
            "interpret": "description"
          },
          {
            "_varname": "status",
            "_view": "All",
            "interpret": "status"
          }
        ]
      }
    },
    "_items": [
      {
        "question": "configuration weakness",
        "answer": "When implementing an access list on a router, a network engineer did not filter a type of malicous traffic.",
        "questionBGColor": "#F9D8D6"
      },
      {
        "question": "technological weakness",
        "answer": "A nework engineer is examining the operating system of a network device for vulnerabilities.",
        "questionBGColor": "#F9EBDF"
      },
      {
        "question": "security policy weakness",
        "answer": "The network administrator did not fully consider the implications of unauthorized users accessing the network.",
        "questionBGColor": "#CBE4F9"
      }
    ],
    "_feedback": {
      "title": "",
      "correct": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>configuration weakness</td><td>When implementing an access list on a router, a network engineer did not filter a type of malicous traffic.</td></tr><tr> <td>technological weakness</td><td>A nework engineer is examining the operating system of a network device for vulnerabilities.</td></tr><tr> <td>security policy weakness</td><td>The network administrator did not fully consider the implications of unauthorized users accessing the network.</td></tr></table>",
      "_incorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>configuration weakness</td><td>When implementing an access list on a router, a network engineer did not filter a type of malicous traffic.</td></tr><tr> <td>technological weakness</td><td>A nework engineer is examining the operating system of a network device for vulnerabilities.</td></tr><tr> <td>security policy weakness</td><td>The network administrator did not fully consider the implications of unauthorized users accessing the network.</td></tr></table>",
        "notFinal": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>configuration weakness</td><td>When implementing an access list on a router, a network engineer did not filter a type of malicous traffic.</td></tr><tr> <td>technological weakness</td><td>A nework engineer is examining the operating system of a network device for vulnerabilities.</td></tr><tr> <td>security policy weakness</td><td>The network administrator did not fully consider the implications of unauthorized users accessing the network.</td></tr></table>"
      },
      "_partlyCorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>configuration weakness</td><td>When implementing an access list on a router, a network engineer did not filter a type of malicous traffic.</td></tr><tr> <td>technological weakness</td><td>A nework engineer is examining the operating system of a network device for vulnerabilities.</td></tr><tr> <td>security policy weakness</td><td>The network administrator did not fully consider the implications of unauthorized users accessing the network.</td></tr></table>",
        "notFinal": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>configuration weakness</td><td>When implementing an access list on a router, a network engineer did not filter a type of malicous traffic.</td></tr><tr> <td>technological weakness</td><td>A nework engineer is examining the operating system of a network device for vulnerabilities.</td></tr><tr> <td>security policy weakness</td><td>The network administrator did not fully consider the implications of unauthorized users accessing the network.</td></tr></table>"
      }
    },
    "_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\">On which two interfaces or ports can security be improved by configuring executive timeouts? (Choose two.)</span></p>",
    "_id": "b12c7581d0c24f68bfb23ba33376c324",
    "_parentId": "fcace14bc9ce4cbba52ce4b61c4f936b",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "210542",
    "_smvWiseScoring": {
      "ident": "it_210542",
      "outcomes": {
        "decvar": [
          {
            "_varname": "480047",
            "_maxvalue": 1,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "480047",
            "_view": "All",
            "interpret": "1 point for Option 2, Option 40 points for any other option"
          }
        ]
      }
    },
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "instruction": "",
    "_items": [
      {
        "text": "fast Ethernet interfaces",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "onsole ports",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "serial interfaces",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "vty ports",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "loopback interfaces",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 2,
    "_feedback": {
      "title": "",
      "correct": "Executive timeouts allow the Cisco device to automatically disconnect users after they have been idle for the specified time. Console, vty, and aux ports can be configured with executive timeouts.",
      "_incorrect": {
        "final": "Executive timeouts allow the Cisco device to automatically disconnect users after they have been idle for the specified time. Console, vty, and aux ports can be configured with executive timeouts.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Executive timeouts allow the Cisco device to automatically disconnect users after they have been idle for the specified time. Console, vty, and aux ports can be configured with executive timeouts.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_component": "matching",
    "_classes": "",
    "_isOptional": false,
    "_isAvailable": true,
    "_isHidden": false,
    "_isVisible": true,
    "_isResetOnRevisit": false,
    "_ariaLevel": 0,
    "_disableAccessibilityState": false,
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Identify the steps needed to configure a switch for SSH. The answer order does not matter.</span></p>",
    "_id": "8cc3ff08c9a84766add643a72c43e6d7",
    "_parentId": "9e813a23284a40208ad5601f0fdd8d65",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "214870",
    "_onScreen": {
      "_isEnabled": false,
      "_classes": "animated fadeIn",
      "_percentInviewVertical": 50
    },
    "_pageLevelProgress": {
      "_isEnabled": true,
      "_isCompletionIndicatorEnabled": false
    },
    "_menuTOC": {
      "_isEnabled": false
    },
    "_courseProgress": {
      "_isEnabled": true
    },
    "_search": {
      "_isEnabled": false,
      "keywords": ""
    },
    "instruction": "",
    "_attempts": 1,
    "_shouldDisplayAttempts": false,
    "_shouldResetAllAnswers": true,
    "_questionWeight": 1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_recordInteraction": true,
    "_isQuestionRandom": true,
    "_isAnswerRandom": false,
    "placeholder": "Please select an option",
    "_smvWiseScoring": {
      "ident": "it_214870",
      "outcomes": {
        "decvar": [
          {
            "_varname": "obs0",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "obs0",
            "_view": "All",
            "interpret": "There is no partial credit"
          }
        ]
      }
    },
    "_items": [
      {
        "text": "Create a local user.",
        "_options": [
          {
            "text": "Required steps for SSH configuration",
            "_isCorrect": true
          },
          {
            "text": "Not required steps for SSH configuration",
            "_isCorrect": false
          }
        ]
      },
      {
        "text": "Generate RSA keys.",
        "_options": [
          {
            "text": "Required steps for SSH configuration",
            "_isCorrect": true
          },
          {
            "text": "Not required steps for SSH configuration",
            "_isCorrect": false
          }
        ]
      },
      {
        "text": "Configure a domain name.",
        "_options": [
          {
            "text": "Required steps for SSH configuration",
            "_isCorrect": true
          },
          {
            "text": "Not required steps for SSH configuration",
            "_isCorrect": false
          }
        ]
      },
      {
        "text": "Use the login local command.",
        "_options": [
          {
            "text": "Required steps for SSH configuration",
            "_isCorrect": true
          },
          {
            "text": "Not required steps for SSH configuration",
            "_isCorrect": false
          }
        ]
      },
      {
        "text": "Use the transport input ssh command.",
        "_options": [
          {
            "text": "Required steps for SSH configuration",
            "_isCorrect": true
          },
          {
            "text": "Not required steps for SSH configuration",
            "_isCorrect": false
          }
        ]
      }
    ],
    "_feedback": {
      "title": "",
      "correct": "<p>Options matched to the correct selection.</p><table class='table-feedback'> <tr> <th>required steps for SSH configuration</th></tr><tr> <td>Create a local user.</td><td>Generate RSA keys.</td></tr><tr><td>Configure a domain name.</td><td>Use the login local command.</td></tr><tr><td>Use the transport input ssh command.</td></tr></table>",
      "_incorrect": {
        "final": "<p>Options matched to the correct selection.</p><table class='table-feedback'> <tr> <th>required steps for SSH configuration</th></tr><tr> <td>Create a local user.</td><td>Generate RSA keys.</td></tr><tr><td>Configure a domain name.</td><td>Use the login local command.</td></tr><tr><td>Use the transport input ssh command.</td></tr></table>",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "<p>Options matched to the correct selection.</p><table class='table-feedback'> <tr> <th>required steps for SSH configuration</th></tr><tr> <td>Create a local user.</td><td>Generate RSA keys.</td></tr><tr><td>Configure a domain name.</td><td>Use the login local command.</td></tr><tr><td>Use the transport input ssh command.</td></tr></table>",
        "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 an accurate description of&#160;redundancy?</span></p>",
    "_id": "565660313325458bb04b8a2ee27ab487",
    "_parentId": "e2722cae59594ae1b8693ebdb980120d",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "216411",
    "_smvWiseScoring": {
      "ident": "it_216411",
      "outcomes": {
        "decvar": [
          {
            "_varname": "502961",
            "_maxvalue": 1,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "502961",
            "_view": "All",
            "interpret": "1 point 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": "configuring a router with a complete MAC address database to ensure that all frames can be forwarded to the correct destination",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "configuring a switch with proper security to ensure that all traffic forwarded through an interface is filtered",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "designing a network to use multiple virtual devices to ensure that all traffic uses the best path through the internetwork",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "designing a network to use multiple paths between switches to ensure there is no single point of failure",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Redundancy attempts to remove any single point of failure in a network by using multiple physically cabled paths between switches in the network.",
      "_incorrect": {
        "final": "Redundancy attempts to remove any single point of failure in a network by using multiple physically cabled paths between switches in the network.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Redundancy attempts to remove any single point of failure in a network by using multiple physically cabled paths between switches in the 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><img loading=\"eager\" src=\"en-US/assets/i233516v1n1_223543.png\" alt=\"The exhibit is not required to answer the question. The exhibit shows a gold award with the word authentic across the front.\" style=\"min-width: 50%;\"></p><p><span style=\"color:#000000\">What is the purpose of the network security authentication function?</span></p>",
    "_id": "0108b7b7a89a49e998022990d25eca3a",
    "_parentId": "5410717359ac464c88f9f41c6ca497c2",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "233516",
    "_smvWiseScoring": {
      "ident": "it_233516",
      "outcomes": {
        "decvar": [
          {
            "_varname": "554200",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "554201",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "554200",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "554201",
            "_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": "to require users to prove who they are",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "to determine which resources a user can access",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "to keep track of the actions of a user",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "to provide challenge and response questions",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Authentication, authorization, and accounting are network services collectively known as AAA. Authentication requires users to prove who they are. Authorization determines which resources the user can access. Accounting keeps track of the actions of the user.",
      "_incorrect": {
        "final": "Authentication, authorization, and accounting are network services collectively known as AAA. Authentication requires users to prove who they are. Authorization determines which resources the user can access. Accounting keeps track of the actions of the user.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Authentication, authorization, and accounting are network services collectively known as AAA. Authentication requires users to prove who they are. Authorization determines which resources the user can access. Accounting keeps track of the actions of the user.",
        "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 configuring SSH on a router to implement secure network management, a network engineer has issued the <b>login local</b> and <b>transport input ssh</b> line vty commands. What three additional configuration actions have to be performed to complete the SSH configuration? (Choose three.)</span></p>",
    "_id": "df190175c999429f9862a598538b440b",
    "_parentId": "68e2616fa10c4e86828a95fb51e15e31",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "237000",
    "_smvWiseScoring": {
      "ident": "it_237000",
      "outcomes": {
        "decvar": [
          {
            "_varname": "577766",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "577767",
            "_maxvalue": 3,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "577766",
            "_view": "All",
            "interpret": "1 point for Option 2, Option 3, Option 50 points for any other option"
          },
          {
            "_varname": "577767",
            "_view": "All",
            "interpret": "Option 2, Option 3, and Option 5 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": "Set the user privilege levels.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Generate the asymmetric RSA keys.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Configure the correct IP domain name.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Configure role-based CLI access.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Create a valid local username and password database.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Manually enable SSH after the RSA keys are generated.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 3,
    "_feedback": {
      "title": "",
      "correct": "SSH is automatically enabled after the RSA keys are generated. Setting user privilege levels and configuring role-based CLI access are good security practices but are not a requirement of implementing SSH.",
      "_incorrect": {
        "final": "SSH is automatically enabled after the RSA keys are generated. Setting user privilege levels and configuring role-based CLI access are good security practices but are not a requirement of implementing SSH.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "SSH is automatically enabled after the RSA keys are generated. Setting user privilege levels and configuring role-based CLI access are good security practices but are not a requirement of implementing SSH.",
        "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 example of malicious code would be classified as a Trojan horse?</span></p>",
    "_id": "03cc8611d25b4ea89650ead2c000523f",
    "_parentId": "15d6cd165dc44ff5a329df6287f407b6",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "245692",
    "_smvWiseScoring": {
      "ident": "it_245692",
      "outcomes": {
        "decvar": [
          {
            "_varname": "601009",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "601010",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "601009",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "601010",
            "_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": "malware that was written to look like a video game",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "malware that requires manual user intervention to spread between systems",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "malware that attaches itself to a legitimate program and spreads to other programs when launched",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "malware that can automatically spread from one system to another by exploiting a vulnerability in the target",
        "_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 Trojan horse is malicious code that has been written specifically to look like a legitimate program. This is in contrast to a virus, which simply attaches itself to an actual legitimate program. Viruses require manual intervention from a user to spread from one system to another, while a worm is able to spread automatically between systems by exploiting vulnerabilities on those devices.",
      "_incorrect": {
        "final": "A Trojan horse is malicious code that has been written specifically to look like a legitimate program. This is in contrast to a virus, which simply attaches itself to an actual legitimate program. Viruses require manual intervention from a user to spread from one system to another, while a worm is able to spread automatically between systems by exploiting vulnerabilities on those devices.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "A Trojan horse is malicious code that has been written specifically to look like a legitimate program. This is in contrast to a virus, which simply attaches itself to an actual legitimate program. Viruses require manual intervention from a user to spread from one system to another, while a worm is able to spread automatically between systems by exploiting vulnerabilities on those devices.",
        "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 method is used to send a ping message specifying the source address for the ping?</span></p>",
    "_id": "00d8b02fd00a423d99a15c08a6372175",
    "_parentId": "4aaa3574e18a463d8d12a026ceee7bea",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "264455",
    "_smvWiseScoring": {
      "ident": "it_264455",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862360",
            "_maxvalue": 1,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862360",
            "_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": "Issue the <b>ping</b> command from within interface configuration mode.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Issue the <b>ping</b> command without specifying a destination IP address.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Issue the <b>ping</b> command without extended commands.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Issue the <b>ping</b> command after shutting down un-needed interfaces.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "By issuing the <b>ping</b> command without a destination IP address in privileged EXEC mode, the Cisco IOS enters extended ping mode. This allows the user to implement extended commands which include source IP address.",
      "_incorrect": {
        "final": "By issuing the <b>ping</b> command without a destination IP address in privileged EXEC mode, the Cisco IOS enters extended ping mode. This allows the user to implement extended commands which include source IP address.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "By issuing the <b>ping</b> command without a destination IP address in privileged EXEC mode, the Cisco IOS enters extended ping mode. This allows the user to implement extended commands which include source IP address.",
        "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 engineer is analyzing reports from a recently performed network baseline. Which situation would depict a possible latency issue?</span></p>",
    "_id": "6f17d04fdb5146bc966418f23a0f69a7",
    "_parentId": "39dc967de42c4a7b96d160908ad3955e",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "264458",
    "_smvWiseScoring": {
      "ident": "it_264458",
      "outcomes": {
        "decvar": [
          {
            "_varname": "683393",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "683394",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "683393",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          },
          {
            "_varname": "683394",
            "_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": "a change in the bandwidth according to the <b>show interfaces</b> output",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "a next-hop timeout from a traceroute",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "an increase in host-to-host ping response times",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "a change in the amount of RAM according to the <b>show version</b> output",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "While analyzing historical reports an administrator can compare host-to-host timers from the <b>ping</b> command and depict possible latency issues.",
      "_incorrect": {
        "final": "While analyzing historical reports an administrator can compare host-to-host timers from the <b>ping</b> command and depict possible latency issues.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "While analyzing historical reports an administrator can compare host-to-host timers from the <b>ping</b> command and depict possible latency 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 feature of SSH makes it more secure than Telnet for a device management connection?</span></p>",
    "_id": "17c8eb4db3394f829b33e52e40aec90b",
    "_parentId": "5c3b7966f35748eeb5e2633c72c190f3",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "268293",
    "_smvWiseScoring": {
      "ident": "it_268293",
      "outcomes": {
        "decvar": [
          {
            "_varname": "705592",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "705593",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "705592",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "705593",
            "_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": "confidentiality with IPsec",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "stronger password requirement",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "random one-time port connection",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "login information and data encryption",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Secure Shell (SSH) is a protocol that provides a secure management connection to a remote device. SSH provides security by providing encryption for both authentication (username and password) and the transmitted data. Telnet is a protocol that uses unsecure plaintext transmission. SSH is assigned to TCP port 22 by default. Although this port can be changed in the SSH server configuration, the port is not dynamically changed. SSH does not use IPsec.",
      "_incorrect": {
        "final": "Secure Shell (SSH) is a protocol that provides a secure management connection to a remote device. SSH provides security by providing encryption for both authentication (username and password) and the transmitted data. Telnet is a protocol that uses unsecure plaintext transmission. SSH is assigned to TCP port 22 by default. Although this port can be changed in the SSH server configuration, the port is not dynamically changed. SSH does not use IPsec.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Secure Shell (SSH) is a protocol that provides a secure management connection to a remote device. SSH provides security by providing encryption for both authentication (username and password) and the transmitted data. Telnet is a protocol that uses unsecure plaintext transmission. SSH is assigned to TCP port 22 by default. Although this port can be changed in the SSH server configuration, the port is not dynamically changed. SSH does not use IPsec.",
        "notFinal": ""
      }
    },
    "_buttons": {
      "_submit": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_reset": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_hideCorrectAnswer": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "_showFeedback": {
        "buttonText": "",
        "ariaLabel": ""
      },
      "remainingAttemptsText": "",
      "remainingAttemptText": ""
    }
  },
  {
    "_id": "280bf88c1a0b4983a930ae8810083083",
    "_parentId": "150d8824197841d9aff23cda2e524254",
    "_type": "component",
    "_component": "objectMatching",
    "_classes": "",
    "_layout": "full",
    "title": "Question",
    "displayTitle": "Question",
    "body": "<p><span style=\"color:#000000\">Match the type of information security threat to the scenario.</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": "271190",
    "_smvWiseScoring": {
      "ident": "it_271190",
      "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": "data loss",
        "answer": "installing virus code to destroy surveillance recordings for certain days",
        "questionBGColor": "#F9D8D6"
      },
      {
        "question": "identity theft",
        "answer": "pretending to be someone else by using stolen personal information to apply for a credit card",
        "questionBGColor": "#D6CDEA"
      },
      {
        "question": "disruption of service",
        "answer": "preventing users from accessing a website by sending a large number of link requests in a short period",
        "questionBGColor": "#F9EBDF"
      },
      {
        "question": "information theft",
        "answer": "obtaining trade secret documents illegally",
        "questionBGColor": "#CBE4F9"
      }
    ],
    "_feedback": {
      "title": "",
      "correct": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>data loss</td><td>installing virus code to destroy surveillance recordings for certain days</td></tr><tr> <td>identity theft</td><td>pretending to be someone else by using stolen personal information to apply for a credit card</td></tr><tr> <td>disruption of service</td><td>preventing users from accessing a website by sending a large number of link requests in a short period</td></tr> <tr> <td>information theft</td><td>obtaining trade secret documents illegally</td></tr></table>",
      "_incorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>data loss</td><td>installing virus code to destroy surveillance recordings for certain days</td></tr><tr> <td>identity theft</td><td>pretending to be someone else by using stolen personal information to apply for a credit card</td></tr><tr> <td>disruption of service</td><td>preventing users from accessing a website by sending a large number of link requests in a short period</td></tr> <tr> <td>information theft</td><td>obtaining trade secret documents illegally</td></tr></table>",
        "notFinal": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>data loss</td><td>installing virus code to destroy surveillance recordings for certain days</td></tr><tr> <td>identity theft</td><td>pretending to be someone else by using stolen personal information to apply for a credit card</td></tr><tr> <td>disruption of service</td><td>preventing users from accessing a website by sending a large number of link requests in a short period</td></tr> <tr> <td>information theft</td><td>obtaining trade secret documents illegally</td></tr></table>"
      },
      "_partlyCorrect": {
        "final": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>data loss</td><td>installing virus code to destroy surveillance recordings for certain days</td></tr><tr> <td>identity theft</td><td>pretending to be someone else by using stolen personal information to apply for a credit card</td></tr><tr> <td>disruption of service</td><td>preventing users from accessing a website by sending a large number of link requests in a short period</td></tr> <tr> <td>information theft</td><td>obtaining trade secret documents illegally</td></tr></table>",
        "notFinal": "<p>Place the options in the following order:</p><table class='table-feedback'><tr> <td>data loss</td><td>installing virus code to destroy surveillance recordings for certain days</td></tr><tr> <td>identity theft</td><td>pretending to be someone else by using stolen personal information to apply for a credit card</td></tr><tr> <td>disruption of service</td><td>preventing users from accessing a website by sending a large number of link requests in a short period</td></tr> <tr> <td>information theft</td><td>obtaining trade secret documents illegally</td></tr></table>"
      }
    },
    "_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 considered the most effective way to mitigate a worm attack?&#160;</span></p>",
    "_id": "9a0c9f0ba39e465d8abf9e425c6dbee8",
    "_parentId": "a053ad3d215947b5bd7568659e288dcb",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "274297",
    "_smvWiseScoring": {
      "ident": "it_274297",
      "outcomes": {
        "decvar": [
          {
            "_varname": "682759",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "682760",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "682759",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "682760",
            "_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": "Change system passwords every 30 days.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Ensure that all systems have the most current virus definitions.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Ensure that AAA is configured in the network.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Download security updates from the operating system vendor and patch all vulnerable systems.",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Because worms take advantage of vulnerabilities in the system itself, the most effective way to mitigate worm attacks is to download security updates from the operating system vendor and patch all vulnerable systems.",
      "_incorrect": {
        "final": "Because worms take advantage of vulnerabilities in the system itself, the most effective way to mitigate worm attacks is to download security updates from the operating system vendor and patch all vulnerable systems.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Because worms take advantage of vulnerabilities in the system itself, the most effective way to mitigate worm attacks is to download security updates from the operating system vendor and patch all vulnerable systems.",
        "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 administrator is upgrading a small business network to give high priority to real-time applications traffic. What two types of network services is the network administrator trying to accommodate? (Choose two.)</span></p>",
    "_id": "9cc0477382ed463daacf2f07a880f38e",
    "_parentId": "23b55143a6e0476d8dc4e29fedc11db4",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "274317",
    "_smvWiseScoring": {
      "ident": "it_274317",
      "outcomes": {
        "decvar": [
          {
            "_varname": "687708",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "687709",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "687708",
            "_view": "All",
            "interpret": "1 point for Option 1, Option 20 points for any other option"
          },
          {
            "_varname": "687709",
            "_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": "Voice",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Video",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Instant messaging",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "FTP",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "SNMP",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 2,
    "_feedback": {
      "title": "",
      "correct": "Streaming media, such as video, and voice traffic, are both examples of real-time traffic. Real-time traffic needs higher priority through the network than other types of traffic because it is very sensitive to network delay and latency.",
      "_incorrect": {
        "final": "Streaming media, such as video, and voice traffic, are both examples of real-time traffic. Real-time traffic needs higher priority through the network than other types of traffic because it is very sensitive to network delay and latency.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Streaming media, such as video, and voice traffic, are both examples of real-time traffic. Real-time traffic needs higher priority through the network than other types of traffic because it is very sensitive to network delay and latency.",
        "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 firewall feature is used to ensure that packets coming into a network are legitimate responses to requests initiated from internal hosts?</span></p>",
    "_id": "44ddfd88354243cbad7f7399fff6504e",
    "_parentId": "0da87cdd29d044168f136ca69733b8a9",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "274333",
    "_smvWiseScoring": {
      "ident": "it_274333",
      "outcomes": {
        "decvar": [
          {
            "_varname": "687712",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "687713",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "687712",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "687713",
            "_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": "Stateful packet inspection",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "URL filtering",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Application filtering",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Packet filtering",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Stateful packet inspection on a firewall checks that incoming packets are actually legitimate responses to requests originating from hosts inside the network. Packet filtering can be used to permit or deny access to resources based on IP or MAC address. Application filtering can permit or deny access based on port number. URL filtering is used to permit or deny access based on URL or on keywords.",
      "_incorrect": {
        "final": "Stateful packet inspection on a firewall checks that incoming packets are actually legitimate responses to requests originating from hosts inside the network. Packet filtering can be used to permit or deny access to resources based on IP or MAC address. Application filtering can permit or deny access based on port number. URL filtering is used to permit or deny access based on URL or on keywords.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Stateful packet inspection on a firewall checks that incoming packets are actually legitimate responses to requests originating from hosts inside the network. Packet filtering can be used to permit or deny access to resources based on IP or MAC address. Application filtering can permit or deny access based on port number. URL filtering is used to permit or deny access based on URL or on keywords.",
        "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 is true about Cisco&#160;IOS ping indicators?​</span></p>",
    "_id": "e4e8d2f78a764777a6596c6b760f1218",
    "_parentId": "2870b71863254e4b97dfdb7f162b6d85",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "275385",
    "_smvWiseScoring": {
      "ident": "it_275385",
      "outcomes": {
        "decvar": [
          {
            "_varname": "687132",
            "_maxvalue": 1,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "687132",
            "_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": "'!' indicates that the ping was unsuccessful and that the device may have issues finding a DNS server.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "'U' may indicate that a router along the path did not contain a route to the destination address and that the ping was unsuccessful.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "'<b>.</b>' indicates that the ping was successful but the response time was longer than normal.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "A combination of '.' and '!' indicates that a router along the path did not have a route to the destination address and responded with an ICMP unreachable message.​",
        "_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 most common indicators of a ping issued from the Cisco IOS are &quot;!&quot;, &quot;.&quot;, and &quot;U&quot;. The &quot;!&quot; indicates that the ping completed successfully, verifying connectivity at Layer 3. The &quot;.&quot; may indicate that a connectivity problem, routing problem, or device security issue exists along the path and that an ICMP destination unreachable message was not provided. The &quot;U&quot; indicates that a router along the path may not have had a route to the destination address, and that it responded with an ICMP unreachable message.",
      "_incorrect": {
        "final": "The most common indicators of a ping issued from the Cisco IOS are &quot;!&quot;, &quot;.&quot;, and &quot;U&quot;. The &quot;!&quot; indicates that the ping completed successfully, verifying connectivity at Layer 3. The &quot;.&quot; may indicate that a connectivity problem, routing problem, or device security issue exists along the path and that an ICMP destination unreachable message was not provided. The &quot;U&quot; indicates that a router along the path may not have had a route to the destination address, and that it responded with an ICMP unreachable message.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The most common indicators of a ping issued from the Cisco IOS are &quot;!&quot;, &quot;.&quot;, and &quot;U&quot;. The &quot;!&quot; indicates that the ping completed successfully, verifying connectivity at Layer 3. The &quot;.&quot; may indicate that a connectivity problem, routing problem, or device security issue exists along the path and that an ICMP destination unreachable message was not provided. The &quot;U&quot; indicates that a router along the path may not have had a route to the destination address, and that it responded with an ICMP unreachable message.",
        "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 user reports a lack of network connectivity. The technician takes control of the user machine and attempts to ping other computers on the network and these pings fail. The technician pings the default gateway and that also fails. What can be determined for sure by the results of these tests?</span></p>",
    "_id": "d45c658266774227ac3f0a65226698c4",
    "_parentId": "32b9f76e3e2f46099f014d13ce84f086",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "278189",
    "_smvWiseScoring": {
      "ident": "it_278189",
      "outcomes": {
        "decvar": [
          {
            "_varname": "699414",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "699415",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "699414",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "699415",
            "_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 NIC in the PC is bad.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The TCP/IP protocol is not enabled.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The router that is attached to the same network as the workstation is down.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Nothing can be determined for sure at this point.",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "In networks today, a failed ping could mean that the other devices on the network are blocking pings. Further investigation such as checking network connectivity from other devices on the same network is warranted.",
      "_incorrect": {
        "final": "In networks today, a failed ping could mean that the other devices on the network are blocking pings. Further investigation such as checking network connectivity from other devices on the same network is warranted.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "In networks today, a failed ping could mean that the other devices on the network are blocking pings. Further investigation such as checking network connectivity from other devices on the same network is warranted.",
        "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 command should be used on a Cisco router or switch to allow log messages to be displayed on remotely connected sessions using Telnet or SSH?</span></p>",
    "_id": "9176c48ad7044aafb3dd754c1b011efa",
    "_parentId": "acd27bdaa905432bacf8f02f8bde1fde",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "278194",
    "_smvWiseScoring": {
      "ident": "it_278194",
      "outcomes": {
        "decvar": [
          {
            "_varname": "699412",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "699413",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "699412",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "699413",
            "_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": "<b>debug all</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>logging synchronous</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>show running-config​</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>terminal monitor</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": "The <b>terminal monitor</b> command is very important to use when log messages appear. Log messages appear by default when a user is directly consoled into a Cisco device, but require the <b>terminal monitor</b> command to be entered when a user is accessing a network device remotely.",
      "_incorrect": {
        "final": "The <b>terminal monitor</b> command is very important to use when log messages appear. Log messages appear by default when a user is directly consoled into a Cisco device, but require the <b>terminal monitor</b> command to be entered when a user is accessing a network device remotely.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The <b>terminal monitor</b> command is very important to use when log messages appear. Log messages appear by default when a user is directly consoled into a Cisco device, but require the <b>terminal monitor</b> command to be entered when a user is accessing a network device remotely.",
        "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>C:\\&gt; tracert -6 www.cisco.com</b> command on a Windows PC. What is the purpose of the <b>-6</b> command option?</span></p>",
    "_id": "e4d40e72b1094bb8b99efdf4161c0a3b",
    "_parentId": "fcad0af19f3a4e84933336018dc07a66",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "278196",
    "_smvWiseScoring": {
      "ident": "it_278196",
      "outcomes": {
        "decvar": [
          {
            "_varname": "697723",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "697724",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "697723",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "697724",
            "_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": "It forces the trace to use IPv6.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It limits the trace to only 6 hops.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It sets a 6 milliseconds timeout for each replay.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It sends 6 probes within each TTL time period.",
        "_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>-6</b> option in the command <b>C:\\&gt; tracert -6 www.cisco.com</b> is used to force the trace to use IPv6.",
      "_incorrect": {
        "final": "The <b>-6</b> option in the command <b>C:\\&gt; tracert -6 www.cisco.com</b> is used to force the trace to use IPv6.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The <b>-6</b> option in the command <b>C:\\&gt; tracert -6 www.cisco.com</b> is used to force the trace to use IPv6.",
        "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 command can an administrator issue on a Cisco router to send debug messages to the vty lines?</span></p>",
    "_id": "3080453e17da4dff9ef32d56ec5cf99c",
    "_parentId": "27c3da93019d414eb52ab6614f91c005",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "278200",
    "_smvWiseScoring": {
      "ident": "it_278200",
      "outcomes": {
        "decvar": [
          {
            "_varname": "697731",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "697732",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "697731",
            "_view": "All",
            "interpret": "1 point for Option 10 points for any other option"
          },
          {
            "_varname": "697732",
            "_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": "<b>terminal monitor</b>",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "<b>logging console</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>logging buffered</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>logging synchronous</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Debug messages, like other IOS log messages, are sent to the console line by default. Sending these messages to the terminal lines requires the <b>terminal monitor</b> command.",
      "_incorrect": {
        "final": "Debug messages, like other IOS log messages, are sent to the console line by default. Sending these messages to the terminal lines requires the <b>terminal monitor</b> command.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Debug messages, like other IOS log messages, are sent to the console line by default. Sending these messages to the terminal lines requires the <b>terminal monitor</b> command.",
        "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 engineer is troubleshooting connectivity issues among interconnected Cisco routers and switches. Which command should the engineer use to find the IP address information, host name, and IOS version of neighboring network devices?</span></p>",
    "_id": "68b3a7c35f9e42a1a566719ab58bd19e",
    "_parentId": "5f4df66eeae04a51bfb4e9182ee4ba6b",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "282886",
    "_smvWiseScoring": {
      "ident": "it_282886",
      "outcomes": {
        "decvar": [
          {
            "_varname": "711215",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "711216",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "711215",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "711216",
            "_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": "<b>show version</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>show ip route</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>show interfaces</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>show cdp neighbors detail</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": "The <b>show cdp neighbors detail</b> command reveals much information about neighboring Cisco devices, including the IP address, the capabilities, host name, and IOS version. The <b>show interfaces</b> and <b>show version</b> commands display information about the local device.",
      "_incorrect": {
        "final": "The <b>show cdp neighbors detail</b> command reveals much information about neighboring Cisco devices, including the IP address, the capabilities, host name, and IOS version. The <b>show interfaces</b> and <b>show version</b> commands display information about the local device.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The <b>show cdp neighbors detail</b> command reveals much information about neighboring Cisco devices, including the IP address, the capabilities, host name, and IOS version. The <b>show interfaces</b> and <b>show version</b> commands display information about the local 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\">What is the difference between a virus and a worm?</span></p>",
    "_id": "c9bc9969874641e0b437027a29ed6d66",
    "_parentId": "d7ed77c23a2c4c809739a04b01e89de8",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "283501",
    "_smvWiseScoring": {
      "ident": "it_283501",
      "outcomes": {
        "decvar": [
          {
            "_varname": "720245",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "720246",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "720245",
            "_view": "All",
            "interpret": "1 point for Option 20 points for any other option"
          },
          {
            "_varname": "720246",
            "_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": "Viruses self-replicate but worms do not.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Worms self-replicate but viruses do not.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Worms require a host file but viruses do not.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Viruses hide in legitimate programs but worms do not.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Worms are able to self-replicate and exploit vulnerabilities on computer networks without user participation.",
      "_incorrect": {
        "final": "Worms are able to self-replicate and exploit vulnerabilities on computer networks without user participation.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Worms are able to self-replicate and exploit vulnerabilities on computer networks without user participation.",
        "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 user is redesigning a network for a small company and wants to ensure security at a reasonable price. The user deploys a new application-aware firewall with intrusion detection capabilities on the ISP connection. The user installs a second firewall to separate the company network from the public network. Additionally, the user installs an&#160;IPS on the internal network of the company. What approach is the user implementing?</span></p>",
    "_id": "fc7c8b2c64074e349dd877589da39532",
    "_parentId": "3c1816a1a67347758d4a2b4688b26abf",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "283754",
    "_smvWiseScoring": {
      "ident": "it_283754",
      "outcomes": {
        "decvar": [
          {
            "_varname": "720844",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "720845",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "720844",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "720845",
            "_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": "attack based",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "risk based",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "structured",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "layered",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Using different defenses at various points of the network creates a layered approach.",
      "_incorrect": {
        "final": "Using different defenses at various points of the network creates a layered approach.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Using different defenses at various points of the network creates a layered approach.",
        "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 advantage of using SSH over Telnet?</span></p>",
    "_id": "441c5aaa87e640648dd4adacb9e892a9",
    "_parentId": "0659beb6886540329e866527a07c7764",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "285531",
    "_smvWiseScoring": {
      "ident": "it_285531",
      "outcomes": {
        "decvar": [
          {
            "_varname": "726936",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "726937",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "726936",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          },
          {
            "_varname": "726937",
            "_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": "SSH is easier to use.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "SSH operates faster than Telnet.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "SSH provides secure communications to access hosts.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "SSH supports authentication for a connection 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": "SSH provides a secure method for remote access to hosts by encrypting network traffic between the SSH client and remote hosts. Although both Telnet and SSH request authentication before a connection is established, Telnet does not support encryption of login credentials.",
      "_incorrect": {
        "final": "SSH provides a secure method for remote access to hosts by encrypting network traffic between the SSH client and remote hosts. Although both Telnet and SSH request authentication before a connection is established, Telnet does not support encryption of login credentials.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "SSH provides a secure method for remote access to hosts by encrypting network traffic between the SSH client and remote hosts. Although both Telnet and SSH request authentication before a connection is established, Telnet does not support encryption of login credentials.",
        "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\">Users are complaining that they are unable to browse certain websites on the Internet. An administrator can successfully ping a web server via its IP address, but cannot browse to the domain name of the website. Which troubleshooting tool would be most useful in determining where the problem is?</span></p>",
    "_id": "5ca81218665f4b4d9a1261566bb72d37",
    "_parentId": "99c903430ce04607b249b5c3b96b984c",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "286198",
    "_smvWiseScoring": {
      "ident": "it_286198",
      "outcomes": {
        "decvar": [
          {
            "_varname": "729441",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "731502",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "729441",
            "_view": "All",
            "interpret": "1 point for Option 30 points for any other option"
          },
          {
            "_varname": "731502",
            "_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": "<b>netstat</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>tracert</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>nslookup</b>",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "<b>ipconfig</b>",
        "_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>nslookup</b> command can be used to look up information about a particular DNS name in the DNS server. The information includes the IP address of the DNS server being used as well as the IP address associated with the specified DNS name. This command can help verify the DNS that is used and if the domain name to IP address resolution works.",
      "_incorrect": {
        "final": "The <b>nslookup</b> command can be used to look up information about a particular DNS name in the DNS server. The information includes the IP address of the DNS server being used as well as the IP address associated with the specified DNS name. This command can help verify the DNS that is used and if the domain name to IP address resolution works.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The <b>nslookup</b> command can be used to look up information about a particular DNS name in the DNS server. The information includes the IP address of the DNS server being used as well as the IP address associated with the specified DNS name. This command can help verify the DNS that is used and if the domain name to IP address resolution works.",
        "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 would a network administrator use the <b>tracert</b> utility?</span></p>",
    "_id": "2880d099fec7443f81e6e22849a19cf7",
    "_parentId": "54e64545895f4ff1ac8279a416e6e9f1",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "287908",
    "_smvWiseScoring": {
      "ident": "it_287908",
      "outcomes": {
        "decvar": [
          {
            "_varname": "738644",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "738644",
            "_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 determine the active TCP connections on a PC",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "to check information about a DNS name in the DNS server",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "to identify where a packet was lost or delayed on a network",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "to display the IP address, default gateway, and DNS server address for a PC",
        "_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>tracert</b> utility is used to identify the path a packet takes from source to destination. <b>Tracert</b> is commonly used when packets are dropped or not reaching a specific destination.",
      "_incorrect": {
        "final": "The <b>tracert</b> utility is used to identify the path a packet takes from source to destination. <b>Tracert</b> is commonly used when packets are dropped or not reaching a specific destination.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The <b>tracert</b> utility is used to identify the path a packet takes from source to destination. <b>Tracert</b> is commonly used when packets are dropped or not reaching a specific destination.",
        "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\">By following a structured troubleshooting approach, a network administrator identified a network issue after a conversation with the user. What is the next step that the administrator should take?</span></p>",
    "_id": "21db1e7c3f824a5ba3081e0deb8da6f0",
    "_parentId": "665b0a498471421d8df9a9714b765feb",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "304895",
    "_smvWiseScoring": {
      "ident": "it_304895",
      "outcomes": {
        "decvar": [
          {
            "_varname": "787564",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "787564",
            "_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": "Verify full system functionality.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Test the theory to determine cause.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Establish a theory of probable causes.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "Establish a plan of action to resolve the issue.",
        "_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 structured network troubleshooting approach should include these steps in sequence:<ol><li>Identify the problem.</li><li>Establish a theory of probable causes.</li><li>Test the theory to determine cause.</li><li>Establish a plan of action to resolve the issue.</li><li>Verify full system functionality and implement preventive measures.</li><li>Document findings, actions, and outcomes.</li></ol>",
      "_incorrect": {
        "final": "A structured network troubleshooting approach should include these steps in sequence:<ol><li>Identify the problem.</li><li>Establish a theory of probable causes.</li><li>Test the theory to determine cause.</li><li>Establish a plan of action to resolve the issue.</li><li>Verify full system functionality and implement preventive measures.</li><li>Document findings, actions, and outcomes.</li></ol>",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "A structured network troubleshooting approach should include these steps in sequence:<ol><li>Identify the problem.</li><li>Establish a theory of probable causes.</li><li>Test the theory to determine cause.</li><li>Establish a plan of action to resolve the issue.</li><li>Verify full system functionality and implement preventive measures.</li><li>Document findings, actions, and outcomes.</li></ol>",
        "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\">An employee complains that a Windows PC cannot connect to the Internet. A network technician issues the <b>ipconfig</b> command on the PC and is shown an IP address of 169.254.10.3. Which two conclusions can be drawn? (Choose two.)</span></p>",
    "_id": "7dadd8a7be734638af7389d0c3b8b6d4",
    "_parentId": "f94a6eefd0d94010a93fe43d7847b1f7",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "304899",
    "_smvWiseScoring": {
      "ident": "it_304899",
      "outcomes": {
        "decvar": [
          {
            "_varname": "787523",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "787523",
            "_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": "The PC cannot contact a DHCP server.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The DNS server address is misconfigured.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The default gateway address is not configured.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "The PC is configured to obtain an IP address automatically.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "The enterprise network is misconfigured for dynamic routing.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 2,
    "_feedback": {
      "title": "",
      "correct": "When a Windows PC is configured to obtain an IP address automatically, the PC will try to obtain an IP address from a DHCP server. When the PC cannot contact a DHCP server, Windows will automatically assign an address belonging to the 169.254.0.0/16 range.",
      "_incorrect": {
        "final": "When a Windows PC is configured to obtain an IP address automatically, the PC will try to obtain an IP address from a DHCP server. When the PC cannot contact a DHCP server, Windows will automatically assign an address belonging to the 169.254.0.0/16 range.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "When a Windows PC is configured to obtain an IP address automatically, the PC will try to obtain an IP address from a DHCP server. When the PC cannot contact a DHCP server, Windows will automatically assign an address belonging to the 169.254.0.0/16 range.",
        "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 about a Cisco router can be verified using the <b>show version</b> command?</span></p>",
    "_id": "cc088d680a6941948906f0c531a9615f",
    "_parentId": "b45d8e4641a64525a41d3077c4d5b611",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "331784",
    "_smvWiseScoring": {
      "ident": "it_331784",
      "outcomes": {
        "decvar": [
          {
            "_varname": "824988",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "824988",
            "_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 routing protocol version that is enabled",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "the value of the configuration register",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "the operational status of serial interfaces",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "the administrative distance used to reach networks",
        "_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 configuration register can be verified with the <b>show version</b> command.",
      "_incorrect": {
        "final": "The value of the configuration register can be verified with the <b>show version</b> command.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The value of the configuration register can be verified with the <b>show version</b> command.",
        "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 role of an IPS?</span></p>",
    "_id": "0502944048fc4820a4f6eeb51c1daa39",
    "_parentId": "9b8488b9ef0842ac86e6012da95a112f",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "331830",
    "_smvWiseScoring": {
      "ident": "it_331830",
      "outcomes": {
        "decvar": [
          {
            "_varname": "826139",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "826139",
            "_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": "detecting and blocking of attacks in real time",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "connecting global threat information to Cisco network security devices",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "authenticating and validating traffic",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "filtering of nefarious websites",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "An intrusion prevention system (IPS) provides real-time detection and blocking of attacks.",
      "_incorrect": {
        "final": "An intrusion prevention system (IPS) provides real-time detection and blocking of attacks.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "An intrusion prevention system (IPS) provides real-time detection and blocking of attacks.",
        "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 attack involves a compromise of data that occurs between two end points?</span></p>",
    "_id": "97b246d1212c4db69df5cdd3bdcfbddb",
    "_parentId": "831ca9d233f54773b8537f4de682b66f",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "339126",
    "_smvWiseScoring": {
      "ident": "it_339126",
      "outcomes": {
        "decvar": [
          {
            "_varname": "841353",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "841353",
            "_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": "denial-of-service",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "man-in-the-middle attack",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "extraction of security parameters",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "username enumeration",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Threat actors frequently attempt to access devices over the internet through communication protocols. Some of the most popular remote exploits are as follows:<ul><li><b>Man-In-the-middle attack (MITM)</b> &ndash; The threat actor gets between devices in the system and intercepts all of the data being transmitted. This information could simply be collected or modified for a specific purpose and delivered to its original destination.</li><li><b>Eavesdropping attack</b> &ndash; When devices are being installed, the threat actor can intercept data such as security keys that are used by constrained devices to establish communications once they are up and running.</li><li><b>SQL injection (SQLi)</b> &ndash; Threat actors uses a flaw in the Structured Query Language (SQL) application that allows them to have access to modify the data or gain administrative privileges.</li><li><b>Routing attack</b> &ndash; A threat actor could either place a rogue routing device on the network or modify routing packets to manipulate routers to send all packets to the chosen destination of the threat actor. The threat actor could then drop specific packets, known as selective forwarding, or drop all packets, known as a sinkhole attack.</li></ul>",
      "_incorrect": {
        "final": "Threat actors frequently attempt to access devices over the internet through communication protocols. Some of the most popular remote exploits are as follows:<ul><li><b>Man-In-the-middle attack (MITM)</b> &ndash; The threat actor gets between devices in the system and intercepts all of the data being transmitted. This information could simply be collected or modified for a specific purpose and delivered to its original destination.</li><li><b>Eavesdropping attack</b> &ndash; When devices are being installed, the threat actor can intercept data such as security keys that are used by constrained devices to establish communications once they are up and running.</li><li><b>SQL injection (SQLi)</b> &ndash; Threat actors uses a flaw in the Structured Query Language (SQL) application that allows them to have access to modify the data or gain administrative privileges.</li><li><b>Routing attack</b> &ndash; A threat actor could either place a rogue routing device on the network or modify routing packets to manipulate routers to send all packets to the chosen destination of the threat actor. The threat actor could then drop specific packets, known as selective forwarding, or drop all packets, known as a sinkhole attack.</li></ul>",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Threat actors frequently attempt to access devices over the internet through communication protocols. Some of the most popular remote exploits are as follows:<ul><li><b>Man-In-the-middle attack (MITM)</b> &ndash; The threat actor gets between devices in the system and intercepts all of the data being transmitted. This information could simply be collected or modified for a specific purpose and delivered to its original destination.</li><li><b>Eavesdropping attack</b> &ndash; When devices are being installed, the threat actor can intercept data such as security keys that are used by constrained devices to establish communications once they are up and running.</li><li><b>SQL injection (SQLi)</b> &ndash; Threat actors uses a flaw in the Structured Query Language (SQL) application that allows them to have access to modify the data or gain administrative privileges.</li><li><b>Routing attack</b> &ndash; A threat actor could either place a rogue routing device on the network or modify routing packets to manipulate routers to send all packets to the chosen destination of the threat actor. The threat actor could then drop specific packets, known as selective forwarding, or drop all packets, known as a sinkhole attack.</li></ul>",
        "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 type of attack involves an adversary attempting to gather information about a network to identify vulnerabilities?</span></p>",
    "_id": "25614b7af1e14436b039965391883241",
    "_parentId": "200d5aaa36164a959fbccc6735823a57",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "343905",
    "_smvWiseScoring": {
      "ident": "it_343905",
      "outcomes": {
        "decvar": [
          {
            "_varname": "861459",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "861459",
            "_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": "Reconnaissance",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "DoS",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Dictionary",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Man-in-the-middle",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Reconnaissance is a type of attack where the intruder is looking for wireless network vulnerabilities.",
      "_incorrect": {
        "final": "Reconnaissance is a type of attack where the intruder is looking for wireless network vulnerabilities.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Reconnaissance is a type of attack where the intruder is looking for wireless network vulnerabilities.",
        "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/i349808v1n1_1751-i349808-SSH002-PT7.2.2.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 /><br />Which command has to be configured on the router to complete the SSH configuration?</span></p>",
    "_id": "35d94146ba354903a783ca31e4281250",
    "_parentId": "7ec7545e926c4c8fac30f1709da10a29",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "349808",
    "_smvWiseScoring": {
      "ident": "it_349808",
      "outcomes": {
        "decvar": [
          {
            "_varname": "862489",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "862489",
            "_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": "<b>service password-encryption</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>transport input ssh</b>",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "<b>enable secret class</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>ip domain-name cisco.com</b>",
        "_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 missing command to complete the SSH configuration is <b>transport input ssh</b> in <b>line vty 0 4</b> mode.The commands <b>service password-encryption</b> and <b>enable secret class</b> do configure secure features on the router, but are not required to configure SSH. The command <b>ip domain-name cisco.com</b> is not required because the command <b>ip domain-name span.com</b> has been used.",
      "_incorrect": {
        "final": "The missing command to complete the SSH configuration is <b>transport input ssh</b> in <b>line vty 0 4</b> mode.The commands <b>service password-encryption</b> and <b>enable secret class</b> do configure secure features on the router, but are not required to configure SSH. The command <b>ip domain-name cisco.com</b> is not required because the command <b>ip domain-name span.com</b> has been used.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "The missing command to complete the SSH configuration is <b>transport input ssh</b> in <b>line vty 0 4</b> mode.The commands <b>service password-encryption</b> and <b>enable secret class</b> do configure secure features on the router, but are not required to configure SSH. The command <b>ip domain-name cisco.com</b> is not required because the command <b>ip domain-name span.com</b> has been used.",
        "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\">An administrator decides to use \"WhatAreyouwaiting4\" as the password on a newly installed router. Which statement applies to the password choice?</span></p>",
    "_id": "66cd9fcef45b49f58b39a2b70252241a",
    "_parentId": "16b9e1cc6f2e41e39f6e231701e5acb5",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350169",
    "_smvWiseScoring": {
      "ident": "it_350169",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863034",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863034",
            "_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": "It is strong because it uses a passphrase.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It is weak because it is often the default password on new devices.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is weak since it uses easily found personal information.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is weak since it is a word that is easily found in the dictionary.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
      "_incorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "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\">An administrator decides to use \"pR3s!d7n&amp;0\" as the password on a newly installed router. Which statement applies to the password choice?</span></p>",
    "_id": "d0b431a52ccb4f41a6497137d19e4e58",
    "_parentId": "c861d5029f8d4caf87171760a7ef98ab",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350170",
    "_smvWiseScoring": {
      "ident": "it_350170",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863035",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863035",
            "_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": "It is strong because it uses a minimum of 10 numbers, letters and special characters.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It is weak because it is often the default password on new devices.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is weak since it uses easily found personal information.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is weak since it is a word that is easily found in the dictionary.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
      "_incorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "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\">An administrator decides to use \"5$7*4#033!\" as the password on a newly installed router. Which statement applies to the password choice?</span></p>",
    "_id": "4b7e5922c89b478193b4d5e5e3822bdf",
    "_parentId": "9fddca5399fc46efa4be25ad4ef85c20",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350171",
    "_smvWiseScoring": {
      "ident": "it_350171",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863036",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863036",
            "_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": "It is strong because it contains 10 numbers and special characters.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It is weak because it is often the default password on new devices.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is weak since it uses easily found personal information.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a minimum of 10 numbers, letters and special characters.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
      "_incorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "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\">An administrator decides to use \"pR3s!d7n&amp;0\" as the password on a newly installed router. Which statement applies to the password choice?</span></p>",
    "_id": "6d854d264b804c2f9e919c4c205aca8f",
    "_parentId": "dc470c725acc48fba03803e22970c68c",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350172",
    "_smvWiseScoring": {
      "ident": "it_350172",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863037",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863037",
            "_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": "It is strong because it uses a minimum of 10 numbers, letters and special characters.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It is weak since it is a word that is easily found in the dictionary.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a passphrase.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is strong because it contains 10 numbers and special characters.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
      "_incorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "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\">An administrator decides to use \"12345678!\" as the password on a newly installed router. Which statement applies to the password choice?</span></p>",
    "_id": "7d06298d52424697852979776c254136",
    "_parentId": "bffb57f3072b45bab6a5731b44d5c538",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350173",
    "_smvWiseScoring": {
      "ident": "it_350173",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863038",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863038",
            "_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": "It is weak because it uses a series of numbers or letters.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a passphrase.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is weak since it is a word that is easily found in the dictionary.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a minimum of 10 numbers, letters and special characters.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
      "_incorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "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\">An administrator decides to use \"admin\" as the password on a newly installed router. Which statement applies to the password choice?</span></p>",
    "_id": "5a3c115e984c4becab2d09f29b3758de",
    "_parentId": "e82f532f19bf43c18f960a76c8539452",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350174",
    "_smvWiseScoring": {
      "ident": "it_350174",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863039",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863039",
            "_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": "It is weak because it is often the default password on new devices.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a passphrase.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a minimum of 10 numbers, letters and special characters.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is strong because it contains 10 numbers and special characters.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
      "_incorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "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\">An administrator decides to use \"Feb121978\" as the password on a newly installed router. Which statement applies to the password choice?</span></p>",
    "_id": "fac7e10eb6f14db287d63c3b2d98fc57",
    "_parentId": "043d8ff0f49d4dec8dbab3706ea7b1d9",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350175",
    "_smvWiseScoring": {
      "ident": "it_350175",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863040",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863040",
            "_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": "It is weak because it uses easily found personal information.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a passphrase.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is weak since it is a word that is easily found in the dictionary.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a minimum of 10 numbers, letters and special characters.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
      "_incorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "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\">An administrator decides to use \"password\" as the password on a newly installed router. Which statement applies to the password choice?</span></p>",
    "_id": "277f395e2c7646bfaa23c29203bdc9e8",
    "_parentId": "c1310442ab9042c88b9a7b50bcab521d",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350176",
    "_smvWiseScoring": {
      "ident": "it_350176",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863041",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863041",
            "_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": "It is weak because it is a commonly used password.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It is weak since it is a word that is easily found in the dictionary.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a passphrase.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a minimum of 10 numbers, letters and special characters.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
      "_incorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "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\">An administrator decides to use \"RobErT\" as the password on a newly installed router. Which statement applies to the password choice?</span></p>",
    "_id": "433065a941a1483dafaeacc5635f27f6",
    "_parentId": "0ca41c25a8e14845bb2f482ef7717169",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350177",
    "_smvWiseScoring": {
      "ident": "it_350177",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863042",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863042",
            "_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": "It is weak since it uses easily found personal information.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a passphrase.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a minimum of 10 numbers, letters and special characters.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is strong because it contains 10 numbers and special characters.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
      "_incorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "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\">An administrator decides to use \"Elizabeth\" as the password on a newly installed router. Which statement applies to the password choice?</span></p>",
    "_id": "4b0abd81b1924954b8ae544b5b6571c3",
    "_parentId": "36f39de37022433993de216b009d8b9e",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350178",
    "_smvWiseScoring": {
      "ident": "it_350178",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863043",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863043",
            "_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": "It is weak because it uses easily found personal information.",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a passphrase.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is weak since it is a word that is easily found in the dictionary.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "It is strong because it uses a minimum of 10 numbers, letters and special characters.",
        "_shouldBeSelected": false,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
      "_incorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Rules for strong passwords:<br />* minimum of 8 characters, preferably 10.<br />* use complex combinations of numbers, special characters, and upper and lower case letters.<br />* avoid repetition, common dictionary words, letter or number sequences.<br />* avoid names of children, relatives, pets, birthdays, or any easily identifiable personal information.<br />* can be created by misspelling words or replacing vowels with numbers or special characters.",
        "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 is troubleshooting an issue and needs to verify the IP addresses of all interfaces on a router. What is the best command to use to accomplish the task?</span></p>",
    "_id": "27696abd84384cf3a332a89fd2ddfbb5",
    "_parentId": "fb741bd661094ce3bfb16e8f407d32c2",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350179",
    "_smvWiseScoring": {
      "ident": "it_350179",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863044",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863044",
            "_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": "show ip interface brief",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "nslookup",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "ipconfig getifaddr en0",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show ip 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": "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\">Students who are connected to the same switch are having slower than normal response times. The administrator suspects a duplex setting issue. What is the best command to use to accomplish the task?</span></p>",
    "_id": "5053c38a76e9464ebc8b947714f59cd4",
    "_parentId": "65cdb91f35a64c9daabeb551f4c9d1dd",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350180",
    "_smvWiseScoring": {
      "ident": "it_350180",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863045",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863045",
            "_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": "show interfaces",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "ipconfig getifaddr en0",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "copy running-config startup-config",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show ip nat translations",
        "_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\">A user wants to know the IP address of the PC. What is the best command to use to accomplish the task?</span></p>",
    "_id": "5ca6263c79714d6fb71d18c98024939d",
    "_parentId": "6a1e2e9d8a974594b3be0b5151496093",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350181",
    "_smvWiseScoring": {
      "ident": "it_350181",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863046",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863046",
            "_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": "ipconfig",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "copy running-config startup-config",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show interfaces",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show ip nat translations",
        "_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\">A student wants to save a router configuration to NVRAM. What is the best command to use to accomplish the task?</span></p>",
    "_id": "41f9798b823345b9af5cb53f54157ad1",
    "_parentId": "863ac70aa04e41c9b54531ddcdfa095e",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350182",
    "_smvWiseScoring": {
      "ident": "it_350182",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863047",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863047",
            "_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": "copy running-config startup-config",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "show interfaces",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show ip nat translations",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show ip 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": "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\">A support technician needs to know the IP address of the wireless interface on a MAC. What is the best command to use to accomplish the task?</span></p>",
    "_id": "2cb1e451f4d74fe79f2217f15b4ed17d",
    "_parentId": "0fa1cb27fd584776b86684e57701e7c2",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350183",
    "_smvWiseScoring": {
      "ident": "it_350183",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863048",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863048",
            "_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": "ipconfig getifaddr en0",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "copy running-config startup-config",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show interfaces",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show ip nat translations",
        "_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\">A network technician is troubleshooting an issue and needs to verify all of the IPv6 interface addresses on a router. What is the best command to use to accomplish the task?</span></p>",
    "_id": "75be759754cb492db6dc2769dd410ad3",
    "_parentId": "24157a32ff2e4f9bbc30e9cd65352418",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350184",
    "_smvWiseScoring": {
      "ident": "it_350184",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863049",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863049",
            "_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": "show ipv6 interface",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "show interfaces",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show ip nat translations",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show ip 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": "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\">A teacher is having difficulties connecting his PC to the classroom network. He needs to verify that a default gateway is configured correctly. What is the best command to use to accomplish the task?</span></p>",
    "_id": "9556eb25e38d403ca8a1e0dc21afcde4",
    "_parentId": "ca8080a3d27240a99de8e92ae42c438a",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350185",
    "_smvWiseScoring": {
      "ident": "it_350185",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863050",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863050",
            "_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": "ipconfig",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "copy running-config startup-config",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show interfaces",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show ip nat translations",
        "_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\">Only employees connected to IPv6 interfaces are having difficulty connecting to remote networks. The analyst wants to verify that IPv6 routing has been enabled. What is the best command to use to accomplish the task?</span></p>",
    "_id": "beb3f7b497d24de399975da0c08a3606",
    "_parentId": "388933ebc2cc4327975214116356405e",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350186",
    "_smvWiseScoring": {
      "ident": "it_350186",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863051",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863051",
            "_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": "show running-config",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "show interfaces",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "copy running-config startup-config",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show ip nat translations",
        "_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\">An administrator is troubleshooting connectivity issues and needs to determine the IP address of a website. What is the best command to use to accomplish the task?</span></p>",
    "_id": "e3be1f6f585f40d19ce229b04015a190",
    "_parentId": "b1e9b3cdbf124cb68b22f96db36472e2",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350187",
    "_smvWiseScoring": {
      "ident": "it_350187",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863052",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863052",
            "_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": "nslookup",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "show ipv6 route",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show ipv6 interface",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "copy startup-config running-config",
        "_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\">Only employees connected to IPv6 interfaces are having difficulty connecting to remote networks. The analyst wants to verify that IPv6 routing has been enabled. What is the best command to use to accomplish the task?</span></p>",
    "_id": "0b61d32bb78c4a75a6a44f5b85583ffb",
    "_parentId": "0c4b339783f041bc9b14da21af41d017",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350188",
    "_smvWiseScoring": {
      "ident": "it_350188",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863053",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863053",
            "_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": "show running-config",
        "_shouldBeSelected": true,
        "feedback": ""
      },
      {
        "text": "show ipv6 route",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "show ipv6 interface",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "copy startup-config running-config",
        "_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><img loading=\"eager\" src=\"en-US/assets/i350256v1n4_208086.jpg\" alt=\"Exhibit shows a router labeled R1 that has two lines that each line connects to a switch. The left switch also has a PC connected labeled H1. The right switch has a PC connected that is not labeled. The R1 router connects to a router labeled R2. The R2 router connects to a switch that also has a PC connected to it that is labeled H3.\" style=\"min-width: 50%;\"></p><p><span style=\"color:#000000\">Refer to the exhibit. Host H3 is having trouble communicating with host H1. The network administrator suspects a problem exists with the H3 workstation and wants to prove that there is no problem with the R2 configuration.&#160;What tool could the network administrator use on router R2 to prove that communication exists to host H1 from the interface on R2, which is the interface that&#160;H3 uses when communicating with remote networks?<br />&#160;<br /></span></p>",
    "_id": "62389827d97a47efa83f716b84d70fe9",
    "_parentId": "0be865b9e26844079510312cd34e0545",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350256",
    "_smvWiseScoring": {
      "ident": "it_350256",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863155",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "863156",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863155",
            "_view": "All",
            "interpret": "1 point for Option 40 points for any other option"
          },
          {
            "_varname": "863156",
            "_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": "<b>traceroute</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "<b>show cdp neighbors</b>",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "telnet",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "an extended ping",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "An extended ping allows an administrator to select specific ping features. For example in this situation, the network administrator could do an extended ping and specify a source address of the gigabit Ethernet port on the router. The destination address would be the IP address of host H1. If the ping succeeds connectivity exists from the Ethernet router interface on R2 to device H1.",
      "_incorrect": {
        "final": "An extended ping allows an administrator to select specific ping features. For example in this situation, the network administrator could do an extended ping and specify a source address of the gigabit Ethernet port on the router. The destination address would be the IP address of host H1. If the ping succeeds connectivity exists from the Ethernet router interface on R2 to device H1.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "An extended ping allows an administrator to select specific ping features. For example in this situation, the network administrator could do an extended ping and specify a source address of the gigabit Ethernet port on the router. The destination address would be the IP address of host H1. If the ping succeeds connectivity exists from the Ethernet router interface on R2 to device H1.",
        "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/i350257v1n2_208088.jpg\" alt=\"Exhibit shows a router labeled R1 that has two lines that each line connects to a switch. The left switch also has a PC connected labeled H1. The right switch has a PC connected that is not labeled. The R1 router connects to a router labeled R2. The R2 router connects to a switch that also has a PC connected to it that is labeled H3.\" style=\"min-width: 50%;\"></p><p><span style=\"color:#000000\">Refer to the exhibit. Baseline documentation for a small company had ping round trip time statistics of 36/97/132 between hosts H1 and H3. Today the network administrator checked connectivity by pinging between hosts H1 and H3 that resulted in a round trip time of 1458/2390/6066. What does this indicate to the network administrator?</span></p>",
    "_id": "e1629725f55146cd876c6026996ab6c0",
    "_parentId": "12f97003c663496db6b12837d68a5b6c",
    "_type": "component",
    "_layout": "full",
    "_ravennaSourceID": "350257",
    "_smvWiseScoring": {
      "ident": "it_350257",
      "outcomes": {
        "decvar": [
          {
            "_varname": "863159",
            "_maxvalue": 1,
            "title": "correctness of response"
          },
          {
            "_varname": "863160",
            "_maxvalue": 2,
            "title": "correctness of response"
          }
        ],
        "interpretvar": [
          {
            "_varname": "863159",
            "_view": "All",
            "interpret": "1 point for Option 50 points for any other option"
          },
          {
            "_varname": "863160",
            "_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": "Connectivity between H1 and H3 is fine.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "H3 is not connected properly to the network.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Something is causing interference between H1 and R1.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Performance between the networks is within expected parameters.",
        "_shouldBeSelected": false,
        "feedback": ""
      },
      {
        "text": "Something is causing a time delay between the networks.",
        "_shouldBeSelected": true,
        "feedback": ""
      }
    ],
    "_attempts": -1,
    "_canShowModelAnswer": false,
    "_canShowFeedback": false,
    "_canShowMarking": true,
    "_shouldDisplayAttempts": false,
    "_isRandom": true,
    "_recordInteraction": true,
    "_questionWeight": 1,
    "_selectable": 1,
    "_feedback": {
      "title": "",
      "correct": "Ping round trip time statistics are shown in milliseconds. The larger the number the more delay. A baseline is critical in times of slow performance. By looking at the documentation for the performance when the network is performing fine and comparing it to information when there is a problem, a network administrator can resolve problems faster.",
      "_incorrect": {
        "final": "Ping round trip time statistics are shown in milliseconds. The larger the number the more delay. A baseline is critical in times of slow performance. By looking at the documentation for the performance when the network is performing fine and comparing it to information when there is a problem, a network administrator can resolve problems faster.",
        "notFinal": ""
      },
      "_partlyCorrect": {
        "final": "Ping round trip time statistics are shown in milliseconds. The larger the number the more delay. A baseline is critical in times of slow performance. By looking at the documentation for the performance when the network is performing fine and comparing it to information when there is a problem, a network administrator can resolve problems faster.",
        "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": "8964144ae68d479bb9279bd85ec5f458",
    "_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"
      }
    ]
  }
]