{"id":1168,"date":"2014-09-15T06:38:25","date_gmt":"2014-09-15T06:38:25","guid":{"rendered":"http:\/\/www.w3computing.com\/systemsanalysis\/?p=1168"},"modified":"2017-08-22T17:24:08","modified_gmt":"2017-08-22T17:24:08","slug":"feedback-users-hci","status":"publish","type":"post","link":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/","title":{"rendered":"Feedback for Users (Human-Computer Interaction)"},"content":{"rendered":"<p>All systems require feedback to monitor and change behavior. Feedback usually compares current behavior with predetermined goals and gives back information describing the gap between actual and intended performance.<\/p>\n<p>Because humans themselves are complex systems, they require feedback from others to meet psychological and cognitive processing needs discussed earlier in this chapter. Feedback also increases human confidence. How much feedback is required is an individual characteristic.<\/p>\n<p>When users interface with machines, they still need feedback about how their work is progressing. As designers of user interfaces, systems analysts need to be aware of the human need for feedback and build it into the system. In addition to text messages, icons can often be used. For example, displaying an hourglass while the system is processing encourages the user to wait a while rather than repeatedly hitting keys to get a response.<\/p>\n<p>Feedback to the user from the system is necessary in seven distinct situations. Feedback that is ill timed or too plentiful is not helpful, because humans possess a limited capacity to process information. Web sites should display a status message or some other way of notifying the user that the site is responding and that input is either correct or in need of further information.<\/p>\n<h2>Types of Feedback<\/h2>\n<div id=\"subh\">ACKNOWLEDGING ACCEPTANCE OF INPUT<\/div>\n<p>The first situation in which users need feedback is to learn that the computer has accepted the input. For example, when a user enters a name on a line, the computer provides feedback to the user by advancing the cursor one character at a time when the letters are entered correctly. AWeb example would be a Web page displaying a message that<br \/>\n\u201cYour payment has been processed. Your confirmation number is 1234567. Thank you for using our services.\u201d<\/p>\n<div id=\"subh\">RECOGNIZING THAT INPUT IS IN THE CORRECT FORM<\/div>\n<p>Users need feedback to tell them that the input is in the correct form. For example, a user inputs a command, and the feedback states \u201cREADY\u201d as the program progresses to a new point. A poor example of feedback that tells the user that input is in the correct form is the message \u201cINPUT OK,\u201d because that message takes extra space, is cryptic, and does nothing to encourage the input of more data. When placing an order on the Web or making a payment, a confirmation page often displays, requesting that the user review the information and click a button or image to confirm the order or payment.<\/p>\n<div id=\"subh\">NOTIFYING THAT INPUT IS NOT IN THE CORRECT FORM<\/div>\n<p>Feedback is necessary to warn users that input is not in the correct form. When data are incorrect, one way to inform the user is to generate a window that briefly describes the problem with the input and explains how the user can correct it, as shown in the figure below.<\/p>\n<figure id=\"attachment_1135\" aria-describedby=\"caption-attachment-1135\" style=\"width: 300px\" class=\"wp-caption alignnone\"><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.16.feedback-correction.jpg\" rel=\"lightbox[1168]\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-1135\" src=\"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.16.feedback-correction-300x229.jpg\" alt=\"Feedback informs the user that input was not in the correct form and lists options.\" width=\"300\" height=\"229\" srcset=\"https:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.16.feedback-correction-300x229.jpg 300w, https:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.16.feedback-correction.jpg 576w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption id=\"caption-attachment-1135\" class=\"wp-caption-text\">Feedback informs the user that input was not in the correct form and lists options.<\/figcaption><\/figure>\n<p>Notice that the message concerning an error in inputting the subscription length is polite and concise but not cryptic, so that even inexperienced users will be able to understand it. The subscription length for the online newsletter is entered incorrectly, but the feedback does not dwell on the user\u2019s mistake. Rather, it offers options (13, 26, or 52 weeks) so that the error can be corrected easily. On a GUI screen, feedback is often in the form of a message box with an OK button on it.<\/p>\n<p>Web messages have a variety of formats. One method is to return a new page with the message on the side of the field containing the error. The new Web page may have a link for additional help. This method works for all Web sites, and the error detection and formatting of the new page are controlled by the server. Another method uses JavaScript to detect the error and display a message box on the current screen with details about the specific error. An advantage of this method is that the Web page does not have to be sent to the server, and the page is more responsive.<\/p>\n<p>Disadvantages are that, if JavaScript is turned off, the error will not be detected, and only one error is displayed at a time. There must also be a way of detecting the error on the server. A second disadvantage is that JavaScript may not detect errors that involve reading database tables, such as verifying a credit card number. This may be offset by using Ajax, which can send the number to the server and return an error to the Web page. Remember, however, that some users intentionally turn off their JavaScript capability; so analysts need to follow a variety of tactics when communicating errors.<\/p>\n<p>Web pages may also use JavaScript to detect multiple errors and display text messages on the page. Caution must be used so that the error messages are bold enough for the user to notice. A small red line of text may go unnoticed. A message box or audible beeps may be used to alert the users that one or more errors have occurred.<\/p>\n<p>The analyst must decide whether to detect and report errors when a Submit button or link is clicked, called batch validation, or detect errors one at a time, such as when a user enters a month of 14 and leaves the field. The second method is a riskier approach since poor coding may put the browser into a loop, and the user will have to shut down the browser.<\/p>\n<p>So far, we have discussed visual feedback in text or iconic form, but many systems have audio feedback capabilities as well. When a user inputs data in the incorrect form, the system might beep instead of providing a window. But audio feedback alone is not descriptive, so it is not as helpful to users as onscreen instructions. Use audio feedback sparingly, perhaps to denote urgent situations. The same advice also applies to the design of Web sites, which may be viewed in an open office, where sounds carry and a coworker\u2019s desktop speakers are within earshot of several other people.<\/p>\n<div id=\"subh\">EXPLAINING A DELAY IN PROCESSING<\/div>\n<p>One of the most important kinds of feedback informs the user that there will be a delay in processing his or her request. Delays longer than 10 seconds or so require feedback so that the user knows the system is still working.<\/p>\n<p>Figure below shows a display providing feedback in a window for a user who has just requested a printout of the electronic newsletter\u2019s subscription list. The display shows a sentence reassuring the user that the request is being processed, as well as a sign in the upper right corner instructing the user to \u201cWAIT\u201d until the current command has been executed. The display also provides a way to stop the operation if necessary.<\/p>\n<figure id=\"attachment_1134\" aria-describedby=\"caption-attachment-1134\" style=\"width: 300px\" class=\"wp-caption alignnone\"><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.17.feedback-notification.jpg\" rel=\"lightbox[1168]\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-1134\" src=\"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.17.feedback-notification-300x166.jpg\" alt=\"Feedback tells the user that there will be a delay during printing.\" width=\"300\" height=\"166\" srcset=\"https:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.17.feedback-notification-300x166.jpg 300w, https:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.17.feedback-notification.jpg 552w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption id=\"caption-attachment-1134\" class=\"wp-caption-text\">Feedback tells the user that there will be a delay during printing.<\/figcaption><\/figure>\n<p>Sometimes during delays, while new software is being installed, a short tutorial on the new application is run, which is meant to serve as a distraction rather than feedback about the installation. Often, a list of files that are being copied and a status bar are used to reassure the user that the system is functioning properly. Web browsers usually display the Web pages that are being loaded and the time remaining.<\/p>\n<p>It is critical to include feedback when using Ajax to update Web forms. Because a new Web page does not load, the user may not be aware that data are being retrieved from the server that will change the current Web page. When a drop-down list is changing, a message, such as \u201cPlease wait while the list is being populated,\u201d informs the user that the Web page is changing. Timing feedback of this sort is critical. Too slow a system response could cause the user to input commands that impede or disrupt processing.<\/p>\n<div id=\"subh\">ACKNOWLEDGING THAT A REQUEST IS COMPLETED<\/div>\n<p>Users need to know when their request has been completed and new requests may be input. Often a specific feedback message is displayed when an action has been completed by a user, such as \u201cEmployee record has been added,\u201d \u201cCustomer record has been changed,\u201d or \u201cItem number 12345 has been deleted.\u201d<\/p>\n<div id=\"subh\">NOTIFYING THAT A REQUEST WAS NOT COMPLETED<\/div>\n<p>Feedback is also needed to let the user know that the computer is unable to complete a request. If the display reads \u201cUnable to process request. Check request again,\u201d the user can then go back and check to see if the request has been input correctly rather than continue to enter commands that cannot be executed.<\/p>\n<div id=\"subh\">OFFERING THE USER MORE DETAILED FEEDBACK<\/div>\n<p>Users need to be reassured that more detailed feedback is available, and they should be shown how they can get it. Commands such as Assist, Instruct, Explain, and More may be employed. Or the user may type a question mark or click on an appropriate icon to get more feedback. Using the command Help as a way to obtain further information has been questioned, because users may feel helpless or caught in a trap from which they must escape. This convention is in use, and its familiarity to users may overcome this concern.<\/p>\n<p>When designing Web interfaces, hyperlinks can be embedded to allow the user to jump to the relevant help screens or to view more information. Hyperlinks are typically highlighted with underlining, italics, or a different color. Hyperlinks can be graphics, text, or icons.<\/p>\n<h2>Including Feedback in Design<\/h2>\n<p>If used correctly, feedback can be a powerful reinforcer of users\u2019 learning processes, serve to improve user performance with the system, increase motivation to produce, and improve the fit among the user, the task, and the technology.<\/p>\n<div id=\"subh\">A VARIETY OF HELP OPTIONS<\/div>\n<p>Feedback on personal computers has developed over the years. \u201cHelp\u201d originally started as a response to the user who pressed a function key, such as F1; the GUI alternative is the pull-down help menu. This approach was cumbersome, because end users had to navigate through a table of contents or search via an index. Next came context-sensitive help. Users could simply click on the right mouse button, and topics or explanations about the current screen or area of the screen would be revealed. A third type of help on personal computers occurs when the user places the arrow over an icon and leaves it there for a couple of seconds. At this point, some programs pop up a balloon similar to those found in comic strips. This balloon explains a little bit about the icon function.<\/p>\n<p>The fourth type of help is a wizard, which asks the user a series of questions and then takes action accordingly. Wizards help users through complicated or unfamiliar processes such as setting up network connections or booking an airline seat online. Most users are familiar with wizards through creating a PowerPoint presentation or choosing a style for a word processing memo. Besides building help into an application, software manufacturers offer online help (either automated or personalized with live chat) or help lines (most customer service telephone lines are not toll free, however). Some COTS software manufacturers offer a fax-back system. A user can request a catalog of various help documents to be sent by fax, and then can order from the catalog by entering the item number with a touch-tone phone.<\/p>\n<p>Finally, users can seek and find support from other users through software forums. This type of support is, of course, unofficial, and the information thus obtained may be true, partially true, or misleading. The principles regarding the use of software forums are the same for those mentioned later on in Chapter &#8220;Quality Assurance and Implementation&#8221;, where folklore and recommendation systems are discussed. Approach any software fixes posted on bulletin boards, blogs, discussion groups, or chat rooms with wariness and skepticism.<\/p>\n<p>Besides informal help on software, vendor Web sites are extremely useful for updating drivers, viewers, and the software itself. Most online computer publications have some sort of \u201cdriver watch\u201d or \u201cbug report\u201d that monitors the bulletin boards and Web sites for useful programs that can be downloaded. Programs will forage vendor Web sites for the latest updates, inform the user of them, assist with downloads, and actually upgrade user applications.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>All systems require feedback to monitor and change behavior. Feedback usually compares current behavior with predetermined goals and gives back information describing the gap between actual and intended performance. Because humans themselves are complex systems, they require feedback from others to meet psychological and cognitive processing needs discussed earlier in this chapter. Feedback also increases [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[17],"tags":[],"class_list":["post-1168","post","type-post","status-publish","format-standard","category-human-computer-interaction","entry","has-post-thumbnail"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Feedback for Users (Human-Computer Interaction)<\/title>\n<meta name=\"description\" content=\"All systems require feedback to monitor and change behavior. Feedback usually compares current behavior with predetermined goals and gives back information\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Feedback for Users (Human-Computer Interaction)\" \/>\n<meta property=\"og:description\" content=\"All systems require feedback to monitor and change behavior. Feedback usually compares current behavior with predetermined goals and gives back information\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/w3computing\" \/>\n<meta property=\"article:published_time\" content=\"2014-09-15T06:38:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-08-22T17:24:08+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.16.feedback-correction-300x229.jpg\" \/>\n<meta name=\"author\" content=\"w3computing.com\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"w3computing.com\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/feedback-users-hci\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/feedback-users-hci\\\/\"},\"author\":{\"name\":\"w3computing.com\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/#\\\/schema\\\/person\\\/8395166dc0b94b38a3aeb88dafbd63ce\"},\"headline\":\"Feedback for Users (Human-Computer Interaction)\",\"datePublished\":\"2014-09-15T06:38:25+00:00\",\"dateModified\":\"2017-08-22T17:24:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/feedback-users-hci\\\/\"},\"wordCount\":2048,\"image\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/feedback-users-hci\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/wp-content\\\/uploads\\\/2014\\\/09\\\/14.16.feedback-correction-300x229.jpg\",\"articleSection\":[\"Human\u2013Computer Interaction\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/feedback-users-hci\\\/\",\"url\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/feedback-users-hci\\\/\",\"name\":\"Feedback for Users (Human-Computer Interaction)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/feedback-users-hci\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/feedback-users-hci\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/wp-content\\\/uploads\\\/2014\\\/09\\\/14.16.feedback-correction-300x229.jpg\",\"datePublished\":\"2014-09-15T06:38:25+00:00\",\"dateModified\":\"2017-08-22T17:24:08+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/#\\\/schema\\\/person\\\/8395166dc0b94b38a3aeb88dafbd63ce\"},\"description\":\"All systems require feedback to monitor and change behavior. Feedback usually compares current behavior with predetermined goals and gives back information\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/feedback-users-hci\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/feedback-users-hci\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/feedback-users-hci\\\/#primaryimage\",\"url\":\"http:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/wp-content\\\/uploads\\\/2014\\\/09\\\/14.16.feedback-correction-300x229.jpg\",\"contentUrl\":\"http:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/wp-content\\\/uploads\\\/2014\\\/09\\\/14.16.feedback-correction-300x229.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/feedback-users-hci\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Systems Analysis\",\"item\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Human\u2013Computer Interaction\",\"item\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/human-computer-interaction\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Feedback for Users (Human-Computer Interaction)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/#website\",\"url\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/#\\\/schema\\\/person\\\/8395166dc0b94b38a3aeb88dafbd63ce\",\"name\":\"w3computing.com\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Feedback for Users (Human-Computer Interaction)","description":"All systems require feedback to monitor and change behavior. Feedback usually compares current behavior with predetermined goals and gives back information","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/","og_locale":"en_US","og_type":"article","og_title":"Feedback for Users (Human-Computer Interaction)","og_description":"All systems require feedback to monitor and change behavior. Feedback usually compares current behavior with predetermined goals and gives back information","og_url":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/","article_publisher":"https:\/\/www.facebook.com\/w3computing","article_published_time":"2014-09-15T06:38:25+00:00","article_modified_time":"2017-08-22T17:24:08+00:00","og_image":[{"url":"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.16.feedback-correction-300x229.jpg","type":"","width":"","height":""}],"author":"w3computing.com","twitter_misc":{"Written by":"w3computing.com","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/#article","isPartOf":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/"},"author":{"name":"w3computing.com","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/#\/schema\/person\/8395166dc0b94b38a3aeb88dafbd63ce"},"headline":"Feedback for Users (Human-Computer Interaction)","datePublished":"2014-09-15T06:38:25+00:00","dateModified":"2017-08-22T17:24:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/"},"wordCount":2048,"image":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/#primaryimage"},"thumbnailUrl":"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.16.feedback-correction-300x229.jpg","articleSection":["Human\u2013Computer Interaction"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/","url":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/","name":"Feedback for Users (Human-Computer Interaction)","isPartOf":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/#primaryimage"},"image":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/#primaryimage"},"thumbnailUrl":"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.16.feedback-correction-300x229.jpg","datePublished":"2014-09-15T06:38:25+00:00","dateModified":"2017-08-22T17:24:08+00:00","author":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/#\/schema\/person\/8395166dc0b94b38a3aeb88dafbd63ce"},"description":"All systems require feedback to monitor and change behavior. Feedback usually compares current behavior with predetermined goals and gives back information","breadcrumb":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/#primaryimage","url":"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.16.feedback-correction-300x229.jpg","contentUrl":"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/09\/14.16.feedback-correction-300x229.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/feedback-users-hci\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Systems Analysis","item":"https:\/\/www.w3computing.com\/systemsanalysis\/"},{"@type":"ListItem","position":2,"name":"Human\u2013Computer Interaction","item":"https:\/\/www.w3computing.com\/systemsanalysis\/human-computer-interaction\/"},{"@type":"ListItem","position":3,"name":"Feedback for Users (Human-Computer Interaction)"}]},{"@type":"WebSite","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/#website","url":"https:\/\/www.w3computing.com\/systemsanalysis\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.w3computing.com\/systemsanalysis\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/#\/schema\/person\/8395166dc0b94b38a3aeb88dafbd63ce","name":"w3computing.com"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p4NNeA-iQ","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/posts\/1168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/comments?post=1168"}],"version-history":[{"count":0,"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/posts\/1168\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/media?parent=1168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/categories?post=1168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/tags?post=1168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}