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
2 answers

ListView Mode is Multiple But does not select items

I have set my ListView choice mode as below: listView.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE); but after selecting some items and trying to Toast selected items it show me empty string . how I Toast Selected Items: String selected = ""; …
Mostafa Jamareh
  • 1,389
  • 4
  • 22
  • 54
0
votes
1 answer

correct usage of "min" within validating a symfony choice form

As described under the book http://symfony.com/doc/current/reference/constraints/Choice.html#min I would like to use the "min" options to validate a choice with must have at least one selected checkbox in it The form looks like ->add('usergroups',…
TheTom
  • 934
  • 2
  • 14
  • 40
0
votes
1 answer

How to add custom choice to django ModelMultipleChoiceField?

I got form: class SearchForm(Form): owner = ModelMultipleChoiceField(queryset=User.objects.all(), required=False) and after customizing get_queryset() of related view it works as expected but I got objects without owner. I want to add additional…
Lord_JABA
  • 2,545
  • 7
  • 31
  • 58
0
votes
1 answer

non overlaping choice lists in symfony2

Using Symfony 2.2.4. I have a form with two choice lists(multiple,non expanded) showing the same elements(entities of a class). I need to throw an error(onsubmit) when the user selects the same element from both choice lists. Is there a way to…
jmiguel
  • 296
  • 2
  • 5
  • 15
0
votes
1 answer

MVC GUI Menu part of Controller?

I have a sample multiple choice question of an Design-Pattern exam, namely: A menu is in the MVC concept part of a)Model b)View c) Controller d) Model&View Some collegues and I would say c), because it's part of a control unit, but some collegues…
0
votes
2 answers

What is the best way to change between different types in a android quiz?

For a school project a need to build a android quiz application with multiple question types. These question types are: Multiple Choice, Textbox, Radio button and a minigame in which you need to sort images in the right order in a draggable…
0
votes
1 answer

SlideToggle multiple click read more/less, show only one, hide others.

How can I change my code, when I click many times on one specific read more and the slideToggle function change it every time read more/less and show/hide the content, the others stay read more, but even that, when I click on other link with read…
onlinepch
  • 109
  • 3
  • 13
0
votes
2 answers

Calculating a score for a quiz in PHP linking to a database

I have a HTML page with multiple choice questions and a submit button. The Submit button leads to a .php page which includes code to 1) connect to phpmyadmin the sql database and the relevant table and, 2) the code below which tells/reminds the…
user3163399
  • 5
  • 1
  • 4
0
votes
0 answers

android drawerLayout multiple choice

I want to have a sliding drawer using drawerlayout, but I want to be able to choose multiple options from within the drawer. I'm thinking of using it to aid with filtering of a list of items. The filter will be a new activity that appears on top of…
Russ Wheeler
  • 2,590
  • 5
  • 30
  • 57
0
votes
1 answer

onblur in html select in UIWebView in iOS 7

I have number of html