Skip to content

Commit 70ebfbe

Browse files
committed
Latest build deployed.
1 parent bcb6f92 commit 70ebfbe

File tree

754 files changed

+2381
-1887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

754 files changed

+2381
-1887
lines changed

.nojekyll

Whitespace-only changes.

ArghLTeeSvc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--* https://pretextbook.org *-->
66
<!--* *-->
77
<!--********************************************-->
8-
<html lang="en-US">
8+
<html lang="en-US" dir="ltr">
99
<head xmlns:og="http://ogp.me/ns#" xmlns:book="https://ogp.me/ns/book#">
1010
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1111
<title></title>
@@ -53,15 +53,15 @@
5353
eBookConfig.enableScratchAC = false;
5454
eBookConfig.build_info = "";
5555
eBookConfig.python3 = null;
56-
eBookConfig.runestone_version = '7.0.3';
56+
eBookConfig.runestone_version = '7.1.1';
5757
eBookConfig.jobehost = '';
5858
eBookConfig.proxyuri_runs = '';
5959
eBookConfig.proxyuri_files = '';
6060
eBookConfig.enable_chatcodes = false;
6161
</script>
6262
<!--*** Runestone Services ***-->
63-
<script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-runtime.743dc745e5a9b334.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-347.193e36c07abd0197.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-runestone.a6d252836fb5c953.bundle.js"></script><link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.0.3/prefix-347.f9add1ca35d5ad93.css">
64-
<link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.0.3/prefix-runestone.931faef5361cf6e9.css">
63+
<script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-runtime.6f0528865cd47dcd.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-347.8328b60515045466.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-runestone.3a5641c4e1fe869e.bundle.js"></script><link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.1.1/prefix-347.f9add1ca35d5ad93.css">
64+
<link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.1.1/prefix-runestone.cec40a61180efd41.css">
6565
</head>
6666
<body id="instructorguide" class="pretext book ignore-math">
6767
<a class="assistive" href="#ptx-content">Skip to main content</a><div id="latex-macros" class="hidden-content process-math" style="display:none"><span class="process-math">\(

InstructorGuide.html

Lines changed: 55 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--* https://pretextbook.org *-->
66
<!--* *-->
77
<!--********************************************-->
8-
<html lang="en-US">
8+
<html lang="en-US" dir="ltr">
99
<head xmlns:og="http://ogp.me/ns#" xmlns:book="https://ogp.me/ns/book#">
1010
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1111
<title>Using eBooks with Runestone Academy</title>
@@ -14,35 +14,60 @@
1414
<meta property="og:type" content="book">
1515
<meta property="book:title" content="Using eBooks with Runestone Academy">
1616
<meta property="book:author" content="Brad Miller, PhD. Professor Emeritus Luther College">
17-
<script>var runestoneMathReady = new Promise((resolve) => window.rsMathReady = resolve);
17+
<script>
18+
var runestoneMathReady = new Promise((resolve) => window.rsMathReady = resolve);
1819
window.MathJax = {
19-
tex: {
20-
inlineMath: [['\\(','\\)']],
21-
tags: "none",
22-
tagSide: "right",
23-
tagIndent: ".8em",
24-
packages: {'[+]': ['base', 'extpfeil', 'ams', 'amscd', 'color', 'newcommand', 'knowl']}
20+
"tex": {
21+
"inlineMath": [
22+
[
23+
"\\(",
24+
"\\)"
25+
]
26+
],
27+
"tags": "none",
28+
"tagSide": "right",
29+
"tagIndent": ".8em",
30+
"packages": {
31+
"[+]": [
32+
"base",
33+
"extpfeil",
34+
"ams",
35+
"amscd",
36+
"color",
37+
"newcommand",
38+
"knowl"
39+
]
40+
}
2541
},
26-
options: {
27-
ignoreHtmlClass: "tex2jax_ignore|ignore-math",
28-
processHtmlClass: "process-math",
42+
"options": {
43+
"ignoreHtmlClass": "tex2jax_ignore|ignore-math",
44+
"processHtmlClass": "process-math"
2945
},
30-
chtml: {
31-
scale: 0.98,
32-
mtextInheritFont: true
46+
"chtml": {
47+
"scale": 0.98,
48+
"mtextInheritFont": true
3349
},
34-
loader: {
35-
load: ['input/asciimath', '[tex]/extpfeil', '[tex]/amscd', '[tex]/color', '[tex]/newcommand', '[pretext]/mathjaxknowl3.js'],
36-
paths: {pretext: "https://pretextbook.org/js/lib"},
50+
"loader": {
51+
"load": [
52+
"input/asciimath",
53+
"[tex]/extpfeil",
54+
"[tex]/amscd",
55+
"[tex]/color",
56+
"[tex]/newcommand",
57+
"[pretext]/mathjaxknowl3.js"
58+
],
59+
"paths": {
60+
"pretext": "https://pretextbook.org/js/lib"
61+
}
3762
},
38-
startup: {
63+
"startup": {
3964
pageReady() {
4065
return MathJax.startup.defaultPageReady().then(function () {
4166
console.log("in ready function");
4267
rsMathReady();
4368
}
4469
)}
45-
},
70+
}
4671
};
4772
</script><script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/themes/prism.css" rel="stylesheet">
4873
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/components/prism-core.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/autoloader/prism-autoloader.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.9/lunr.min.js" integrity="sha512-4xUl/d6D6THrAnXAwGajXkoWaeMNwEKK4iNfq5DotEbLPAfk6FSxSP3ydNxqDgCw1c/0Z1Jg6L8h2j+++9BZmg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script src="lunr-pretext-search-index.js" async=""></script><script src="https://pretextbook.org/js/0.3/pretext_search.js"></script><link href="https://pretextbook.org/css/0.7/pretext_search.css" rel="stylesheet" type="text/css">
@@ -85,15 +110,15 @@
85110
eBookConfig.enableScratchAC = false;
86111
eBookConfig.build_info = "";
87112
eBookConfig.python3 = null;
88-
eBookConfig.runestone_version = '7.0.3';
113+
eBookConfig.runestone_version = '7.1.1';
89114
eBookConfig.jobehost = '';
90115
eBookConfig.proxyuri_runs = '';
91116
eBookConfig.proxyuri_files = '';
92117
eBookConfig.enable_chatcodes = false;
93118
</script>
94119
<!--*** Runestone Services ***-->
95-
<script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-runtime.743dc745e5a9b334.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-347.193e36c07abd0197.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-runestone.a6d252836fb5c953.bundle.js"></script><link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.0.3/prefix-347.f9add1ca35d5ad93.css">
96-
<link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.0.3/prefix-runestone.931faef5361cf6e9.css">
120+
<script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-runtime.6f0528865cd47dcd.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-347.8328b60515045466.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-runestone.3a5641c4e1fe869e.bundle.js"></script><link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.1.1/prefix-347.f9add1ca35d5ad93.css">
121+
<link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.1.1/prefix-runestone.cec40a61180efd41.css">
97122
</head>
98123
<body id="instructorguide" class="pretext book ignore-math">
99124
<a class="assistive" href="#ptx-content">Skip to main content</a><header id="ptx-masthead" class="ptx-masthead"><div class="ptx-banner">
@@ -309,7 +334,14 @@ <h1 class="heading"><a href="InstructorGuide.html"><span class="title">Using eBo
309334
<li><div class="toc-item"><a href="working-with-assignments-chap.html#instructor-interface_creating-a-problem-assignment" class="internal"><span class="codenumber">6.2.3</span> <span class="title">Creating a Problem Assignment</span></a></div></li>
310335
</ul>
311336
</li>
312-
<li><div class="toc-item"><a href="working-with-assignments-chap.html#instructor-interface_copying-assignments" class="internal"><span class="codenumber">6.3</span> <span class="title">Copying Assignments</span></a></div></li>
337+
<li>
338+
<div class="toc-item"><a href="working-with-assignments-chap.html#instructor-interface_copying-assignments" class="internal"><span class="codenumber">6.3</span> <span class="title">Copying Assignments</span></a></div>
339+
<ul class="structural">
340+
<li><div class="toc-item"><a href="working-with-assignments-chap.html#subsection-16" class="internal"><span class="codenumber">6.3.1</span> <span class="title">Copying from your previous courses</span></a></div></li>
341+
<li><div class="toc-item"><a href="working-with-assignments-chap.html#subsection-17" class="internal"><span class="codenumber">6.3.2</span> <span class="title">Copying from a different Instructor</span></a></div></li>
342+
<li><div class="toc-item"><a href="working-with-assignments-chap.html#subsection-18" class="internal"><span class="codenumber">6.3.3</span> <span class="title">Copying a Course Pack from the Author</span></a></div></li>
343+
</ul>
344+
</li>
313345
<li>
314346
<div class="toc-item"><a href="working-with-assignments-chap.html#instructor-interface_exams-and-quizzes-in-runestone" class="internal"><span class="codenumber">6.4</span> <span class="title">Exams and Quizzes in Runestone</span></a></div>
315347
<ul class="structural">

Introduction.html

Lines changed: 55 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--* https://pretextbook.org *-->
66
<!--* *-->
77
<!--********************************************-->
8-
<html lang="en-US">
8+
<html lang="en-US" dir="ltr">
99
<head xmlns:og="http://ogp.me/ns#" xmlns:book="https://ogp.me/ns/book#">
1010
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1111
<title>Introduction</title>
@@ -14,35 +14,60 @@
1414
<meta property="og:type" content="book">
1515
<meta property="book:title" content="Using eBooks with Runestone Academy">
1616
<meta property="book:author" content="Brad Miller, PhD. Professor Emeritus Luther College">
17-
<script>var runestoneMathReady = new Promise((resolve) => window.rsMathReady = resolve);
17+
<script>
18+
var runestoneMathReady = new Promise((resolve) => window.rsMathReady = resolve);
1819
window.MathJax = {
19-
tex: {
20-
inlineMath: [['\\(','\\)']],
21-
tags: "none",
22-
tagSide: "right",
23-
tagIndent: ".8em",
24-
packages: {'[+]': ['base', 'extpfeil', 'ams', 'amscd', 'color', 'newcommand', 'knowl']}
20+
"tex": {
21+
"inlineMath": [
22+
[
23+
"\\(",
24+
"\\)"
25+
]
26+
],
27+
"tags": "none",
28+
"tagSide": "right",
29+
"tagIndent": ".8em",
30+
"packages": {
31+
"[+]": [
32+
"base",
33+
"extpfeil",
34+
"ams",
35+
"amscd",
36+
"color",
37+
"newcommand",
38+
"knowl"
39+
]
40+
}
2541
},
26-
options: {
27-
ignoreHtmlClass: "tex2jax_ignore|ignore-math",
28-
processHtmlClass: "process-math",
42+
"options": {
43+
"ignoreHtmlClass": "tex2jax_ignore|ignore-math",
44+
"processHtmlClass": "process-math"
2945
},
30-
chtml: {
31-
scale: 0.98,
32-
mtextInheritFont: true
46+
"chtml": {
47+
"scale": 0.98,
48+
"mtextInheritFont": true
3349
},
34-
loader: {
35-
load: ['input/asciimath', '[tex]/extpfeil', '[tex]/amscd', '[tex]/color', '[tex]/newcommand', '[pretext]/mathjaxknowl3.js'],
36-
paths: {pretext: "https://pretextbook.org/js/lib"},
50+
"loader": {
51+
"load": [
52+
"input/asciimath",
53+
"[tex]/extpfeil",
54+
"[tex]/amscd",
55+
"[tex]/color",
56+
"[tex]/newcommand",
57+
"[pretext]/mathjaxknowl3.js"
58+
],
59+
"paths": {
60+
"pretext": "https://pretextbook.org/js/lib"
61+
}
3762
},
38-
startup: {
63+
"startup": {
3964
pageReady() {
4065
return MathJax.startup.defaultPageReady().then(function () {
4166
console.log("in ready function");
4267
rsMathReady();
4368
}
4469
)}
45-
},
70+
}
4671
};
4772
</script><script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/themes/prism.css" rel="stylesheet">
4873
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/components/prism-core.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/autoloader/prism-autoloader.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.9/lunr.min.js" integrity="sha512-4xUl/d6D6THrAnXAwGajXkoWaeMNwEKK4iNfq5DotEbLPAfk6FSxSP3ydNxqDgCw1c/0Z1Jg6L8h2j+++9BZmg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script src="lunr-pretext-search-index.js" async=""></script><script src="https://pretextbook.org/js/0.3/pretext_search.js"></script><link href="https://pretextbook.org/css/0.7/pretext_search.css" rel="stylesheet" type="text/css">
@@ -85,15 +110,15 @@
85110
eBookConfig.enableScratchAC = false;
86111
eBookConfig.build_info = "";
87112
eBookConfig.python3 = null;
88-
eBookConfig.runestone_version = '7.0.3';
113+
eBookConfig.runestone_version = '7.1.1';
89114
eBookConfig.jobehost = '';
90115
eBookConfig.proxyuri_runs = '';
91116
eBookConfig.proxyuri_files = '';
92117
eBookConfig.enable_chatcodes = false;
93118
</script>
94119
<!--*** Runestone Services ***-->
95-
<script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-runtime.743dc745e5a9b334.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-347.193e36c07abd0197.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-runestone.a6d252836fb5c953.bundle.js"></script><link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.0.3/prefix-347.f9add1ca35d5ad93.css">
96-
<link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.0.3/prefix-runestone.931faef5361cf6e9.css">
120+
<script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-runtime.6f0528865cd47dcd.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-347.8328b60515045466.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-runestone.3a5641c4e1fe869e.bundle.js"></script><link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.1.1/prefix-347.f9add1ca35d5ad93.css">
121+
<link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.1.1/prefix-runestone.cec40a61180efd41.css">
97122
</head>
98123
<body id="instructorguide" class="pretext book ignore-math">
99124
<a class="assistive" href="#ptx-content">Skip to main content</a><header id="ptx-masthead" class="ptx-masthead"><div class="ptx-banner">
@@ -309,7 +334,14 @@ <h1 class="heading"><a href="InstructorGuide.html"><span class="title">Using eBo
309334
<li><div class="toc-item"><a href="working-with-assignments-chap.html#instructor-interface_creating-a-problem-assignment" class="internal"><span class="codenumber">6.2.3</span> <span class="title">Creating a Problem Assignment</span></a></div></li>
310335
</ul>
311336
</li>
312-
<li><div class="toc-item"><a href="working-with-assignments-chap.html#instructor-interface_copying-assignments" class="internal"><span class="codenumber">6.3</span> <span class="title">Copying Assignments</span></a></div></li>
337+
<li>
338+
<div class="toc-item"><a href="working-with-assignments-chap.html#instructor-interface_copying-assignments" class="internal"><span class="codenumber">6.3</span> <span class="title">Copying Assignments</span></a></div>
339+
<ul class="structural">
340+
<li><div class="toc-item"><a href="working-with-assignments-chap.html#subsection-16" class="internal"><span class="codenumber">6.3.1</span> <span class="title">Copying from your previous courses</span></a></div></li>
341+
<li><div class="toc-item"><a href="working-with-assignments-chap.html#subsection-17" class="internal"><span class="codenumber">6.3.2</span> <span class="title">Copying from a different Instructor</span></a></div></li>
342+
<li><div class="toc-item"><a href="working-with-assignments-chap.html#subsection-18" class="internal"><span class="codenumber">6.3.3</span> <span class="title">Copying a Course Pack from the Author</span></a></div></li>
343+
</ul>
344+
</li>
313345
<li>
314346
<div class="toc-item"><a href="working-with-assignments-chap.html#instructor-interface_exams-and-quizzes-in-runestone" class="internal"><span class="codenumber">6.4</span> <span class="title">Exams and Quizzes in Runestone</span></a></div>
315347
<ul class="structural">

QWX1eIpDBe0.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--* https://pretextbook.org *-->
66
<!--* *-->
77
<!--********************************************-->
8-
<html lang="en-US">
8+
<html lang="en-US" dir="ltr">
99
<head xmlns:og="http://ogp.me/ns#" xmlns:book="https://ogp.me/ns/book#">
1010
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1111
<title></title>
@@ -53,15 +53,15 @@
5353
eBookConfig.enableScratchAC = false;
5454
eBookConfig.build_info = "";
5555
eBookConfig.python3 = null;
56-
eBookConfig.runestone_version = '7.0.3';
56+
eBookConfig.runestone_version = '7.1.1';
5757
eBookConfig.jobehost = '';
5858
eBookConfig.proxyuri_runs = '';
5959
eBookConfig.proxyuri_files = '';
6060
eBookConfig.enable_chatcodes = false;
6161
</script>
6262
<!--*** Runestone Services ***-->
63-
<script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-runtime.743dc745e5a9b334.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-347.193e36c07abd0197.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.0.3/prefix-runestone.a6d252836fb5c953.bundle.js"></script><link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.0.3/prefix-347.f9add1ca35d5ad93.css">
64-
<link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.0.3/prefix-runestone.931faef5361cf6e9.css">
63+
<script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-runtime.6f0528865cd47dcd.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-347.8328b60515045466.bundle.js"></script><script type="text/javascript" src="https://runestone.academy/cdn/runestone/7.1.1/prefix-runestone.3a5641c4e1fe869e.bundle.js"></script><link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.1.1/prefix-347.f9add1ca35d5ad93.css">
64+
<link rel="stylesheet" type="text/css" href="https://runestone.academy/cdn/runestone/7.1.1/prefix-runestone.cec40a61180efd41.css">
6565
</head>
6666
<body id="instructorguide" class="pretext book ignore-math">
6767
<a class="assistive" href="#ptx-content">Skip to main content</a><div id="latex-macros" class="hidden-content process-math" style="display:none"><span class="process-math">\(

0 commit comments

Comments
 (0)