@opensalt/ob3-definer 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NOTES CHANGED
@@ -1,2 +1,6 @@
1
- yarn run build
1
+ # make updates
2
+ # update package.json with updated version number
3
+ # log into npmjs.com (roverwolf)
2
4
 
5
+ yarn run build
6
+ npm publish
@@ -0,0 +1,42 @@
1
+ {
2
+ "id": "https://bismarckstate.edu/academics/programs/computersupport/",
3
+ "type": [
4
+ "Achievement"
5
+ ],
6
+ "alignment": [],
7
+ "achievementType": null,
8
+ "creator": null,
9
+ "creditsAvailable": null,
10
+ "criteria": {
11
+ "id": null,
12
+ "narrative": "Test narrative"
13
+ },
14
+ "description": "This degree program combines cybersecurity with system and network administration. Classes focus on best practices in security, networking, operating systems, and their administration.\r\n\r\nOur students experience real-life scenarios through hands-on labs and simulations that are constructed based on feedback from the cybersecurity community and continually adapted to today\u0027s changing world. Not only do we teach security concepts and technologies, we also teach the information technology component that goes with it. Upon graduation, you will be ready to use your knowledge and skills in the workforce.\r\n\r\nThe curriculum contains core classes in computer hardware, Windows and Linux operating systems, networking, security, and programming. Students may have the opportunity to earn college credit for cooperative education or internship opportunities with local businesses.\r\n\r\nAll classes in the program can be taken online or on campus. We continue to evolve our advanced instructional methodologies to complement cutting-edge and remote learning technologies, providing our students with synchronous, virtual classroom environments. Our flexible, online and/or on-campus courses make it easier to achieve your educational goals. \r\n\r\nStudents can complete the program in two years, three years, or longer, depending upon prior preparation in Math, English, and Computers.",
15
+ "fieldOfStudy": "CIP Code Data Pulled From Campus Solutions",
16
+ "humanCode": null,
17
+ "image": null,
18
+ "inLanguage": null,
19
+ "name": "Cybersecurity\u0026Computer Network",
20
+ "otherIdentifier": null,
21
+ "related": null,
22
+ "resultDescription": [
23
+ {
24
+ "id": "urn:uuid:229c6a36-e66a-4096-b659-6258ef66ec02",
25
+ "type": [
26
+ "ResultDescription"
27
+ ],
28
+ "alignment": null,
29
+ "allowedValue": null,
30
+ "name": "Program Completed",
31
+ "requiredLevel": null,
32
+ "requiredValue": null,
33
+ "resultType": "Status",
34
+ "rubricCriterionLevel": null,
35
+ "valueMax": null,
36
+ "valueMin": null
37
+ }
38
+ ],
39
+ "specialization": null,
40
+ "tag": null,
41
+ "version": null
42
+ }
package/dist/index.html CHANGED
@@ -10,9 +10,7 @@
10
10
  <link rel="stylesheet" crossorigin href="/ob3-definer.css">
11
11
  </head>
12
12
  <body>
13
- <div id="ob3-definer"
14
- data-achievement='{}'
15
- ></div>
13
+ <div id="ob3-definer"></div>
16
14
  <script>
17
15
  document.addEventListener('DOMContentLoaded', () => {
18
16
  window.dispatchEvent(new CustomEvent('ob3-open'));