Celebrate Excellence in Education: Nominate Outstanding Educators by April 15!
Found this content helpful? Log in or sign up to leave a like!
8/15/2018 Update: To sign up as a student, use this link:
This course has enabled open enrollment. Students can self-enroll in the course once you share with them this URL:https://resources.instructure.com/enroll/8R9H7B. Alternatively, they can sign up at https://resources.instructure.com/register and use the following join code: 8R9H7B |
@Chris_Hofer , @G_Petruzella stefaniesanders, awebster
Hi folks, it looks like Scott the Magnificent has already created us a CanvasHacks public classroom to play in, and enrolled us as teachers.
Any thoughts on structure? I have a similar course that is mostly complete that I am preparing for my faculty that I could upload to provide a bit of structure. It is intended for non-coders, and has the following module structure:
However, I am not a pushy sort, so whatever anybody else wants, I am more than happy to go along with. I can always upload stuff a piece at a time and fit it where I can.
My "lessons" are all one page, and include:
Let me know what your think!
Oh yah, and I also have a hokey Home page, because that's just the kind of guy I am:)
Solved! Go to Solution.
Great idea, Kelley.
I created a course shell in resources.instructure.com. It looks like well over 60 people have already requested either student or teacher level access. Those of you with teacher level access, feel free to invite your friends. Anyone else interested, please comment to that effect. @kmeeusen and the super helpful @Ron_Bowman have been great about going in and inviting folks.
Thanks
Scott
DM me in this community with your first and last names and your email address, and I will enroll you.
Kelley
For anyone that is still looking for these resources (@StephanieNg @g0nicba @Nhadley12 ), I found the following blog post from @kmeeusen: Free for Teachers Fun & CanvasHacks Demo Course In the blog post, it is mentioned that @kmeeusen publicly shared these resources in Canvas Commons with the course name "Do Not Fear the Code!" According to the blog post it has the same content that is available in the CanvasHacks course.
I was able to find this in Canvas Commons and added it to my own Sandbox course for quick access.
Debby: I suspect it is because you are not actually enrolled.
Could someone add me please? (ifigueroa@svc.edu)
Thanks in avdvance.
Done! Added as a teacher
Thanks Scott!
Thank you Scott!
Iván Figueroa, Ed.D.
Director Mountaineer Scholars Program &
Diversity Initiatives
PDSO
SOUTHERN VERMONT COLLEGE
Birchwood 100
982 Mansion Drive
Bennington, Vermont 05201
802-447-4692
On Tue, Dec 27, 2016 at 10:44 AM, scottd@instructure.com <
Please add me @kmeeusen . I would have to agree you probably are getting tons of request hykesc@lincolnu.edu
@hykesc - Done!
Could I also have access? kamp-dush.1@osu.edu
@kamp-dush_1 - Done!
Hello! Please add me as a teacher if this is still possible. My email address is watsonn@phsc.edu.
Thank you!
Done Niki!
You should receive an invite.
Enjoy!
KLM
Thank you very much!
Best regards,
Niki Watson
Instructional Designer
Pasco-Hernando State College
Office: 727-816-3366
Website: at-phsc.org
Pasco-Hernando State College
>>> "kelley.meeusen@cptc.edu" <instructure@jiveon.com> 1/5/2017 7:00 PM >>>
Canvas Community
( https://community.canvaslms.com/?et=watches.email.thread)
Re: CanvasHacks Classroomreply from Kelley L. Meeusen
( https://community.canvaslms.com/people/kelley.meeusen
in Instructional Designers - View the full discussion
(
https://community.canvaslms.com/message/58471?commentID=58471&et=watches.email.thread#comment-58471)
Done Niki!
You should receive an invite.
Enjoy!
KLM
Reply to this message by replying to this email, or go to the message on Canvas
Community
(
https://community.canvaslms.com/message/58471?commentID=58471&et=watches.email.thread#comment-58471)
Start a new discussion in Instructional Designers by email
( mailto:discussions-groups-designers@mail.instructure.jiveon.com) or at Canvas
Community
(
Following Re: CanvasHacks Classroom
(
https://community.canvaslms.com/message/58471?commentID=58471&et=watches.email.thread#comment-58471)
in these streams: Inbox
Getting too many emails from the Community? You might want to update your email
preferences
( https://community.canvaslms.com/user-preferences!input.jspa) , check out this guide
( https://community.canvaslms.com/docs/DOC-2120) on notification streams, or simply
unsubscribe
(
(sniff).
Please Note:
Due to Florida's very broad public records law, most written
communications to or from College employees regarding College
business are public records, available to the public and media
upon request.
Therefore, this email communication may be subject to public
disclosure.
Would you please add me as a teacher. I use Canvas through psu.instructure.com and my email address is euler@psu.edu.
Thank you.
Done!
Could I have teacher access? My email is jonesn16@nku.edu
Done!
Can I also ask to be added to this course please!
Thanks in advance.
Done!
please add me to this course: teacher or student
I really need some new ways to do things
Thanks so much - just from reading the comments and blog posts I believe this will have the ideas I am seeking....
Lisa:
Done, and as a teacher!
Kelley
May I please sign up also @kmeeusen ?
Yes I will!
However, @Bobby2 , here is a self-enroll link you can use if you are only interested in a student-level role in the course.
https://resources.instructure.com/enroll/8R9H7B
Agent K
Done!
Hi @scottdennis or @kmeeusen
Can I be an Instructor in this course?
Thanks!
Hi Kelley!
Please add me as a teacher.
Done!
Thanks Scott!
I missed reading that we can do this for our own people once we're instructors.
Please feel free to!
Please add me as a teacher too 🙂
I have been perusing the content in this course, and it's fantastic! I have a few thoughts, but they can wait.
How about a Big Ask?
I was wondering about the possibility of adding support for
CodePen - Front End Developer Playground & Code Editor in the Browser
This would allow embedding inline examples of HTML and CSS,
keeping the majority of the content area for the example, and separating the code into something readable.
I'm not sure what the environment is like on resources.instructure, however
This works on our test environment, at the sub account level themes for my workroom...
...injecting a new script tag for codepen.io
...and trying to limit it to wiki pages, maybe only this course too?
...and readable to all users.
// enable codepen embed
(function() {
try {
// if the user has read permissions to the wiki page
if (typeof ENV.WIKI_RIGHTS !== 'undefined' && ENV.WIKI_RIGHTS.read == true) {
!(function(s, d, url, e, p) {
(e = d.createElement(s)), (p = d.getElementsByTagName(s)[0]);
e.async = 1;
e.src = url;
p.parentNode.insertBefore(e, p);
})("script", document, "//assets.codepen.io/assets/embed/ei.js");
}
} catch (e) {
console.log(e);
}
})();
I'm open to suggestions and edits.
This is not a mockup
While the RCE contains
<p><a href="#">a link</a></p>
<p><a style="padding: 3px; border: 2px solid blue;" href="#">a styled link</a></p>
<hr />
<p class="codepen" data-height="300" data-slug-hash="YjRegP" data-default-tab="html,result" data-user="robert-carroll" data-embed-version="3">The CodePen<a href="https://codepen.io/robert-carroll/pen/YjRegP/"></a></p>
Anonymous Pens cannot be embedded, so users would need to create an account.
If not, we can use links
I'm following the link at the top of the post and it asks for a login. I try signing in as a new member, I fill out the form, click submit and nothing happens. I thought I made an account at instructureCARN but it doesn't seem to be working. Any help would be appreciated!
Thanks,
Pat
@kmeeusen , I love this and am glad to have stumbled upon it, just wish the url wasn't in a graphic. Looking forward to learning about all the hacks everyone is doing in Canvas. Thank you!
Great idea, @cblanos !
Done.
To participate in the Instructure Community, you need to sign up or log in:
Sign In