calculate_section_rollup_score | R Documentation |
Given a data frame containing a submission and a table of reviews, calculate the score for a submission. First, the score for each section is calculated by multiplying the reviewer's score by the appropriate multipliers (see [calculate_section_score()]). If multiple reviewers scored the section, the section score is calculated for each and averaged.
calculate_section_rollup_score(submission, reviews)
submission |
Data frame containining the submission. Should have columns 'section', 'step', 'variable', and 'response' at a minimum. |
reviews |
Data frame containing weighted scores (output of [calculate_scores_rowwise()], or [pull_reviews_table()]). |
Then, the scores across all sections are added and divided by the denominator (see [calculate_denominator()]).
The score for the submission
[calculate_scores_rowwise()]
[pull_reviews_table()]
[calculate_denominator()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.