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

JQuery Multiple Choice Multiple Feedback If Statement

I'm trying to create a multiple feedback jquery question I need a little help with my if-statement code. I have one correct answer but would like to have a different feedback alert for selecting each wrong answer. I would like it to give a…
1
vote
1 answer

Multiple Choice with fixed options. Dont see the options (Django)

I'm very new to Django and I'm trying to make it so that I could select several choices for a field, but I seem to be having problems with that Here is simplified version of my model for a site class Zone(models.Model): zone = ( …
Rufat M
  • 33
  • 2
1
vote
1 answer

How to Save Choice Field to Sharepoint List in a webpart?

I have a SharepointList List Name:RegionList Fields: regId number Regname Choice(CheckBox: with Allow Multiple Selection) The Choice field items are displayed in CheckBoxList items. I am saving these items as string with Comma Separated…
SHEKHAR SHETE
  • 5,964
  • 15
  • 85
  • 143
1
vote
2 answers

Multiple choice in Django raises 'too many values to unpack'

I am trying to create a multiple choice with checkboxes. I got the data displaying in checkboxes but when I submit I get the following error: Template error: too many values to unpack I read that the problem for some guys was they did not create…
Rocco Ghielmini
  • 303
  • 5
  • 10
1
vote
1 answer

Append letters (a, b, c) to questions with radio buttons

Sorry to have to ask this, but I've spent quite a bit of time on it and am stumped. I have a database of multiple-choice questions that appear in documents in sets of 4–8 questions. I need these questions to be lettered in the order they appear (a,…
Jaemaz
  • 35
  • 1
  • 8
1
vote
1 answer

Delete multiple selected items in ListView

I have a list view that displays records from a database. Each row in the listview has a checkbox. How do I... Create a toast message displaying the value of the selected item? Identify the records selected by the user in the listview? Iterate…
thedeepfield
  • 6,138
  • 25
  • 72
  • 107
1
vote
1 answer

Dynamic Multiple Choice (Like a Wizard) - How would you design it? (e.g. Schema, AI model, etc.)

This question can probably be broken up into multiple questions, but here goes... In essence, I'd like to allow users to type in what they would like to do and provide a wizard-like interface to ask for information which is missing to complete a…
henry74
  • 1,015
  • 1
  • 10
  • 14
1
vote
2 answers

How can I make toggable divs for multiple choices, if possible using jquery and/or bootstrap?

I'd like to make a beautiful multiple choice HTML page. I want to have 3 or 4
s including images and/or text, and users should be able to toggle each
"on" or "off" by simply clicking anywhere on the
(there should be a highlighting…
MiniQuark
  • 46,633
  • 36
  • 147
  • 183
1
vote
1 answer

How to bind CheckBox in multipleChoice ListView to boolean value with SimpleCursorAdapter?

I have a ListView with android:choiceMode="multipleChoice". I fill this ListView from a Cursor through a SimpleCursorAdapter. Is there really no way to directly bind the "CheckBox" of the ListView's CheckedTextView layout to a boolean value from the…
1
vote
1 answer

Refresh View with new content not using any Adapter in multiple choice Test app

I am a newbee in Android app creating world. I am creating an app where multiple choice questions are there. And, it could be 25, 50 or 100 depend on what user chooses. Now in an Activity, there would a question with 4 options along with next/prev…
1
vote
2 answers

How can I get this echo to function?

Using this code how can you make it only echo out the radio or checkbox if you have a b c d answers or a b answers. On my quiz its going to be a b c d and a (true) b (false) answers. To finish my quiz this is the only thing stopping me from…
1
vote
2 answers

DOS batch file - Display popup message with two choices

Using a DOS batch file I'd like to display a popup window in XP and Windows 7 where I display a message and give the user the choice to press one of two buttons - one would stop the DOS batch file, while the other button would allow it to continue.…
user1391148
  • 11
  • 1
  • 3
0
votes
1 answer

JQuery Multiple Choice

I'm trying to create a single multiple choice question. In the example below, I would like option 1 and 3 to be the correct answer. When the submit button is clicked, i just wanted to run an if statment to see if the option 1 and 3 checkboxes are…
Livi17
  • 1,620
  • 3
  • 25
  • 43
0
votes
2 answers

javascript multiple choice script

I have the following multiple choice javascript quiz which I would like to modify to help give me more detailed information about a test-taker's performance. I would like to change the script such that instead of giving me a single composite score I…
query
  • 27
  • 1
  • 2
  • 4
0
votes
2 answers

Looking for PHP Yii web client control that acts like `Gmail Label` dropdown

I'm working on PHP & Yii framework. Currently I found that filtering my data would be best fit with an HTML control that behave the same way as Gmail's label dropdown list does; e.g. the below screenshot. The dropdown allow us to: Multiple…
Nam G VU
  • 33,193
  • 69
  • 233
  • 372