Top "Multiple-choice" questions

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.

How to let the user select an input from a finite list?

I'm quite new of python and programming, so I'm sorry if it's a "noob question". Anyway, is it possible to …

python multiple-choice
Python: how to use list as source of selection for user input?

Can anyone check this code and let me know what is wrong? input_list = ["One", "Two", "Three"] P1 = input("Select …

python input multiple-choice
Multiple choice AlertDialog with custom Adapter

I am trying to create a AlertDialog with multiple choice option. I have tried with the setMultiChoiceItems but what i …

android android-alertdialog android-arrayadapter multiple-choice
Android random multiple choice quiz: how to identify correct answer

I'm trying to create a random multiple choice quiz for android. I want to display a random question from a …

android random arrays multiple-choice
(Windows Batch File) IF statement inside FOR LOOP

I'm trying to write manual document validation part of my program. It's basically opening all the pdf documents one by …

batch-file if-statement for-loop batch-processing multiple-choice
Creating a multiple choice question in LaTeX

I am trying to make a multiple choice question in LaTeX. I am a little confused as to whether \begin{…

latex multiple-choice
Multiple choice alert dialog with custom row layout

I need to create an AlertDialog with multiple choice items but I'm having some trouble trying to set a custom …

android adapter android-alertdialog multiple-choice
Django - Choices for Models

I have been searching and looking through docs, but I want to ask and confirm for the best solution here. …

django django-models choice multiple-choice
select all check box in android listview

In my Application, i tried to create a list with multiple check boxes. for that i tried one ListView with …

android android-listview android-checkbox multiple-choice