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> <p>這個「價值計算器」設計背後的原理和邏輯是基於先前對「個人的價值」進行的研究。這個「個人的價值」研究試圖了解一般社會大衆在衡量人的價值時會考慮的因素。</p> <p>這項研究收集了大眾在衡量一個人的價值時會考慮的因素,後來將相似的因數合並歸類分為九個不同的類別。這些類別包括「個人特質」、「道德觀」、「財富」、「社會貢獻」、「社交關係」、「公共形象」、「能力」、「教育程度」和「實際行為」。</p> <p>「個人特質」類別涉及正向的個人特質,如耐心、善良、善於溝通等特質。</p> <p>「道德觀」類別涉及一個人的信仰、思想和意圖的道德觀。</p> <p>「財富」類別涉及一個人擁有多少財富,如金錢、房子、汽車等等物質方面財富。</p> <p>「社會貢獻」類別涉及對社會的正面貢獻,例如清理垃圾、照顧老人、在無家可歸者收容所做志工等等。</p> <p>「社交關係」類別涉及一個人在建立和維持正向的人際關係方面的能力。</p> <p>「公共形象」類別涉及一個人在社會中擁有或享有的正面形象。</p> <p>「能力」類別涉及一個人在其主要專業領域的技能水平。</p> <p>「教育」類別涉及教育程度和資格。</p> <p>「行為」類別涉及一個人是否以社會期望的方式行事,例如禮貌、遵守規則和法律、尊重他人等。</p> <p>在此「個人的價值」計算器中,這些類別被賦予不同的權重,每個權重的計算依據為:<br> (該類別在研究中所得到的答案數)/(總答案)*(該類別中得到的分數)</p> <p>原先研究得到回饋總共有 82 個答案,各個類別的答案數則是 19, 14, 10, 10, 9, 8, 5, 4, 3。因此,「財富」因素的給定分數的權重將佔個人衡量總判斷的12.195%(10/82)。</p> <a href="https://renickbell.net/ed/2024worth/doku.php?id=students:value-calculator-chinese"> <button class="last-page-button">Last page</button></a> <a href="https://renickbell.net/ed/2024worth/doku.php?id=students:value-calculator-chinese-3"> <button class="next-page-button">Next page</button></a> </body> </html> students/value-calculator-chinese-2.txt Last modified: 2024/01/25 23:54by steve.wang