OMG you are a genius, what an amazing tutorial, keep it up. For the formulas seems the ones you provided are not working anymore, so I made these: Answer formula: if(prop("Show") == true, prop("Back"), "") Next Review formula: if(prop("Poor") == true, dateAdd(prop("Latest Review"), 1, "days"), if(prop("Okay") == true, dateAdd(prop("Latest Review"), 2, "days"), if(prop("Great") == true, dateAdd(prop("Latest Review"), 3, "days"),prop("Latest Review")))) hope it helps
Sarah you just saved my life with this teaching, I am implementing this to my English Classes to teach vocabulary for readers, and these decks came in handy!! Thank you so much for sharing this with us!!
Whoa! This is awesome! Thank you so much Red! This is exactly what I needed.. again, all in Notion. I could hug you right now. Thank you again! Your content is amazing and it makes Notion so easy to understand/utilize
How could this database look if I wanted to have a shared flashcard database not just for myself but for my business team members? It would be kind of like I am a teacher and they are my students. Especially in relation to how could multiple people keep track of their progress and have access to the main central source of flash cards. I imagine if they duplicated a set it could cause issues when new flashcards are added because their older database wouldn't reflect the newer updated flashcards. I really like the collaborative nature of Notion.
Congrats for your immense work on Notion, it is amazing. I'd like to know if there is any way to create a formula in which I can have the date I change the status of a checkbox and that date stay fixed untill I will change again that checkbox. I tried with this "if(prop("Done") == true, now(), prop("datefake"))" but it continuously update the date with now obviously but I can't understand how to let it fixed on the specified day I change the checkbox date Thanks for helping all of us using Notion better and better
I'm a beginner as well as Database are concerned. Instinctively I would create one database of flashcards for each Classes, to not mix-up everything. But I feel like (as you shows) that this is not the right thing to do. Is there a simple reason for that ?
Your brain is a masterpiece Sarah! Thank you as always for putting so much effort and energy into these videos. They are so insightful!
OMG you are a genius, what an amazing tutorial, keep it up.
For the formulas seems the ones you provided are not working anymore, so I made these:
Answer formula: if(prop("Show") == true, prop("Back"), "")
Next Review formula: if(prop("Poor") == true, dateAdd(prop("Latest Review"), 1, "days"), if(prop("Okay") == true, dateAdd(prop("Latest Review"), 2, "days"), if(prop("Great") == true, dateAdd(prop("Latest Review"), 3, "days"),prop("Latest Review"))))
hope it helps
Sarah you just saved my life with this teaching, I am implementing this to my English Classes to teach vocabulary for readers, and these decks came in handy!! Thank you so much for sharing this with us!!
I am 42 and I struggle a little bit because there is so much information in your tutorials. But it worth the effort! Thank you
Whoa! This is awesome! Thank you so much Red! This is exactly what I needed.. again, all in Notion. I could hug you right now. Thank you again! Your content is amazing and it makes Notion so easy to understand/utilize
I'm not in school anymore, but I would have loved something like this in college!
Thank you so much, this helped me a lot. It was exactly what I was looking for.
So grateful you came up with this. Thank you for sharing!
you are brilliant, thank you for this tutorial! I cannot wait to start my school year
2 minutes in and I know I need to sit down on this!!! So helpful for my language class
Thank you for all your effort Sarah, i'm very grateful to you, many successes!
Thank you for the answer formula explanation, it's very easy to understand! Will use this in my Japanese Language flashcards!
I'm using it to prepare for my trip to Korea! Japan next! :)
@@equistarter That's cool! I'm also learning Korean at the same time!
Excellent quality tutorials.. as always! 👍🏾
Thanks so much! The template is really easy to use… very appreciate your effort
Are there formula updates for this now that we have notion 2.0?
Wow thank you for this! I need this so bad.
Your channel is excellent. 📚🙂✌🏻
OMG YOU ARE AMAZING
IT HELPS SO MUCH AND THANK YOU SO MUCH
You are incredible. Thankyou so much!
It's great. But can I show the equation formulas in the answer column?
Thank you, you're absolutely brilliant ❤️
How could this database look if I wanted to have a shared flashcard database not just for myself but for my business team members? It would be kind of like I am a teacher and they are my students. Especially in relation to how could multiple people keep track of their progress and have access to the main central source of flash cards.
I imagine if they duplicated a set it could cause issues when new flashcards are added because their older database wouldn't reflect the newer updated flashcards.
I really like the collaborative nature of Notion.
Superb notion queen
Thank you so much for the great tutorial.
Great job ! Many thanks !
Thank you! Merci beaucoup ! Obrigada!can I do this to learn french?
Congrats for your immense work on Notion, it is amazing.
I'd like to know if there is any way to create a formula in which I can have the date I change the status of a checkbox and that date stay fixed untill I will change again that checkbox.
I tried with this "if(prop("Done") == true, now(), prop("datefake"))" but it continuously update the date with now obviously but I can't understand how to let it fixed on the specified day I change the checkbox date
Thanks for helping all of us using Notion better and better
your courses are great. - Thanks. 🙂
I'm a beginner as well as Database are concerned.
Instinctively I would create one database of flashcards for each Classes, to not mix-up everything.
But I feel like (as you shows) that this is not the right thing to do. Is there a simple reason for that ?
Are Notion team again changed date filter? They merged first version of new database filter with second version.
thanks. great template.
thank you!
how do i change the answer tho? im trying to figure it out and i just cant get it HADBJASHD
awesome 💜
the formula in the video didn't work (at least for me) here's what did: if(prop("Show") == true, prop("Back 1"), "-")
are you working in notion ?
Es muy bueno! :D
Thanks..
Updated formula: prop("Show") == true ? prop("Back") : ""