-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labs 2,3,4,5 submission #11
base: main
Are you sure you want to change the base?
Conversation
Hey! The machine works but needs some fixes:
Send me a message if you need help with any of this. |
Hi Nastaiza, I've revised dm.js now :) |
389c1aa
to
f89ca27
Compare
Good work!! |
Hello, for lab 4, there are a couple of issues:
I see that you have the "create a meeting" intent and some states for the meeting, but it seems that there is no way to access it. Let me know if you manage to fix that, otherwise you can message me and we can take a look at it together. |
Hi Nastaiza, Thank you for the feedback! I've revised and updated dm4.js Best, |
Hey, for lab 4, the machine works, but there's something missing in the appointment section. Since lab 5 is a continuation from 4, you can try putting everything together in lab 5. (You can also define "listen" in "setup({ actions: })", btw). Feel free to message me if you need help and we can take a look together if needed. |
Hey! Also, that error of showing things letter by letter is very annoying. It happened to me after I defined custom actions in setup({})... Not sure why it happens though... |
Hi Nastaiza, I'm sorry I'm kinda not making more progress for spliting the task into different situations... Would you check about it provide some advice for you? That would be very helpful. :) |
Hey! Good job!! You were absolutely on the right track. The mistakes were found at Stage2, where guards didn't seem to be properly checked for some reason. You can follow the pattern I give you (which is, thankfully, much shorter than your guards haha) in the revised file and fix all the guard entities in the rest of the code so that it is perfect now (I cannot attach the file here, so you can download it from Canvas, lab 5). |
Hi Aya, Thank you so much for the kind explanations! I've revised it referring to your example and I believe the program works smoothly now! |
No description provided.