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> <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: 180%; 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> <h2>説明指示</h2> <p>在接下來的部分中,你將能夠比較兩個你認識的人的「價值」。</p> <p>首先,輸入要評量的第一個人的姓名,然後按一下「完成」按鈕。</p> <p>你將會被問到一系列有關該人的判斷問題。</p> <p>有兩種類型的問題。</p> <p>一種會要求你思考並列出事物實例。在規定的時間內,想出盡可能多的答案,並在方塊中輸入想到的數目。</p> <p>另一類問題會要求你在0-5分的範圍內做出價值判斷,0代表最低評價,5代表最高。</p> <p>完成第一個人後,你將對第二個人重複此過程。完成此人的所有問題後,點擊「SEE RESULTS」按鈕查看最終計算結果,這將告訴您兩個人中哪一個更有價值。</p> <p>現在,當兩個人都被困在你開進湖裡的車裡時,你知道該救誰了!</p> <a href="https://renickbell.net/ed/2024worth/doku.php?id=students:value-calculator-chinese-2"> <button class="last-page-button">Last page</button></a> <a href="https://renickbell.net/ed/2024worth/doku.php?id=students:value-calculator-chinese-quiz"> <button class="next-page-button">Next page</button></a> </body> </html> students/value-calculator-chinese-3.txt Last modified: 2024/01/25 23:56by steve.wang