You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wordpress-plugin/js/questions.js
+10-56
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,11 @@ Questions.s1q1bi = {
72
72
73
73
};
74
74
75
-
// Works from 1989 and earlier usually display a copyright notice...
75
+
// Works from 1989 and earlier usually display a copyright notice. Did the work have a copyright notice?
76
76
77
77
Questions.s1q1bi2={
78
78
question: 'Published works from 1989 and earlier usually display a copyright notice. Did the work have a copyright notice?',
79
-
explanation:'For U.S. works published in certain years, U.S. law required that they feature a "copyright notice" in order to receive copyright. Whether or not the published version featured a copyright notice can affect the copyright status of these works.',
79
+
explanation:'For U.S. works published in certain years, U.S. law required that they feature a "copyright notice" in order to receive federal copyright protection. Whether or not the published version featured a copyright notice can affect the copyright status of these works.',
80
80
variable: 'copyright_notice',
81
81
input: 'radio',
82
82
values: ['yes','no','maybe']
@@ -86,7 +86,7 @@ Questions.s1q1bi2 = {
86
86
87
87
Questions.s1q1c={
88
88
question: 'Has the work been registered with the United State Copyright Office?',
89
-
explanation:'Before 1989, registration was one of the ways authors could secure copyright in their work. Whether a work was reigstered can affect copyright status and the timing of termination right.',
89
+
explanation:'Before 1989, registration was one of the ways authors could secure federal copyright in their work. Whether a work was registered can affect copyright status and the timing of termination right.',
question: 'When was the work registered with the United States Copyright Office?)',
99
-
explanation:'Before 1989, registration was one of the ways authors could secure copyright in their work. When a work was reigstered can affect copyright status and the timing of termination right.',
99
+
explanation:'Before 1989, registration was one of the ways authors could secure federal copyright in their work. When a work was registered can affect copyright status and the timing of termination right.',
100
100
variable: 'reg_year',
101
101
input: 'year'
102
102
};
@@ -105,7 +105,7 @@ Questions.s1q1ci = {
105
105
106
106
Questions.s1q1d={
107
107
question: 'What is the year of the agreement or transfer?',
108
-
explanation:'When a transfer took place determines the particular set of termination rules that will be applicable. The timing of a transfer is also needed to in order to know when an author might be able to exercise their termination rights.',
108
+
explanation:'When a transfer took place determines the particular set of termination rules that will be applicable. The timing of a transfer is also needed to know when a work'scopyrighttransfermaybeeligiblefortermination.',
109
109
variable: 'k_year',
110
110
input: 'year',
111
111
validate: function(){
@@ -147,7 +147,7 @@ Questions.s1q1f = {
147
147
Questions.s2q2a={
148
148
// First question in section 2
149
149
section: 2,
150
-
question: 'Is the agreement or transfer you want to terminate part of a <a href="./glossary.php#will" target="_blank" title="Termination of Transfer: Glossary">last will and testament</a>?',
150
+
question: 'Is the agreement or transfer in question part of a <a href="./glossary.php#will" target="_blank" title="Termination of Transfer: Glossary">last will and testament</a>?',
151
151
variable: 'last_will',
152
152
input: 'radio'
153
153
};
@@ -178,10 +178,10 @@ Questions.s2q2c = {
178
178
input: 'radio'
179
179
};
180
180
181
-
// Was there an express agreement between you...
181
+
// Was there an express agreement between the author and the author's employer to not treat the work as a work made for hire?
182
182
183
183
Questions.s2q2ci={
184
-
question: 'Was there an express agreement between you, the author or artist, and your, or his or her, employer to not treat the work as a <a href="./glossary.php#work_for_hire" target="_blank" title="Termination of Transfer: Glossary">work for hire</a>?',
184
+
question: 'Was there an express agreement the author and the author'semployertonottreattheworkasa<ahref="./glossary.php#work_for_hire"target="_blank"title="Termination of Transfer: Glossary">workforhire</a>?',
185
185
variable: 'express_agreement',
186
186
input: 'radio'
187
187
};
@@ -223,7 +223,7 @@ Questions.s2q2e = {
223
223
// Did one or more of the authors or artists enter into the agreement...
224
224
225
225
Questions.s2q2f={
226
-
question: 'Did one or more of the <a href="./glossary.php#author" target="_blank" title="Termination of Transfer: Glossary">authors or artists</a> enter into the agreement or transfer?',
226
+
question: 'Did one or more of the <a href="./glossary.php#author" target="_blank" title="Termination of Transfer: Glossary">authors</a> enter into the agreement or transfer?',
227
227
variable: 'authors_entered_agreement',
228
228
input: 'radio'
229
229
};
@@ -235,57 +235,11 @@ Questions.s2q2f = {
235
235
Questions.s2q2fii={
236
236
// Last question in section 2, so set section if we're going back
237
237
section: 2,
238
-
question: 'Was the agreement or transfer made by a member of the <a href="./glossary.php#author" target="_blank" title="Termination of Transfer: Glossary">author or artists\'s</a> immediate family, or by the executors?<br><i>For more information about which family members qualify, check out the FAQ.</i>',
238
+
question: 'Was the agreement or transfer made by a member of the <a href="./glossary.php#author" target="_blank" title="Termination of Transfer: Glossary">author\'s</a> immediate family, or by the executors?<br><i>For more information about which family members qualify, check out the FAQ.</i>',
explanation: 'This optional information entry is provided for your records only; we do not monitor or collect it and it does not affect the outcome of the tool',
254
-
variable: 'work_title',
255
-
placeholder: 'Work Title',
256
-
optional: true
257
-
};
258
-
259
-
// Copyright Registration Number
260
-
261
-
Questions.s3q3b={
262
-
question: 'Copyright Registration Number [optional]',
263
-
explanation: 'This optional information entry is provided for your records only; we do not monitor or collect it and it does not effect the outcome of the tool',
264
-
variable: 'work_copyright_reg_num',
265
-
placeholder: 'TX0000124166',
266
-
optional: true
267
-
};
268
-
269
-
// Description of the Agreement or Transfer...
270
-
271
-
Questions.s3q3d={
272
-
question: 'Description of the Agreement or Transfer [optional]',
273
-
explanation: 'This optional information entry is provided for your records only; we do not monitor or collect it and it does not effect the outcome of the tool',
274
-
variable: 'work_agreement_desc',
275
-
placeholder: 'About the agreement',
276
-
optional: true
277
-
};
278
-
279
-
// Please list all authors or artists of the work
280
-
281
-
Questions.s3q3e={
282
-
question: 'Please list all authors or artists of the work',
283
-
explanation: 'This optional information entry is provided for your records only; we do not monitor or collect it and it does not effect the outcome of the tool',
0 commit comments