Weighted Grade Calculator:入力、出力、再現可能な例
Weighted Grade Calculator は、入力したパラメーターから加重成績を計算します。リアルタイム検証、分かりやすい数式説明、ブラウザー内のローカル処理に対応しています。
このページが実際に処理する内容
組み込み例を再現します
まず Component 1 score = 82、Component 1 weight = 30、Component 2 score = 90、Component 2 weight = 30、Component 3 score = 88 に設定し、Weighted Grade Calculator を実行します。結果への影響を追跡できるよう、一度に変更する入力は 1 つにしてください。
component 1 score、component 1 weight、component 2 score、component 2 weight、component 3 score を検証した後、結果を出力ワークスペースへ表示し、対応する copy または download 操作を有効にします。
数式と変数の関係
3 つの評価項目から加重平均を計算します。実装式は「(score1*weight1+score2*weight2+score3*weight3)/(weight1+weight2+weight3)」です。ページでは項目 1 のスコアと重み、項目 2 のスコアと重み、項目 3 のスコアと重みを検証し、結果を % で整形します。
感度チェック:component 1 score だけを 82 % から 90.2 % へ変更します。他の入力を変えない場合、weighted grade は 86.8 から 89.26 % へ変化します。入力から結果までを再現できる確認例です。
いつ使うべきか、結果をどう解釈するか
Weighted Grade Calculator は Component 1 score、Component 1 weight、Component 2 score、Component 2 weight、Component 3 score を扱うワークフロー向けです。
使用前の制限とチェック
3 つの assessment component に対する weighted average を計算します。
ページ検証記録
検査済みコントロール文書化された入力 6 個結果パスValidate → process → review → copy/download最終コンテンツレビュー2026-09-02