Best Of
Re: Community Events 🎫
Hello Community and welcome to a new week! 👋 Here are your events for this week:
Sept 16 - Designing for Engagement: Brightspace + FeedbackFruits in Action
Ideal for: Instructional Designers, Course Designers, Learning support staff, Administrators.
Sept 16 - Brightspace Guided Training: What's New for Month 20.25.09
Ideal for: ALL Brightspace users! Learn all the newest release information in September 2025.
Sept 16 - Brightspace Webinar Series for K12 - Getting Started with Brightspace
Ideal for: Teachers new to Brightspace.
Sept 18 - Brightspace Webinar Series for Upskilling - Course Design Best Practice
Ideal for: Administrators, Trainers and Instructional Designers.
Click on the events page to learn more and RSVP. Happy learning!
Re: Community Events 🎫
Hi @Maureen.B.923, the group is private and you will need to be a member to view the event information. I've replaced the links to the actual sign up link so anyone can access. Thank you for flagging!
Re: New Product Idea Exchange - how long until an idea is unhidden?
Hello, Hermien, how are you?
My name is Piero and I am a member of the D2L Product Support team. Thank you for your participation in the Brightspace Community today!
I will reach out to our internal teams and ask them to confirm how long it's expected that a PIE idea will be hidden for and if loses visibility, if it's not approved. I will let you know as soon as I have more information about it.
In the meantime, should you be needing anything else, please, don't hesitate to let me know, okay?
Thank you kindly,
Piero de Sá
Bilingual Product Support Analyst
New Product Idea Exchange - how long until an idea is unhidden?
Hi,
When a new idea is logged on the new implementation of PIE, it is hidden to start off with. How long can we expect it to take to moderate an idea and make it visible?
If an idea is not accepted and won't ever be made visible, how would we know?
Best wishes,
Hermien

Re: D2L is Reheating PIE!
Hi @Steve.B.446 - this is really great feedback, thank you for taking the time to share your thoughts! I will take this back to the team for further discussion.
As we're navigating the new processes for enhanced PIE we're still open to making improvements to ensure a positive experience for our PIE community users.

Re: Gradebook navigation arrow is missing
Hi Michelle, I'm not quite sure what is happening here, but I think it would be best to put in a support case through your Community user so if there is a bug in the system, our support team can address it as quickly as possible.

Re: Recently, all searches are giving internal errors. How can I resolve this issue?
Thank you for reaching out to the Brightspace Community!.
Please note that this may be related to a Known Issue that has been recently fixed. Please kindly find below further information regarding this in the following documentation:
Hope this helps!
Best regards
Miguel B.
Re: Community Events 🎫
FYI The link to Brightspace Webinar Series for Upskilling - Course Design Best Practice isn't working.

Re: Just Trying to Learn!!
Hi Joseph! Welcome aboard! I hope you enjoy learning about Brightspace as much as I did when I first started using it several years ago. You might want to check out the D2L Academy, which has lots of courses that will help you learn all sorts about Brightspace. You can get there via the Resources menu item at the top of this page or by heading to this page on the D2L website.

Re: Issue with question pools without Question Library.
I ran into the same thing recently with one of our instructors and used the method @Owen.H.60 described to import the questions. It worked beautifully! Why D2L doesn't make this easier is beyond me.
Then, believing that anything worth doing is worth automating, I created a PowerShell script that takes zip files (one to many) in Brightspace Package format, identifies any quizzes therein (zero to many), converts all question pools to sections, and puts them back into package file(s) that can then be re-imported into D2L. The script ignores anything that's not a quiz XML file but includes everything in the modified package. It's best to export only quizzes and leave everything else behind, but if you choose to include more, it'll still work. You can export quizzes individually or all at once.
I've attached the script in a zip file. I added a license to it not because I want to restrict it but just the opposite — I want to make it clear it's free to share and modify. Open to suggestions for improvement!
Quick Steps to Use the Script:
- Unzip the attached file to a convenient location. It includes the script and necessary directory structure (though as long as you have the script itself, it will automatically create any missing directories).
- Export your quizzes from D2L in Brightspace Package format and place them in the 'input' folder.
- Open PowerShell, navigate to the script's folder, and run
.\process.ps1
. - Processed quizzes will appear in the 'completed' folder; originals are moved to 'originals'.
- Upload the processed packages from 'completed' back into D2L.
For more info, you can obviously look at the script itself or use get-help .\process.ps1
in PowerShell.
This has only been tested in the Windows version of PowerShell. It should work for Mac and Linux users as well but has not been tested on those platforms. Let me know if you try it and have feedback, encounter issues, etc. 🤓
Cheers,
Brent
