Forum Replies Created
-
AuthorPosts
-
BenGParticipant
Hi, I am having the same issue regarding boxes around the buttons of scales. I can make changes to the scales through the PennController.css file without issue, but for some reason the code provided above does nothing to the scale.
Any help would be appreciated!
Demo link: https://farm.pcibex.net/r/RTusyr/
- This reply was modified 2 years, 1 month ago by BenG.
BenGParticipantHi Jeremy,
That works perfectly, thank you!
I noticed that when I increase the number of Features (currently 119), the code mistakes larger numbers beginning with the same number (e.g. 60, 63, 67, 69, etc.) as one feature (i.e., Feature 6). When this happens, instead of presenting one feature and all the items in a random order, it presents a different feature (beginning with that number) each time along with a random item. This happens a few times per experiment.
Is there any way I can specify that the whole number (up to three digits) of Feature be taken into account?
Thank you in advance.
BenGParticipantHi Jeremy,
One last question: is there any way to use the pick function with the features array? I would like to add a few breaks, but am not sure how to do this without the pick function. I have tried the following, however it causes the experiment not to run:
pick(features,500),”break”,
pick(features,500),”break”,
pick(features,500),Thank you!
BenGParticipantThat works perfectly, thank you!
BenGParticipantHi Jeremy,
Thank you for your detailed response, that works perfectly! My only issue is that now the column “Instructions” in Features_SemVerMixed.csv appears to be randomized along with the other columns. Is there any way for this column to run in order while the others are randomized?
I am trying to print the text “Attention: New Feature” whenever the feature changes – that is what is contained in this column.
Thank you!
-
AuthorPosts