Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. <html> <head> <title>People Value Calculator</title> <link rel="stylesheet" href="styles.css"> <style> h1 { font-size: 200%; color: #e9e9e9; font-family: Arial, Helvetica, sans-serif; margin-top: 4%; margin-bottom: 4%; margin-left: 4%; margin-right: 4%; text-decoration: underline; } h2 { font-size: 150%; color: #e9e9e9; font-family: Arial, Helvetica, sans-serif; margin-top: 4%; margin-bottom: 4%; margin-left: 4%; margin-right: 4%; } p { margin-top: 0%; margin-bottom: 0%; margin-left: 0%; margin-right: 0%; font-size: 100%; color: #e9e9e9; font-family: Arial, Helvetica, sans-serif; } body { background-color: #262626; position: relative; } .next-page-button { background-color: #e9e9e9; color: #262626; position: relative; left: 20%; margin-top: 5%; right: %; border: none; height: 47px; width: 120px; font-size: 150%; cursor: pointer; } .last-page-button { background-color: #e9e9e9; color: #262626; position: relative; left: 0%; margin-top: 5%; right: 7%; border: none; height: 47px; width: 120px; font-size: 150%; cursor: pointer; } </style> <script> function configureStylingForDokuWiki (){ document.getElementsByClassName('dokuwiki')[0].style.backgroundColor='#262626' document.getElementsByClassName('page panel-body')[0].style.backgroundColor= '#262626' document.getElementsByClassName('panel panel-default px-3 py-2')[0].style.backgroundColor= '#262626' document.getElementsByClassName('panel panel-default px-3 py-2')[0].style.border = 'none' //document.getElementsByClassName("small text-right").forEach(e => e.remove()) let homeButton = document.getElementsByClassName('navbar-brand d-flex align-items-center')[0].cloneNode() //Remove navbar: document.getElementsByClassName('dw-container container-fluid mx-5')[0].remove() } configureStylingForDokuWiki() </script> </head> <body> <h1>People Value Calculator</h1> <!-- English Section --> <p>The reasoning and logic behind the design of this value calculator is based on previous research about “The Worth of an Individual" conducted. This research attempted to learn about the factors that the average person in society considers when measuring the worth of a person.</p> <p>This research collected many answers from the general public about factors that they might think about when measuring the worth of a person, which according to similarities were later divided into nine different categories. The categories included “personal qualities”, “ethics”, “wealth”, “societal contributions”, “social relations”, “public image”, “ability”, “education”, and “actions”.</p> <p>The "personal qualities" category deals with positive personal traits like patience, kindness, being a good communicator, etc.</p> <p>The "ethics" category deals with the ethics of a person’s beliefs, thoughts, and intentions.</p> <p>The "wealth" category deals with how much wealth a person has like money, house, car, etc.</p> <p>The "societal contributions" category deals with positive contributions to society like cleaning garbage, taking care of the elderly, volunteering at a homeless shelter, etc.</p> <p>The "social relations" category deals with how good a person is with creating and maintaining positive interpersonal connections.</p> <p>The "public image" category deals with the positivity of the image that a person has or enjoys in society.</p> <p>The "ability" category deals with a person’s level of skill in their main area of expertise.</p> <p>The "education" category deals with educational qualifications.</p> <p>The "behavior" category deals with if a person behaves in socially desired ways, like being polite, following rules and laws, treating others respectfully, etc.</p> <p>In this “People Value Calculator”, these categories are given different weights, calculated according to: (Number of instances of answers of this category from research results) / (Total answers) * (The score given to the individual in this category)</p> <p>There were 82 total answers from the original research, with the number of instances of answers from each category being 19, 14, 10, 10, 9, 8, 5, 4, 3. Therefore, the weighting of the given score for the “wealth” factor would account for 12.195% of the total judgment for the measurement of an individual (10/82).</p> <a href="https://renickbell.net/ed/2024worth/doku.php?id=students:value-calculator"> <button class="last-page-button">Last page</button></a> <a href="https://renickbell.net/ed/2024worth/doku.php?id=students:value-calculator-3"> <button class="next-page-button">Next page</button></a> </body> </html> students/value-calculator-2.txt Last modified: 2024/01/25 23:54by steve.wang