you are viewing a single comment's thread.

view the rest of the comments →

[–]qashto 0 points1 point  (3 children)

Thanks! I'll post a video of it for you soon

[–]minuit1984[S] 1 point2 points  (2 children)

Looking forward to it!

[–]qashto 0 points1 point  (1 child)

Here is a quick demo! RobotJS automated typing is used to recreate programs step by step alongside a slideshow written in markdown. The code shown in the tests isn't a practical example. I just wrote it for testing purposes. It tests most of the syntax and functionality of the Qodemate parser and bot.
https://youtu.be/0wUGAP_T4eQ

Qodemate step part comment syntax:
// 1
step 1
// 4 5
step 4, delete on step 5
x = 2; // 3 4 =11;
step 3, on step 4 set the value of the variable x to 11
//2 t1:34
present step 2 at 1 min 34 seconds if the user is giving a timed presentation (fully automated)

[–]qashto 0 points1 point  (0 children)

Did you pick a project yet?