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
0
votes
1 answer

Modify choices for a ListBox Callback in Matlab

I would like know how I could simplify(modify) the hSelecVarIndCallback function. I want to avoid the repetition of the choices string for each case and be able to get an automatic choice of the string individual value. function example fh =…
julianfperez
  • 1,726
  • 5
  • 38
  • 69
0
votes
3 answers

How do I use brute force to solve and store solutions to multiple choice questions?

I am having some trouble understanding this brute force approach. I am using Perl to extract questions and their choices. All of the questions right now are being stored inside of an array. I am not sure what to do with the answers. How should I…
user791953
  • 629
  • 2
  • 8
  • 20
0
votes
3 answers

Selecting 10 items based on N number types

I am writing a program that has to select 10 items randomly from a database . the criteria is that its type should be based on users choice . So if the user chooses type 1 the program has to choose 10 items of type 1 if the user chooses type 1 and 2…
Gautam
  • 7,868
  • 12
  • 64
  • 105
0
votes
0 answers

Powerbi Multi-selection

I understand that without having all the information, which is difficult to provide here, it is difficult to give a clear answer, thanks in advance. In Powerbi I have created a table with a filter for years, the table has the columns "total volume",…
serlomu
  • 21
  • 1
  • 4
0
votes
0 answers

Combobox substitute inside material design

My issue is it: I'm using kivymd, and trying to create a program using the material design ui. But I already have a program example, and inside this program I came across a combobox. In the otter interfaces, normally have a combobox, but when I…
0
votes
0 answers

how to make ordered multiple choosing recyclerview kotlin?

i am a begginer in adroid development. i want to make an app in which a person chooses points in the order he wants and after that he starts to drive from one point to another. so i want to make an ordered multiple choosing of list of items, but i…
0
votes
1 answer

Batch file to select multiple option/choice in a batch file and execute the task assigned to it

I want to create a batch file in which I have selected an choice and after selection it executes the task. What I'm expecting is to create another choice within a choice where it will ask me to enter a number and based on the number the task will be…
0
votes
1 answer

SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: 'crew_ids' for column `uj`.`crew_uj`.`crew_id` at row 1

Laravel Multiple Choices Input Error: SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: 'crew_ids' for column uj.crew_uj.crew_id at row 1 insert into crew_uj (crew_id, uj_id) values (crew_ids, 15) UJController : public…
HILMAN
  • 1
  • 1
0
votes
1 answer

MUI Select (Multiple Checkbox) - All other buttons in the page are not clickable until closing the dropdown

MUI Select (Multiple Checkbox) - All other buttons in the page are not clickable until closing the dropdown Even in their example page, when I open the dropdown, select item/s , i MUST click outside the dropdown to make all other buttons in the…
0
votes
1 answer

Which is worse in linear search: target element not present, target element found at the end of data structure, or both?

I asked chatgpt to give me some multiple choice questions on linear search algorithms and one of the questions asked was: What is the worst-case scenario for a linear search algorithm? a) The target element is found at the beginning of the data…
0
votes
2 answers

Tidyverse question: Select only rows that contain certain values

I have a survey question that has multiple choice answers. I created a new column for each answer where the values are 1 if they selected it, 0 if they didn't. The problem is that I am trying to create a dplyr chart where I separate out the answers…
debussyn
  • 1
  • 1
0
votes
0 answers

Recoding a multiple choice item in R using splitstackshape

I have a multiple choice question: Blah blah blah...Check all that apply. The output is: > x$Q34 [1] 1,2,8 6,7,8 1,5,6,8 4 [10] 2,5 2,6,7 …
Nick
  • 21
  • 6
0
votes
0 answers

Orange multiple choice survey import

is there any way to import answers to multiple choice questions of a survey other way than binary? The answers are purely categorical. Right now the chosen answers of multiple choice question are in one cell enclosed in " ". Is there any way to show…
Tim
  • 1
  • 1
0
votes
1 answer

Google Script for Updating a Google form's multiple choice question's choices from separate form. Works except in one situation

This endeavor uses a Google Form for input, the Response sheet to gather user response data and trigger code, and a separate workbook that pushes the multiple choice questions' answer choices. Users complete a Google Form to choose a date from a…
0
votes
1 answer

REDCap how to show multiple choice options based on option selected from previous question

I recently started with REDCap, which sounds an easy tool to use. However, I was trying to add a question which would show options based on the selected option for the previous question. It's easier to explain with an example. Suppose I ask Select…
psoares
  • 4,733
  • 7
  • 41
  • 55