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
1
vote
1 answer

How to add a score tracker in an if/else statement for a multiple choice game, and a few other things

//this is what I have so far.. just wondering where and how I'd put the rest for the score tracker? I'm going to be making 3 of these multiple choice questions, so what would be the best way I lay that out and transition from one question to…
Uraji
  • 11
  • 1
1
vote
0 answers

JavaFX checkComboBox listeners are working slow only first time when click new item

In my application I want to add checked combo box. There first item is hard code. Other items are filtered into checked combo box using for-loop by getting items in observable list. There are two listeners for hard code item and other items which…
Dilum
  • 11
  • 3
1
vote
1 answer

XSD choice between sequence or single element

I'm trying to create a choice between a sequence of two elements, and one single element, as such:
Axel Jonsson
  • 37
  • 2
  • 7
1
vote
1 answer

mlogit in Stata and R

I have one question concerning the mlogit command in Stata and/or R. In the model I’m working on the individuals don’t face the same choice set each other; for example I have 10 alternatives but for some customers the choice set is reduced to 8. Is…
Andrea
  • 175
  • 6
1
vote
1 answer

Rally: drag drop multi cards in board

I create an rally taskboard app by using the following source code: https://github.com/RallyApps/app-catalog/tree/master/src/apps/taskboard Anyone know to drag drop multi task cards by one times? Thanks.
1
vote
1 answer

How to randomly select multiple choice questions from Access database

I have an Access Database containing about 30 questions. The database is divided in 3 tables; Questions, Possible Answers and Answer. The questions have from 2 to 5 possible answers. How can I randomly select 10 questions from my database and add…
phil652
  • 1,484
  • 1
  • 23
  • 48
1
vote
2 answers

Multiple choice quiz also with true/false options

I need some help with a code for a multiple choice quiz, but it also needs true/false options. I have a code that makes a quiz for a multiple choice questions with 3 options, that's fine. But when i want a true/false question with 2 options, it…
E_onlinePC
  • 11
  • 1
  • 4
1
vote
1 answer

Bash: Multiple choices put into one variable/array

I am trying to figure out the code for this scenario: Mix your favourite fruit: 1 Apples 2 Pears 3 Plums 4 Peach 5 Pineapple 6 Strawberry 7 All 8 None Selection:146 Your cocktail will contain: Apples Peach Strawberry My limited knowledge can do…
Viktor
  • 83
  • 8
1
vote
0 answers

How to display abstract list as checkboxes with form builder and initialize list from entity? (Symfony2)

I have the form with user fields. I want to display checkboxes list of languages. Checked languages must be saved to database. So I have 2 entity classes: User and UserSiteLanguage. See below ORM and Entity classes for them. 'fos_user_user' table…
sava2000
  • 11
  • 3
1
vote
0 answers

Multiple choice ListView: is it possible to select the row only when clicking the checkbox instead of the entire row?

Question Like the subject says, I would like to mark the list view row as checked only when clicking the relative checkbox instaed of the entire row. Is is possible? Code ListView view in the main layout:
1
vote
1 answer

(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 one in the same folder. When its open i would like to echo few possibilities for user. Here starts the problem. I have around 180…
1
vote
4 answers

How can i make the user make another choice when choosing a movie?

I am writing a program where the user has a choice of 7 movies to buy. The user can choose as many movies up to 7 and than will add up the prices of the movies and than print the total price. I must use arrays in my program. My problem is when the…
TollesonC
  • 9
  • 4
1
vote
1 answer

HTML muliple choice response not working

I am just starting out as a web builder and I ran into a problem. I am creating a question and answer question site for training and I am having problems with the response from the answer choices, the correct answer not being acknowledge and the…
1
vote
1 answer

Can't populate arraylist in multiple choice listview

I have a class who creates an Arraylist. By this class, I add/remove objects. I have no problem to populate a spinner, but when I come by using a listview, it is always empty. How I populate a spinner: final ArrayAdapter
Synor
  • 333
  • 1
  • 4
  • 13
1
vote
2 answers

umbraco how to update multiple prevalue programatically

I have a member type which has a custom property - lets name it books - of data type checkbox - so multiple choice is possible. Now I'm trying to update this member programatically with new values for books. In the customxml it comes as cdata, I'm…
nickornotto
  • 1,946
  • 4
  • 36
  • 68