Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a user-defined function that assigns a letter grade to a point total according to this grading scale 98.00% 0.98 x 1$2,A+,IF(13 > 0.92 x

image text in transcribed

Write a user-defined function that assigns a letter grade to a point total according to this grading scale 98.00% 0.98 x 1$2,"A+",IF(13 > 0.92 x 1$2,"A",IF(13 > 0.9 x 1$2,"A",IF(13>0.88 x 1$2,"B+",IF(13 > 0.82 x 1$2,"B",IF(13 > 0.8 x 1$2,"B",IF(13 > 0.78 x 1$2C+"IF(13>0.72 x 1$2,"C",IF(13 2 0.7 x |$2,"C-",IF(13 2 0.68 x 1$2,"D+",IF(13>0.62 x 1$2,"D",IF(13>0.6 x $2,"D-","F">>>>>>>>>>> In a more easy-to-read format assigning a letter grade to a point total looks kind of like this where cell 13 is the point total and 12 is the cell that has theoretical point total of all the assignments in a class. =IF(132 0.98 x 1$2, then "A+", otherwise IF(13 > 0.92 x $2, then "A", otherwise 2 IF(13 > 0.9 x $2, then "A", otherwise IF(13>0.88 x 1$2, then "B+", otherwise IF(13 > 0.82 x 1$2, then "B", otherwise IF(13 > 0.8 x 1$2, then "B", otherwise IF(13 > 0.78 x 1$2, then "C+", otherwise IF(13>0.72 x $2, then "C", otherwise >1, " IF(132 0.7 x 1$2, then "C-, otherwise IF(13 2 0.68 x $2, then "D+", otherwise 2 1$, IF(13>0.62 * 1$2, then "D", otherwise 2 IF(13>0.6 x 1$2, then "D-", otherwise "F">>>>>>>>>>>> FY The goal for this user-defined function is to be able to download a grade book from Canvas and check that the Canvas gradebook is correctly calculating letter grades (it makes mistakes). That is how I will see if your user-defined function works. You can create your own spreadsheet with hypothetical data to check your work. Write a user-defined function that assigns a letter grade to a point total according to this grading scale 98.00% 0.98 x 1$2,"A+",IF(13 > 0.92 x 1$2,"A",IF(13 > 0.9 x 1$2,"A",IF(13>0.88 x 1$2,"B+",IF(13 > 0.82 x 1$2,"B",IF(13 > 0.8 x 1$2,"B",IF(13 > 0.78 x 1$2C+"IF(13>0.72 x 1$2,"C",IF(13 2 0.7 x |$2,"C-",IF(13 2 0.68 x 1$2,"D+",IF(13>0.62 x 1$2,"D",IF(13>0.6 x $2,"D-","F">>>>>>>>>>> In a more easy-to-read format assigning a letter grade to a point total looks kind of like this where cell 13 is the point total and 12 is the cell that has theoretical point total of all the assignments in a class. =IF(132 0.98 x 1$2, then "A+", otherwise IF(13 > 0.92 x $2, then "A", otherwise 2 IF(13 > 0.9 x $2, then "A", otherwise IF(13>0.88 x 1$2, then "B+", otherwise IF(13 > 0.82 x 1$2, then "B", otherwise IF(13 > 0.8 x 1$2, then "B", otherwise IF(13 > 0.78 x 1$2, then "C+", otherwise IF(13>0.72 x $2, then "C", otherwise >1, " IF(132 0.7 x 1$2, then "C-, otherwise IF(13 2 0.68 x $2, then "D+", otherwise 2 1$, IF(13>0.62 * 1$2, then "D", otherwise 2 IF(13>0.6 x 1$2, then "D-", otherwise "F">>>>>>>>>>>> FY The goal for this user-defined function is to be able to download a grade book from Canvas and check that the Canvas gradebook is correctly calculating letter grades (it makes mistakes). That is how I will see if your user-defined function works. You can create your own spreadsheet with hypothetical data to check your work

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To The Financial Management Of Healthcare Organizations

Authors: Michael Nowicki

7th Edition

156793904X, 9781567939040

More Books

Students also viewed these Finance questions

Question

Summarize the types of job analysis information.

Answered: 1 week ago

Question

Explain the human resource planning process.

Answered: 1 week ago