My goal is to make a quizz where user needs to write code. The "Check" is supposed to validate the code (by running a piece) and become passed/failed based on validation result.
So I have everything in Lia - I can have code to run, I can have Generic quizzes. I'd love to have some tweaks if possible:
- If possible combine "Execute" button with "Check". I.e. pressing "Execute" also triggers "Check" if execution passed.
- Or vise versa - pressing "Check" runs execution and becomes checked if passed.
- Remember user's code (as it currently stores user input's)
- Have more control over "Execute" button if possible (it is now very small and not everyone finds it). Having "Execute" instead of icon would be awesome option in my case.
I managed to implement #2 by adding common
for quizz & code and then looking for a button control. If there any hints on how to do
#3 or
#4 that would be superawesome:) If not, LiaScript is still superawesome anyway:)
My goal is to make a quizz where user needs to write code. The "Check" is supposed to validate the code (by running a piece) and become passed/failed based on validation result.
So I have everything in Lia - I can have code to run, I can have Generic quizzes. I'd love to have some tweaks if possible:
I managed to implement #2 by adding common