SlideShare una empresa de Scribd logo
1 de 54
BADGES                                     AT SHU




 Presented by: Danielle Mirliss, Tom McGee, Mike Soupios
Please rate your overall
  knowledge of digital badges
1. I could lead this session
2. I’m comfortable with the
   concept
3. I was a Boy / Girl Scout. It’s
   like that, right?
4. Completely new concept
5. I walked into the wrong
                                    0%   0%   0%   0%   0%
   session
                                    1    2    3     4    5
Please rate your experience
      with digital badges
1. We’re launching our own
   program
2. We’re planning to launch
3. We’re planning to plan
4. We’re discussing the
   possibility of planning
5. Still in the wrong session   0%   0%   0%   0%   0%

                                1    2    3     4    5
What is your primary role in
        your organization?
1.   Programmer
2.   Faculty
3.   Administrative
4.   Technical
5.   Other

                        0%   0%   0%   0%   0%

                        1    2    3     4    5
How much technical
     information do you want?
1.   Hit me, I can take it
2.   I’ll take a little code
3.   No code, please
4.   Looking at your code will
     make me run screaming from
     the session
                                  0%   0%   0%   0%

                                  1    2     3    4
The Pirate Patch

A Digital Badges Initiative
omputer Science Student Network Badge System


  Design for America: A Badge Community for Innovation

                The SA&FS Learner Driven Badges Projec
Pillars of Retention
•   User accounts are given early
•   Includes access to Blackboard
•   June laptop distribution
•   Web scavenger hunt (doubloon)
•   Weekly chat sessions
•   Summer Reading
•   Summer Homework
•   ePortfolio (University Life Course)
The Pirate Patch Pilot

The Dangers of Creative Energy
We Didn’t Get the Grant
•   Are we still in?
•   Who’s at the table?
•   Who’ll be the audience?
•   What’s the timeline?
•   Who’s responsible for what?
Principles
•   Engagement
•   Skills & Activities
•   Academics
•   Create Culture of Use
•   Low barrier to access
•   Student interest
•   Meet them where they are
Let’s Pilot
•   Pirate Adventure Begins!
•   Freshman Preview
•   On Campus Adventure
•   Summer programs
•   Welcome Week
Pirate Adventure Begins!
•   Welcome aboard!
•   Incoming Student Portal
•   Site Launch
•   Companion Blog
Freshman Preview
•   Everyone gets a Patch
•   Culture of Use
•   Stand out in the crowd
•   Challenges
On Campus Adventure
• The Big Push
  – I’m Connected; SAB Voice Heard; Curious
    Pirate; Pirate Leader; Pirate On; Pirate Gear;
    Extrovert; DOVE Orientation; Tweet-up Housing
• Distribution methods
• Utilize everyone
Summer Programs
• Summer Reading
  – Optional Enrichment Activities
• Tech Skills One
  – Skills Training carries for years
• Doubloon Hunting
  – Leveling Up
Welcome Week
•   Leaderboard Launch
•   Assess where we are
•   Last chance to push the captive audience
•   End of the Pilot?
Technical Aspects

  Issues and Answers
Users
• What Kinds of Roles?
    –   Recipient
    –   Editor
    –   Awarder
    –   Creator
    –   Administrator
•   How to Handle Registration?
•   What Method of Authentication?
•   How to Protect Your Badges, and Delegate?
•   What Privacy Options To Present?
Logged-in User
Different User Roles See
        Different Things
Make Sure Users Pay
Attention To Their Privacy
The Privacy Settings
            We Offer
Making It More Granular
Badge Creation
• How To Create New Badges?
• Simple Copying?
• How To Edit?
• I Only Want It Available During A Specific
  Time!
• What Are Badges vs. Awards and Why?
• Decentralization: Who Can Make Them?
• How to Build Level-up Badges?
Creating a Badge
Editing and Cloning Badges
Time Limits for Real Events
Badges vs. Awards
Protecting Your Badge
       And Delegation
Logically Leveling-Up
Earning Badges
•   Click?
•   Snap?
•   Can We Just Award Them?
•   How To Automate Level-ups?
•   Can We Prevent Cheating?
    – Duplicates
    – Sharing
Basic Methods of
 Granting Awards
Embed a Link in a Web Page
Make Posters, Cards or T-Shirts
Batch Awarding
One Per Customer, Please
Displaying Badges
•   Privacy
•   Points
•   Leaderboards
•   Baking
•   Backpacks
•   Validations
Baking, Hiding and Displaying
What’s The Score?
Only See What They Let You
Bakery Action
A Little Code
jQuery does this:

$('a.bake').click(function() {
                var badge = $(this).attr('name');
                var action = $(this).text();
                var button = $(this);
                if ( action=='Show') newtext='Hide' ;
                                else newtext='Show';
                var formdata = 'badge=' + badge + '&action=' + action;
                //alert(formdata);
                window.open('http://beta.openbadges.org/baker?assertion=http://tltc.shu.edu/badges/folder/' + badge);
                return false;
});

Translated in the .htaccess file:

RewriteEngine on
RewriteRule ^([A-Za-z0-9]+)(/)?$ bakeme.php?a=$1
This Is The Last Code, I Promise
$json_request = <<<END
{
  "recipient": "$badge_eMail",
  "evidence": "$badge_evidence",
  "badge": {
    "version": "$badge_version",
    "name": "$badge_name",
    "image": "$badge_url",
    "description": "$badge_description",
    "criteria": "$badge_criteria",
    "issuer": {
     "origin": "http://tltc.shu.edu",
     "name": "$badge_issuer",
     "org": "$badge_organization",
     "contact": "$badge_contact"
   }
  }
}
END;
header('Content-Type: application/json');
echo $json_request;
openbadges.org Backpack
Backpack Details
Demonstrating Criteria
Proof Of Ownership
Technical Next Steps
• Limited issuance & other features
  – The first 50 clicks can win this
  – Card readers
• Facebook
  – OBI has a Facebook app in the works
• WordPress
  – Several levels of WordPress tools, from widgets to
    major plugins, are in development
• Better GUI for user management
• Open it up
Badges Next Steps
• Get through the Pilot
   – Still quite a bit left
   – Assess buy in and short- to mid-term prospects
   – Where do the new badges come from
• Cautiously plan to roll out
   –   Undergrads
   –   Clubs and Organizations
   –   Graduate students
   –   Faculty and Staff
   –   Alumni
   –   Business partners
• Be thankful for all the creative talent
Additional Resources
• Google Group:
  https://groups.google.com/forum/#!forum/openbadges
• Project Web Site:
  http://openbadges.org/en-US/
• Community Calls every Wednesday 9am PT
• Wiki: http://openbadges.org/en-US/
• GitHub: https://github.com/mozilla/openbadges
• SHU’s Blog: http://blogs.shu.edu/badges

Más contenido relacionado

Similar a Digital Badges at SHU

5 eLearning Tips van een Learning Designer #dlw2014
5 eLearning Tips van een Learning Designer #dlw20145 eLearning Tips van een Learning Designer #dlw2014
5 eLearning Tips van een Learning Designer #dlw2014Joyce Seitzinger
 
Fast, Cheap, and Actionable: Creating an Affordable User Research Program
Fast, Cheap, and Actionable: Creating an Affordable User Research ProgramFast, Cheap, and Actionable: Creating an Affordable User Research Program
Fast, Cheap, and Actionable: Creating an Affordable User Research ProgramMichael Powers
 
Surviving a Hackathon and Beyond
Surviving a Hackathon and BeyondSurviving a Hackathon and Beyond
Surviving a Hackathon and Beyondimoneytech
 
Implementing a Digital Badge System in Higher Education
Implementing a Digital Badge System in Higher EducationImplementing a Digital Badge System in Higher Education
Implementing a Digital Badge System in Higher EducationBrett Bixler
 
Visual tools and innovation games workshop - spscbus - aug 2014
Visual tools and innovation games   workshop - spscbus - aug 2014Visual tools and innovation games   workshop - spscbus - aug 2014
Visual tools and innovation games workshop - spscbus - aug 2014Ruven Gotz
 
Badges? We Don't Need No Stinkin' Badges!
Badges? We Don't Need No Stinkin' Badges!Badges? We Don't Need No Stinkin' Badges!
Badges? We Don't Need No Stinkin' Badges!Brett Bixler
 
Visual tools and innovation games workshop - sp fest chicago - dec 2014
Visual tools and innovation games   workshop - sp fest chicago - dec 2014Visual tools and innovation games   workshop - sp fest chicago - dec 2014
Visual tools and innovation games workshop - sp fest chicago - dec 2014Ruven Gotz
 
Visual Tools and Innovation Games Wworkshop - SharePoint Fest Chicago - Dec ...
Visual Tools and Innovation Games  Wworkshop - SharePoint Fest Chicago - Dec ...Visual Tools and Innovation Games  Wworkshop - SharePoint Fest Chicago - Dec ...
Visual Tools and Innovation Games Wworkshop - SharePoint Fest Chicago - Dec ...Michelle Caldwell, PSM, SSGB
 
Effective Tools for Effective Change
Effective Tools for Effective ChangeEffective Tools for Effective Change
Effective Tools for Effective ChangeJennifer Davis
 
Jisc designing open badges day dec 2014
Jisc designing open badges day dec 2014Jisc designing open badges day dec 2014
Jisc designing open badges day dec 2014DigitalME
 
You Cant Be Agile If Your Code Sucks (with 9 Tips For Dev Teams)
You Cant Be Agile If Your Code Sucks (with 9 Tips For Dev Teams)You Cant Be Agile If Your Code Sucks (with 9 Tips For Dev Teams)
You Cant Be Agile If Your Code Sucks (with 9 Tips For Dev Teams)Peter Gfader
 
Implementing Open Badges in Four Preservice Teacher Education Programs: Chal...
Implementing Open Badges in Four  Preservice Teacher Education Programs: Chal...Implementing Open Badges in Four  Preservice Teacher Education Programs: Chal...
Implementing Open Badges in Four Preservice Teacher Education Programs: Chal...Dan Randall
 
Visual Tools and Innovation Games - full day workshop - dev intersections - n...
Visual Tools and Innovation Games - full day workshop - dev intersections - n...Visual Tools and Innovation Games - full day workshop - dev intersections - n...
Visual Tools and Innovation Games - full day workshop - dev intersections - n...Michelle Caldwell, PSM, SSGB
 
Open Badges Workshop for RMIT University @academictribe
Open Badges Workshop for RMIT University @academictribeOpen Badges Workshop for RMIT University @academictribe
Open Badges Workshop for RMIT University @academictribeJoyce Seitzinger
 
Sloan C - Badges presentation
Sloan C - Badges presentationSloan C - Badges presentation
Sloan C - Badges presentationGarin Fons
 
19th Annual SEDA Conference - Open Badges Workshop
19th Annual SEDA Conference - Open Badges Workshop19th Annual SEDA Conference - Open Badges Workshop
19th Annual SEDA Conference - Open Badges WorkshopDaniel Mackley
 
Learn Learning + Prototype Testing
Learn Learning + Prototype TestingLearn Learning + Prototype Testing
Learn Learning + Prototype TestingDave Hora
 
SWWLG Intro
SWWLG IntroSWWLG Intro
SWWLG IntroSWWLG
 

Similar a Digital Badges at SHU (20)

5 eLearning Tips van een Learning Designer #dlw2014
5 eLearning Tips van een Learning Designer #dlw20145 eLearning Tips van een Learning Designer #dlw2014
5 eLearning Tips van een Learning Designer #dlw2014
 
Fast, Cheap, and Actionable: Creating an Affordable User Research Program
Fast, Cheap, and Actionable: Creating an Affordable User Research ProgramFast, Cheap, and Actionable: Creating an Affordable User Research Program
Fast, Cheap, and Actionable: Creating an Affordable User Research Program
 
Surviving a Hackathon and Beyond
Surviving a Hackathon and BeyondSurviving a Hackathon and Beyond
Surviving a Hackathon and Beyond
 
Implementing a Digital Badge System in Higher Education
Implementing a Digital Badge System in Higher EducationImplementing a Digital Badge System in Higher Education
Implementing a Digital Badge System in Higher Education
 
EVO - Open Digital Badges - Jan 2014
EVO - Open Digital Badges - Jan 2014EVO - Open Digital Badges - Jan 2014
EVO - Open Digital Badges - Jan 2014
 
Visual tools and innovation games workshop - spscbus - aug 2014
Visual tools and innovation games   workshop - spscbus - aug 2014Visual tools and innovation games   workshop - spscbus - aug 2014
Visual tools and innovation games workshop - spscbus - aug 2014
 
Badges? We Don't Need No Stinkin' Badges!
Badges? We Don't Need No Stinkin' Badges!Badges? We Don't Need No Stinkin' Badges!
Badges? We Don't Need No Stinkin' Badges!
 
Visual tools and innovation games workshop - sp fest chicago - dec 2014
Visual tools and innovation games   workshop - sp fest chicago - dec 2014Visual tools and innovation games   workshop - sp fest chicago - dec 2014
Visual tools and innovation games workshop - sp fest chicago - dec 2014
 
Visual Tools and Innovation Games Wworkshop - SharePoint Fest Chicago - Dec ...
Visual Tools and Innovation Games  Wworkshop - SharePoint Fest Chicago - Dec ...Visual Tools and Innovation Games  Wworkshop - SharePoint Fest Chicago - Dec ...
Visual Tools and Innovation Games Wworkshop - SharePoint Fest Chicago - Dec ...
 
Effective Tools for Effective Change
Effective Tools for Effective ChangeEffective Tools for Effective Change
Effective Tools for Effective Change
 
Jisc designing open badges day dec 2014
Jisc designing open badges day dec 2014Jisc designing open badges day dec 2014
Jisc designing open badges day dec 2014
 
You Cant Be Agile If Your Code Sucks (with 9 Tips For Dev Teams)
You Cant Be Agile If Your Code Sucks (with 9 Tips For Dev Teams)You Cant Be Agile If Your Code Sucks (with 9 Tips For Dev Teams)
You Cant Be Agile If Your Code Sucks (with 9 Tips For Dev Teams)
 
Implementing Open Badges in Four Preservice Teacher Education Programs: Chal...
Implementing Open Badges in Four  Preservice Teacher Education Programs: Chal...Implementing Open Badges in Four  Preservice Teacher Education Programs: Chal...
Implementing Open Badges in Four Preservice Teacher Education Programs: Chal...
 
Visual Tools and Innovation Games - full day workshop - dev intersections - n...
Visual Tools and Innovation Games - full day workshop - dev intersections - n...Visual Tools and Innovation Games - full day workshop - dev intersections - n...
Visual Tools and Innovation Games - full day workshop - dev intersections - n...
 
Open Badges Workshop for RMIT University @academictribe
Open Badges Workshop for RMIT University @academictribeOpen Badges Workshop for RMIT University @academictribe
Open Badges Workshop for RMIT University @academictribe
 
Sloan C - Badges presentation
Sloan C - Badges presentationSloan C - Badges presentation
Sloan C - Badges presentation
 
19th Annual SEDA Conference - Open Badges Workshop
19th Annual SEDA Conference - Open Badges Workshop19th Annual SEDA Conference - Open Badges Workshop
19th Annual SEDA Conference - Open Badges Workshop
 
Learn Learning + Prototype Testing
Learn Learning + Prototype TestingLearn Learning + Prototype Testing
Learn Learning + Prototype Testing
 
SWWLG Intro
SWWLG IntroSWWLG Intro
SWWLG Intro
 
WSC Kickoff
WSC KickoffWSC Kickoff
WSC Kickoff
 

Más de Danni M

Leveraging the Potential of Mobile Learning
Leveraging the Potential of Mobile LearningLeveraging the Potential of Mobile Learning
Leveraging the Potential of Mobile LearningDanni M
 
Digital Badges Preconference workshop NMC 2013
Digital Badges Preconference workshop NMC 2013Digital Badges Preconference workshop NMC 2013
Digital Badges Preconference workshop NMC 2013Danni M
 
Hubs for communication and collaboration
Hubs for communication and collaborationHubs for communication and collaboration
Hubs for communication and collaborationDanni M
 
Serious Games for Serious Women
Serious Games for Serious WomenSerious Games for Serious Women
Serious Games for Serious WomenDanni M
 
Redefining Electronic Portfolios: A View into the First Year Experience
Redefining Electronic Portfolios: A View into the First Year ExperienceRedefining Electronic Portfolios: A View into the First Year Experience
Redefining Electronic Portfolios: A View into the First Year ExperienceDanni M
 
Engaging the Disengaged
Engaging the DisengagedEngaging the Disengaged
Engaging the DisengagedDanni M
 

Más de Danni M (6)

Leveraging the Potential of Mobile Learning
Leveraging the Potential of Mobile LearningLeveraging the Potential of Mobile Learning
Leveraging the Potential of Mobile Learning
 
Digital Badges Preconference workshop NMC 2013
Digital Badges Preconference workshop NMC 2013Digital Badges Preconference workshop NMC 2013
Digital Badges Preconference workshop NMC 2013
 
Hubs for communication and collaboration
Hubs for communication and collaborationHubs for communication and collaboration
Hubs for communication and collaboration
 
Serious Games for Serious Women
Serious Games for Serious WomenSerious Games for Serious Women
Serious Games for Serious Women
 
Redefining Electronic Portfolios: A View into the First Year Experience
Redefining Electronic Portfolios: A View into the First Year ExperienceRedefining Electronic Portfolios: A View into the First Year Experience
Redefining Electronic Portfolios: A View into the First Year Experience
 
Engaging the Disengaged
Engaging the DisengagedEngaging the Disengaged
Engaging the Disengaged
 

Último

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 

Último (20)

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 

Digital Badges at SHU

  • 1. BADGES AT SHU Presented by: Danielle Mirliss, Tom McGee, Mike Soupios
  • 2. Please rate your overall knowledge of digital badges 1. I could lead this session 2. I’m comfortable with the concept 3. I was a Boy / Girl Scout. It’s like that, right? 4. Completely new concept 5. I walked into the wrong 0% 0% 0% 0% 0% session 1 2 3 4 5
  • 3. Please rate your experience with digital badges 1. We’re launching our own program 2. We’re planning to launch 3. We’re planning to plan 4. We’re discussing the possibility of planning 5. Still in the wrong session 0% 0% 0% 0% 0% 1 2 3 4 5
  • 4. What is your primary role in your organization? 1. Programmer 2. Faculty 3. Administrative 4. Technical 5. Other 0% 0% 0% 0% 0% 1 2 3 4 5
  • 5. How much technical information do you want? 1. Hit me, I can take it 2. I’ll take a little code 3. No code, please 4. Looking at your code will make me run screaming from the session 0% 0% 0% 0% 1 2 3 4
  • 6. The Pirate Patch A Digital Badges Initiative
  • 7. omputer Science Student Network Badge System Design for America: A Badge Community for Innovation The SA&FS Learner Driven Badges Projec
  • 8.
  • 9.
  • 11. User accounts are given early • Includes access to Blackboard • June laptop distribution • Web scavenger hunt (doubloon) • Weekly chat sessions • Summer Reading • Summer Homework • ePortfolio (University Life Course)
  • 12. The Pirate Patch Pilot The Dangers of Creative Energy
  • 13. We Didn’t Get the Grant • Are we still in? • Who’s at the table? • Who’ll be the audience? • What’s the timeline? • Who’s responsible for what?
  • 14. Principles • Engagement • Skills & Activities • Academics • Create Culture of Use • Low barrier to access • Student interest • Meet them where they are
  • 15. Let’s Pilot • Pirate Adventure Begins! • Freshman Preview • On Campus Adventure • Summer programs • Welcome Week
  • 16. Pirate Adventure Begins! • Welcome aboard! • Incoming Student Portal • Site Launch • Companion Blog
  • 17. Freshman Preview • Everyone gets a Patch • Culture of Use • Stand out in the crowd • Challenges
  • 18. On Campus Adventure • The Big Push – I’m Connected; SAB Voice Heard; Curious Pirate; Pirate Leader; Pirate On; Pirate Gear; Extrovert; DOVE Orientation; Tweet-up Housing • Distribution methods • Utilize everyone
  • 19. Summer Programs • Summer Reading – Optional Enrichment Activities • Tech Skills One – Skills Training carries for years • Doubloon Hunting – Leveling Up
  • 20. Welcome Week • Leaderboard Launch • Assess where we are • Last chance to push the captive audience • End of the Pilot?
  • 21. Technical Aspects Issues and Answers
  • 22. Users • What Kinds of Roles? – Recipient – Editor – Awarder – Creator – Administrator • How to Handle Registration? • What Method of Authentication? • How to Protect Your Badges, and Delegate? • What Privacy Options To Present?
  • 24. Different User Roles See Different Things
  • 25. Make Sure Users Pay Attention To Their Privacy
  • 27. Making It More Granular
  • 28. Badge Creation • How To Create New Badges? • Simple Copying? • How To Edit? • I Only Want It Available During A Specific Time! • What Are Badges vs. Awards and Why? • Decentralization: Who Can Make Them? • How to Build Level-up Badges?
  • 31. Time Limits for Real Events
  • 33. Protecting Your Badge And Delegation
  • 35. Earning Badges • Click? • Snap? • Can We Just Award Them? • How To Automate Level-ups? • Can We Prevent Cheating? – Duplicates – Sharing
  • 36. Basic Methods of Granting Awards
  • 37. Embed a Link in a Web Page
  • 38. Make Posters, Cards or T-Shirts
  • 41. Displaying Badges • Privacy • Points • Leaderboards • Baking • Backpacks • Validations
  • 42. Baking, Hiding and Displaying
  • 44. Only See What They Let You
  • 46. A Little Code jQuery does this: $('a.bake').click(function() { var badge = $(this).attr('name'); var action = $(this).text(); var button = $(this); if ( action=='Show') newtext='Hide' ; else newtext='Show'; var formdata = 'badge=' + badge + '&action=' + action; //alert(formdata); window.open('http://beta.openbadges.org/baker?assertion=http://tltc.shu.edu/badges/folder/' + badge); return false; }); Translated in the .htaccess file: RewriteEngine on RewriteRule ^([A-Za-z0-9]+)(/)?$ bakeme.php?a=$1
  • 47. This Is The Last Code, I Promise $json_request = <<<END { "recipient": "$badge_eMail", "evidence": "$badge_evidence", "badge": { "version": "$badge_version", "name": "$badge_name", "image": "$badge_url", "description": "$badge_description", "criteria": "$badge_criteria", "issuer": { "origin": "http://tltc.shu.edu", "name": "$badge_issuer", "org": "$badge_organization", "contact": "$badge_contact" } } } END; header('Content-Type: application/json'); echo $json_request;
  • 52. Technical Next Steps • Limited issuance & other features – The first 50 clicks can win this – Card readers • Facebook – OBI has a Facebook app in the works • WordPress – Several levels of WordPress tools, from widgets to major plugins, are in development • Better GUI for user management • Open it up
  • 53. Badges Next Steps • Get through the Pilot – Still quite a bit left – Assess buy in and short- to mid-term prospects – Where do the new badges come from • Cautiously plan to roll out – Undergrads – Clubs and Organizations – Graduate students – Faculty and Staff – Alumni – Business partners • Be thankful for all the creative talent
  • 54. Additional Resources • Google Group: https://groups.google.com/forum/#!forum/openbadges • Project Web Site: http://openbadges.org/en-US/ • Community Calls every Wednesday 9am PT • Wiki: http://openbadges.org/en-US/ • GitHub: https://github.com/mozilla/openbadges • SHU’s Blog: http://blogs.shu.edu/badges

Notas del editor

  1. Talk about Badge competition – some of the higher ed projects that were awarded
  2. When we saw proposal immediately thought of our technology skills initiative
  3. Many different disparate programs – thought it to join them together through badges (Maybe Mike talks to this slide in his part??)
  4. Thinking about it further, realized that a badge initiative could compliment retention efforts on campus
  5. Talk about current retention efforts (supported by technology)Tech IDs and user accounts given early, early intro to university&apos;s learning platform, placement tests given through university portal, June laptop distribution, scavenger hunt, weekly chat sessions, summer homework, summer reading. Highlight the blog on this slide.
  6. Extrovert - based on existing design; distributed by Staff; TLTC will generate 150 cards; other awardees will come to TLTC in list from Mariel   I’m Connected (Introvert) - new badge; distributed by PAs &amp; Staff; TLTC will generate 150 cards   SAB Voice Heard Badge - new badge, awardees will come to TLTC in list from Mariel   Curious Pirate - based on existing design; Andy will work with TLTC to determine if existing posters will meet needs   Pirate Leader (ROTC) - new badge; distributed by ROTC; TLTC will generate 150 cards   Pirate On - new badge; distributed by PAs; TLTC will generate 750 cards   Pirate Gear - new badge; distributed by Pirate entourage; TLTC will generate 150 cards   DOVE Orientation - new badge; distributed by DOVE at orientation sessions; TLTC will generate 100 cards   Tweet-up Housing  - new badge, awardees will come in list from Cheryl
  7. LAMP jQuery including UI, timepicker, validate, tablesorter, windowmsg, alerts, sortable, cookies, uploadify, drag-and-drop Bootstrap
  8. Badge earners, badge developers, tiered sets of rights to award or modify
  9. Registration is handled automatically, with information from our AD system.
  10. Assign different levels in the database. Check on login, then on each page load.
  11. We want to ensure that students think about this, so we set a cookie. Extensive use of jquery ajax throughout
  12. In the future, we might do by-class rankings, so we ask this Scores can be kept private, as can the display of all badges
  13. Even with display turned on, they have to allow individual badges to be shown The system defaults to showing less information Ajax toggles.
  14. Came up with scenarios Events Points-only Level-ups
  15. Based on the OBI specs. We’ve added a few additional items, categories and points. Helps display, and allows for competition
  16. Anything can be modified, including the image Or the basics of an existing badge can be cloned, saving time. Can do both without a reload.
  17. Create an image or not? Invisible png
  18. Searches through the entire user list
  19. Drag-and-drop. Logic. Multi-tiered by magic
  20. Different ways of distributing them, depending on the context
  21. Hyperlink, along with the URL in an IMG tag. QR code can be copied-and-pasted. No antialiasing.
  22. Basic “click here” award.
  23. You can take this artwork and do whatever with it.
  24. A similar name-search function, as on the delegation screen. Or a batch-upload method. Can use either SHU names or SHU IDs, or a mix.
  25. Concerned with cheating Each badge has a user/award flag set, so they can’t be clicked repeatedly to run up the score No real solution for sharing, but time limits and natural competitiveness may help.
  26. Information about the badge Bake Show
  27. Only those allowing scores to be shown are here. Only those allowing image display are links. Your own row is highlighted – it will take you to your profile page.
  28. Clicking another user’s name Shows you the badges they allowed to be public Summarizes the rest (so you understand where their score came from)
  29. Downloading a properly baked badge What’s a “baked” badge? PNG file, meta data encoded within
  30. How jQuery adds links to the “bake” buttons How the .htaccess translates that into an actionable link without multiple query strings
  31. The construction of a valid “Assertion” Notice the Evidence and Criteria fields
  32. This isn’t ours, but it’s why the whole “baking” thing is necessary. Create an account and log in at openbadges.org/backpack You can upload your badges and organize them here. Share them using the standard sideways-V link
  33. Click a badge on the previous page It pulls out the encoded information in the PNG file and displays it
  34. What you see when you click on the “Criteria” link
  35. What you see when you click “Evidence”