-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
106 lines (87 loc) · 8.41 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- SEO Meta Tags -->
<meta name="description" content="Learner Credential Wallet Frequently Asked Questions">
<meta name="author" content="MIT">
<!-- OG Meta Tags to improve the way the post looks when you share the page on Facebook, Twitter, LinkedIn -->
<meta property="og:site_name" content="Learner Credential Wallet" /> <!-- website name -->
<meta property="og:site" content="lcw.app" /> <!-- website link -->
<meta property="og:title" content="Learner Credential Wallet FAQ"/> <!-- title shown in the actual shared post -->
<meta property="og:description" content="Learner Credential Wallet Frequently Asked Questions" /> <!-- description shown in the actual shared post -->
<meta property="og:image" content="" /> <!-- image link, make sure it's jpg -->
<meta property="og:url" content="" /> <!-- where do you want your post to link to -->
<meta name="twitter:card" content="summary_large_image"> <!-- to have large image post format in Twitter -->
<!-- Webpage Title -->
<title>Learner Credential Wallet Frequently Asked Questions (FAQ)</title>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<!-- Styles -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Rubik:wght@700&display=swap" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".fixed-top">
<!-- Learner Credential Wallet Frequently Asked Questions content-->
<header id="Learner Credential Wallet" class="eduwallet">
<div class="container mt-5">
<div class="text-container text-center">
<h1 class="pb-2">Learner Credential Wallet Frequently Asked Questions</h1>
<h2 class="mt-4 mb-3"><a name="lcw" />What is the Learner Credential Wallet?</h2>
<p class="p-small">The Learner Credential Wallet is an <a href="https://github.com/digitalcredentials/learner-credential-wallet">open source</a> mobile wallet developed by the <a href="https://digitalcredentials.mit.edu">Digital Credentials Consortium</a>, a network of leading international universities designing an open infrastructure for academic credentials.</p>
<h2 class="mt-4 mb-3"><a name="lcw-pilot" />What is the Learner Credential Wallet Pilot?</h2>
<p class="p-small">Please read about the <a href="pilot.html">Learner Credential Wallet Pilot</a>.</p>
<h2 class="mt-4 mb-3"><a name="public-link" />What happens when I "Create Public Link"?</h2>
<p class="p-small">Creating a Public Link is a voluntary process. We provide this functionality so you may choose to share a credential from your wallet to anyone with the link.</p>
<p class="p-small">Creating a public link will generate a webpage to display the contents of a credential on the <a href="https://verifierplus.org/">VerifierPlus</a> website managed by the <a href="https://digitalcredentials.mit.edu/">Digital Credentials Consortium</a>. You are fully in control of how and with whom you share this link.</p>
<p class="p-small">The Public Link is governed by the <a href="https://verifierplus.org/">VerifierPlus</a> <a href="https://verifierplus.org/terms">Terms and Conditions of Use</a> and <a href="https://verifierplus.org/privacy">Privacy Policy</a>.</p>
<p class="p-small">During the VerifierPlus beta, all Public Links are set to automatically expire 1 year after creation.</p>
<h2 class="mt-4 mb-3"><a name="public-link-more" />What can others do with a “Public Link”?</h2>
<p class="p-small">Anyone with the link will be able to view the credential that is shared via a "Public Link". We recommend you consider where, to whom and how frequently you share a “Public Link”.</p>
<h2 class="mt-4 mb-3"><a name="public-link-unshare" />I want to stop sharing a “Public Link”, how do I do so?</h2>
<p class="p-small">You manage “Public Links” from individual credentials in Learner Credential Wallet. On the home screen you can see which credentials have a "Public Link" because they have a "Public" tag. Navigate to the credential with a “Public Link” you want to unshare. Select the three dot menu in the upper right hand portion of the screen. Select “Share” and then select “Unshare”. After confirming you want to unshare the link, the link will be removed from VerifierPlus and no longer be viewable. <a href="https://verifierplus.org/">VerifierPlus</a> will remove the details of the credential. You can choose to “Create Public Link” again in the future and Learner Credential Wallet will create a new link.</p>
<h2 class="mt-4 mb-3"><a name="add-to-linkedin" />What is “Add to LinkedIn Profile”?</h2>
<p class="p-small">You may want to share your credential on your LinkedIn Profile. We provide a shortcut to help you do so. Adding a credential to your LinkedIn Profile from Learner Credential Wallet also requires you to “Create Public Link” as that will allow visitors to your LinkedIn Profile to view the credential.</p>
<p class="p-small">Note: Before you can add a Public Link created through the Learner Credential Wallet to your LinkedIn Profile, you must:
<ul>
<li class="p-small" align="left">Either have already created a Public Link or Learner Credential Wallet will create a Public Link at the same time as Adding to LinkedIn Profile.</li>
<li class="p-small" align="left">Have the LinkedIn app installed on your mobile device. Note: LinkedIn requires you to use the mobile app and not the website for this shortcut to work.</li>
<li class="p-small" align="left">Be logged in to your LinkedIn profile.</li>
<li class="p-small" align="left">Either have already created a public link or create one simultaneously with adding to your LinkedIn Profile.</li>
</ul>
</p>
<h2 class="mt-4 mb-3"><a name="add-to-linkedin-not-working" />I’ve tried “Add to LinkedIn Profile” and it’s not working.</h2>
<p class="p-small">Here are a set of troubleshooting steps to follow:
<ul>
<li class="p-small" align="left">Make sure the LinkedIn app is installed on your device.</li>
<li class="p-small" align="left">Make sure you’re logged in to your LinkedIn profile.</li>
<li class="p-small" align="left">Make sure you’re online and your device has network connectivity.</li>
<li class="p-small" align="left">If you just logged in to the LinkedIn App, try “Add to LinkedIn Profile” again from Learner Credential Wallet.</li>
</ul>
</p>
<h2 class="mt-4 mb-3">Who do I contact if I have more questions?</h2>
<p class="p-small">For questions about the Learner Credential Wallet please email lcw-support -at- mit -dot- edu.</p>
<p class="p-small">To learn more about the DCC please visit us at <a href="https://digitalcredentials.mit.edu">digitalcredentials.mit.edu</a>.</p>
</div> <!-- end of text-container -->
<!-- Page Footer -->
<footer>
<p class="footer-text text-center">
Copyright 2022-2023, Massachusetts Institute of Technology</p>
<p class="footer-text text-center">
<a href="https://digitalcredentials.mit.edu/">Digital Credentials Consortium</a></p>
<p class="footer-text text-center">
<a href="terms.html">Terms and Conditions of Use</a> • <a href="privacy.html">Privacy Policy</a> • <a href="https://accessibility.mit.edu/">Accessibility</a> • <a href="https://github.com/digitalcredentials/learner-credential-wallet">View on Github</a></p></footer> <!-- end of page footer -->
</div> <!-- end of container -->
</header> <!-- end of header -->
<!-- end of header -->
<!-- Scripts -->
<script src="js/jquery.min.js"></script> <!-- jQuery for Bootstrap's JavaScript plugins -->
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap framework -->
</body>
</html>