Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Make a phyton code import numpy as np Ms. Harris just gave her students a pop quiz to identify if there are areas of the

Make a phyton code

import numpy as np

image text in transcribed

Ms. Harris just gave her students a pop quiz to identify if there are areas of the topic that her students are struggling with. She would like to know if more then 60 temperature of her students got o question wrong less than 60 temperature of her students got a question right. If many students struggle on a question, it might indicate that the students need additional learning resources to learn the concept the question tested. The file a6q1.py available on Moodle contains a number of examples, each representing a different class or a different quiz. The smaller examples are good for testing your programs. Each example contains data as a list of lists, with the marks the students got on the pop quiz. The largest example shows 10 questions on a quiz completed by 20 students. Assume that the first question of the quiz is at index 0. the second question is at index 1. etc (that is. each sublist has the questions in the same order). Create a program that will determine the percentage of students that got each question wrong, and will display the question number for all questions where the fraction of students who got the right answer is less than 60 temperature. To complete this question, you will need to: Create a 2D array from the list of lists for a quiz. Your program should work no matter how many students there are. or how many questions in the quiz Calculate the percentage of students that got each question wrong Print to the console the question number for any question that less than 60 temperature of students got right. Here is an example execution of the required program

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

Databases Illuminated

Authors: Catherine M Ricardo, Susan D Urban

3rd Edition

1284056945, 9781284056945

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago