Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple choice makes the correct answer bold #38

Open
StevenGubkin opened this issue Feb 27, 2013 · 2 comments
Open

Multiple choice makes the correct answer bold #38

StevenGubkin opened this issue Feb 27, 2013 · 2 comments

Comments

@StevenGubkin
Copy link
Contributor

The first time I load a multiple choice exercise, all answers are bold. After answering correctly and moving on, only the correct answer is bold, giving the answer away. Refreshing solves the problem for one question.

I have no idea where this is happening in the code.

@kisonecat
Copy link
Member

Hey Steve,

Is this happening in /all/ multiple choice exercises?

~jim

On Tue, Feb 26, 2013 at 8:27 PM, Steven Gubkin notifications@github.comwrote:

The first time I load a multiple choice exercise, all answers are bold.
After answering correctly and moving on, only the correct answer is bold,
giving the answer away. Refreshing solves the problem for one question.

I have no idea where this is happening in the code.


Reply to this email directly or view it on GitHubhttps://github.com//issues/38
.

@StevenGubkin
Copy link
Contributor Author

There are two types of multiple choice supported by the Khan Academy
framework: "normal" and "category". The difference is whether the answers
get shuffled around, or have a fixed order. For example, it would not be
appropriate to have the correct answer to a problem like "Which
differential equation has the given slope field" always at the top of the
list (this is a "normal" problem), but it would be appropriate to have
"true" and "false" in the same order every time (this is a "category"
problem).

The problem is only occurring for normal exercises. I can get around it
for the time being by using the category mode and doing the shuffling
manually on my own, but it is a little annoying.

On Wed, Feb 27, 2013 at 9:44 AM, Jim Fowler notifications@github.comwrote:

Hey Steve,

Is this happening in /all/ multiple choice exercises?

~jim

On Tue, Feb 26, 2013 at 8:27 PM, Steven Gubkin notifications@github.comwrote:

The first time I load a multiple choice exercise, all answers are bold.
After answering correctly and moving on, only the correct answer is
bold,
giving the answer away. Refreshing solves the problem for one question.

I have no idea where this is happening in the code.


Reply to this email directly or view it on GitHub<
https://github.com/ASCTech/mooculus/issues/38>
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/38#issuecomment-14177000
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants