05-13-2024 07:51 AM
LabVIEW初心者です。簡単なミニゲームを作ろうとしているのですが、ランダムで問題を出して、それに対する回答を入力した後、「回答する」ボタンを押して、その回答があっているかを判定し正解していたら新たな問題が表示され、それに回答するといったようなもの繰り返していくもの(5問正解したら終了)を作りたいのですが、そもそも、「回答する」ボタンを押してもうまく判定されません。対処方法を教えていただきたいです。
05-13-2024 12:09 PM
hi Pokonosuke
Can you save for labview 2020 so I can see your code ? to implmeent your idea, you have to care a state machine, also use a Dialog Box in the front panel to implement your "game". Use one page per question and depending on how you want to present the questions (like free text of multiple choices). Then use the logic to approve or not the correct answer.
05-14-2024 09:16 AM
thank you for your reply. I have attached a new file, so please check it out.