How can I put a scoring system? #1603
-
Hello guys, how can I put a simple scoring system through dialogic? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey, this sounds like a good use of dialogic variables. The implementation will vary depending on the dialogic version you use. You can then use this variable outside of dialogic or reference it inside of a text event, again the implementation is different for dialogic1 and dialogic2. |
Beta Was this translation helpful? Give feedback.
-
Jowan, Thanks for the information, but I couldn't :((((((. Do you have an explanatory video? |
Beta Was this translation helpful? Give feedback.
Hey, this sounds like a good use of dialogic variables. The implementation will vary depending on the dialogic version you use.
Generally you will want to create a dialogic variable (e.g. called "score"). Then you can use the set variable event to add one to this variable whenever a correct answer is selected.
You can then use this variable outside of dialogic or reference it inside of a text event, again the implementation is different for dialogic1 and dialogic2.