Thanks for sharing this Rachel. Imagine if a version of this functionality was included as a tool in the suite. An online storyboard / production/content planning tool. Now Imagine if the tool also removed double work with quiz creation in rise.
This is great Rachel! I'm new to Articulate and eLearning, so I appreciate this quite a lot. Do you have a really basic example of one Lesson in the Section Details tab by chance?
I love this! Any tips on what to add to the formula to pull the images from the example blocks? It’s only bringing a 0 (value) over for me. Will research more but also curious! Thank you so much!
In the Section tabs, Check the cells that return a 0 value. e.g In cell D9, the formula will probably look as follows:
=INDEX(Blocks!$C$2:$C,MATCH($B9,Blocks!$B$2:$B)).
Change the part that I highlighted above because it need to match from column C. The top row in each block is usually correct so you can copy the formula down.
Cell D9 for example should read:
=INDEX(Blocks!$C$2:$C,MATCH($C9,Blocks!$B$2:$B))
Its the same issue across all the cells that have this error, so just copy the formula from the top cell of that block and drag down for each one.
13 Replies
This is great. Thanks, Rachel!
Very cool, Rachel! Thanks so much for sharing this great resource with the community!
very useful, thank you!
Great! Thank you
Thanks for sharing this Rachel.
Imagine if a version of this functionality was included as a tool in the suite. An online storyboard / production/content planning tool. Now Imagine if the tool also removed double work with quiz creation in rise.
This is wonderful! I'm just finding it now and think it's amazingly helpful. Thank you!!
What an incredible resource! Great job in creating it and thank you so much for sharing it! I'm going to put this to use right away!
I really appreciate what you have brought to the community, I hope you will share more useful things.
This is great Rachel! I'm new to Articulate and eLearning, so I appreciate this quite a lot. Do you have a really basic example of one Lesson in the Section Details tab by chance?
This is fantastic, really appreciate the work you put into this and for sharing!
I love this! Any tips on what to add to the formula to pull the images from the example blocks? It’s only bringing a 0 (value) over for me. Will research more but also curious! Thank you so much!
In the Section tabs, Check the cells that return a 0 value. e.g In cell D9, the formula will probably look as follows:
=INDEX(Blocks!$C$2:$C,MATCH($B9,Blocks!$B$2:$B)).
Change the part that I highlighted above because it need to match from column C. The top row in each block is usually correct so you can copy the formula down.
Cell D9 for example should read:
=INDEX(Blocks!$C$2:$C,MATCH($C9,Blocks!$B$2:$B))
Its the same issue across all the cells that have this error, so just copy the formula from the top cell of that block and drag down for each one.
Hope this helps!