DCube
About
- Username
- DCube
- Joined
- Visits
- 24
- Last Active
- Roles
- Member
Comments
-
Thanks Eduard, I was going to give up on this otherwise! :smile: The following MCQ needing user could benefit from our work. They may be more pressed in time (not have time to experiment with OS) and could just download this here in this forum's …
-
Thanks Eduard, After mingling with some codes, this version at least played the experiment. if var.Student_Response == var.Correct_Answer: var.correct = Trueif var.correct: var.Point = True var.point = 0 var.Point = var.Point + 1if va…
-
Hi Eduard, Well, the symbol of Inline Script is not red, so there is no syntax error, so that is good. But now it does not recognizes the correct variable. I did not understood the "Markdown Commands" so yes, if it helps communication I…
-
Thanks Eduard, That surely did it. Now the experiment runs at least without errors. But although points are provided per each correct answer, the points are still not calculated into the variable Grade. Here is the indented Inline Script (it jus…
-
Sure, Here is the structure: Main Experimental sequence named "Exp" > Inline Script that sets the Knowledge Sequence as zero so as to count and stop in break if, which is named as "Set_Knowledge_Script" > Loop with tabl…
-
Thank you Eduard, After adding colons it worked (the indentation level was fine, it just did not show in this forum after copy/paste). I shall look into some basic Python coding on the site that you provided, so thanks for that too. I noticed tha…
-
Thank You Eduard, Now it seems there is no SyntaxError when "in range(x,y)" is used. However, the SyntaxError now lies with concrete numerical values (when they are not a range) in the same inline_script named Calc_Point_Script. Here is…
-
Thanks Sebastian, Regarding the numbers, you subtract the 1st from the second.
-
And I better mention this in time also, The MC Questions are randomized. So I have all the choice answers and a question in column 1, then 2, 3, 4, 5, ... and so on. I am keeping it this way so as to randomize the order of the presented MC questi…
-
Hello Sebastian, OpenSesame's media_player_mpy loads my video sequences with problems. These are the problems: 1) The voice is frequently interrupted during the video play. 2) Voice is always interrupted in the end (wasting important messages i…