Online Quiz
Quiz by MOHAMED YAHYA ABBAS MOHAMED HUSAIN
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
5 questions
Show answers
- Q1Which of the following is TRUE?The controller redirects incoming request to model.The controller controls the data.The controller render html to view.The controller executes an incoming request.30s
- Q2The model is a _______Html contentCollection of dataShape of data.30s
- Q3Which of the following is a type of view in MVC?Partial viewExecutable viewDesigner viewData view30s
- Q4Which of the following is TRUE?Action method can be private method in a controller class.Action method can be static method in a controller class.Action method must be public method in a controller class.30s
- Q5The host for ASP.NET Core web application is configured in _________ file?Startup.csProgram.csMiddleware30s