@opensalt/ob3-definer 1.2.3 → 1.2.4

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/dist/index.html CHANGED
@@ -10,7 +10,9 @@
10
10
  <link rel="stylesheet" crossorigin href="/ob3-definer.css">
11
11
  </head>
12
12
  <body>
13
- <div id="ob3-definer"></div>
13
+ <div id="ob3-definer"
14
+ data-achievement='{}'
15
+ ></div>
14
16
  <script>
15
17
  document.addEventListener('DOMContentLoaded', () => {
16
18
  window.dispatchEvent(new CustomEvent('ob3-open'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensalt/ob3-definer",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
package/NOTES DELETED
@@ -1,6 +0,0 @@
1
- # make updates
2
- # update package.json with updated version number
3
- # log into npmjs.com (roverwolf)
4
-
5
- yarn run build
6
- npm publish
@@ -1,42 +0,0 @@
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/index-2.html DELETED
@@ -1,22 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <link rel="icon" href="/favicon.svg">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>OB3 Achievement Definer</title>
8
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
9
- <script type="module" src="/src/main.js"></script>
10
- </head>
11
- <body>
12
- <div id="ob3-definer"
13
- data-achievement='{"id":"https://bismarckstate.edu/academics/programs/computersupport/","type":["Achievement"],"alignment":[],"achievementType":null,"creator":null,"creditsAvailable":null,"criteria":{"id":null,"narrative":"Test narrative"},"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 todays 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.","fieldOfStudy":"CIP Code Data Pulled From Campus Solutions","humanCode":null,"image":null,"inLanguage":null,"name":"Cybersecurity&Computer Network","otherIdentifier":null,"related":null,"resultDescription":[{"id":"urn:uuid:229c6a36-e66a-4096-b659-6258ef66ec02","type":["ResultDescription"],"alignment":null,"allowedValue":null,"name":"Program Completed","requiredLevel":null,"requiredValue":null,"resultType":"Status","rubricCriterionLevel":null,"valueMax":null,"valueMin":null}],"specialization":null,"tag":null,"version":null}'
14
- ></div>
15
- <script>
16
- document.addEventListener('DOMContentLoaded', () => {
17
- window.dispatchEvent(new CustomEvent('ob3-open'));
18
- });
19
- window.addEventListener('saveDefinition', function(e) {console.log(e);});
20
- </script>
21
- </body>
22
- </html>
package/test-index.html DELETED
@@ -1,17 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <link rel="icon" href="/favicon.svg">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>OB3 Achievement Definer</title>
8
- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
9
- <script type="module" crossorigin src="/ob3-definer.js"></script>
10
- <link rel="stylesheet" crossorigin href="/ob3-definer.css">
11
- </head>
12
- <body>
13
- <div id="ob3-definer"
14
- data-achievement='{"id":"https://bismarckstate.edu/academics/programs/computersupport/","type":["Achievement"],"alignment":[],"achievementType":null,"creator":null,"creditsAvailable":null,"criteria":{"id":null,"narrative":"Test narrative"},"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 todays 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.","fieldOfStudy":"CIP Code Data Pulled From Campus Solutions","humanCode":null,"image":null,"inLanguage":null,"name":"Cybersecurity&Computer Network","otherIdentifier":null,"related":null,"resultDescription":[{"id":"urn:uuid:229c6a36-e66a-4096-b659-6258ef66ec02","type":["ResultDescription"],"alignment":null,"allowedValue":[],"name":"Program Completed","requiredLevel":null,"requiredValue":null,"resultType":"Status","rubricCriterionLevel":null,"valueMax":null,"valueMin":null}],"specialization":null,"tag":null,"version":null}'
15
- ></div>
16
- </body>
17
- </html>