Questions tagged [multiple-choice]

Multiple choice is a form of assessment in which respondents are asked to select the best possible answer (or answers) out of the choices from a list. The multiple choice format is most frequently used in educational testing, in market research, and in elections.

Multiple choice is a form of assessment in which respondents are asked to select the best possible answer (or answers) out of the choices from a list. The multiple choice format is most frequently used in educational testing, in market research, and in elections.

264 questions
-2
votes
1 answer

How can I make my Google Form manage unique questions for an interview committee?

I want the members of an interview committee to fill out a Google Form that will help manage which questions they will each ask the candidates they are interviewing. I don't want a candidate to be asked the same question by multiple…
-2
votes
2 answers

I can't figure out the problem with my program, even though I have looked trough the errors log messeges

My homework program is supposed to contain a menu with a couple of options, first one is a guessing game, second, printing all cards in a deck 3…etc. (See the menu below). I have started writing some code and I have tested partial bits of the code…
EdDoge
  • 1
  • 2
-2
votes
1 answer

Multiple Choice Quiz with Scoring and image output

So I am having issues creating a scoring system that will take my users inpiut and place them into a category of a fake fan, hardcore fan, etc. I had to repost this question, because it was closed. hopefully this post is more clear this is for a…
-3
votes
1 answer

How to make quiz app where answer with highest score displays the correct alert.

I originally asked the question "how to make quiz app that has no right answer" and I've since learned that wasn't the correct approach. What I was trying to do was make a quiz, that depending on the answers you chose, suggested a certain artist to…
-3
votes
4 answers

I need help "debugging" an If/Else if/Else statement's syntax

I am creating a game of Rock, Paper, scissors on "Codecademy" so I am using simple JavaScript for this. There are four necessities for this simple code If computerChoice is between 0 and 0.33, make computerChoice equal to "rock". If…
user4456024
-4
votes
1 answer

What is the result of the following query?

DELETE FROM student WHERE marks < (SELECT avg(marks) FROM student); a) The query deletes all the tuples whose marks are greater than the average marks b) The query deletes all the tuples whose marks are less than the average marks c) The query…
Rupali Bawa
  • 3
  • 1
  • 4
-4
votes
1 answer

Multiple Choice Involving Inheritance in Java?

Consider the following declarations: public class Dog0 { public void doNothing(Dog1 a, Dog2 b) {} } public class Dog1 extends Dog0 {} public class Dog2 extends Dog1 {} The following initializations appear in a different class: Dog0 d0 = new Dog0…
Penguin
  • 1
  • 4
-4
votes
2 answers

Database selection error / Parse Error: Syntax Error

Parse error: syntax error, unexpected '$result' (T_VARIABLE) in C:\xampp\htdocs\quiz\serverDB.php on line 159 I can't figure out what's wrong >_<
korzero
  • 1
  • 3
-4
votes
1 answer

How to display an error message for incorrect input?

I am currently trying to make code for a calculator that will calculate the area of a circle, cube, or square, depending on which integer the user enters in the beginning, then prompt for the measurements, etc. I want the user to choose between 1,…
Hunt. K.
  • 3
  • 1
  • 2
1 2 3
17
18