wombats-writing-code / fbw-components

Fly-by-Wire components for building user interfaces
http://fbw.mit.edu
MIT License
0 stars 1 forks source link

Outcome linkages do not persist when copying question #24

Closed chadlieberman closed 7 years ago

chadlieberman commented 7 years ago

We can open this for discussion, but I think we should copy the outcome linkages for the distractors when we copy a question (as a default). At some point soon, we are going to be creating duplicates, triplets, quadruplets, quintuplets, etc. of the questions we have in order to build up the bank of questions for each outcome. Although sometimes the distractors will change and their outcomes may change, I think that most of the time we will just be changing some numbers around. It would save us a lot of time if we didn't have to go back through and link each distractor again. Thoughts?

coleshaw commented 7 years ago

Probably should have invested in parameterized questions / feedback, if mostly you’re just changing numbers …

Otherwise that’s really a bug, because I thought that’s what the current implemented behavior should do. But looks like it’s setting the wrong parameter for wrong answers, so I can fix that.

El ago 22, 2016, a las 9:54 AM, Chad Lieberman notifications@github.com escribió:

We can open this for discussion, but I think we should copy the outcome linkages for the distractors when we copy a question (as a default). At some point soon, we are going to be creating duplicates, triplets, quadruplets, quintuplets, etc. of the questions we have in order to build up the bank of questions for each outcome. Although sometimes the distractors will change and their outcomes may change, I think that most of the time we will just be changing some numbers around. It would save us a lot of time if we didn't have to go back through and link each distractor again. Thoughts?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wombats-writing-code/fbw-components/issues/24, or mute the thread https://github.com/notifications/unsubscribe-auth/AEs6UdyA9ozrJWe7Cq4ZLcRlOBR8D3O8ks5qiaodgaJpZM4Jp5DP.

chadlieberman commented 7 years ago

I'm not sure parameterizing questions, solutions, and distractors is attainable. There are sometimes complex relationships among these things. I think that could be a separate project in itself...

Chad E. Lieberman, Ph.D. Independent Consultant www.chadelieberman.com (609) 577-5305

On Aug 22, 2016 10:29 AM, "cjshawMIT" notifications@github.com wrote:

Probably should have invested in parameterized questions / feedback, if mostly you’re just changing numbers …

Otherwise that’s really a bug, because I thought that’s what the current implemented behavior should do. But looks like it’s setting the wrong parameter for wrong answers, so I can fix that.

El ago 22, 2016, a las 9:54 AM, Chad Lieberman notifications@github.com escribió:

We can open this for discussion, but I think we should copy the outcome linkages for the distractors when we copy a question (as a default). At some point soon, we are going to be creating duplicates, triplets, quadruplets, quintuplets, etc. of the questions we have in order to build up the bank of questions for each outcome. Although sometimes the distractors will change and their outcomes may change, I think that most of the time we will just be changing some numbers around. It would save us a lot of time if we didn't have to go back through and link each distractor again. Thoughts?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/wombats-writing-code/fbw-components/issues/24>, or mute the thread https://github.com/notifications/unsubscribe-auth/ AEs6UdyA9ozrJWe7Cq4ZLcRlOBR8D3O8ks5qiaodgaJpZM4Jp5DP.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wombats-writing-code/fbw-components/issues/24#issuecomment-241430864, or mute the thread https://github.com/notifications/unsubscribe-auth/ABGLwpe18deWFFmmKsQElvC7gAUOdfMqks5qibJXgaJpZM4Jp5DP .

coleshaw commented 7 years ago

Should be fixed on production. You might have to clear your cache.