Skip to content

eliminate optional registration year #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
eliminate optional registration year
it's creating problems with reaching result b.vii despite users saying that they *have* registered their works
  • Loading branch information
AAMike authored Apr 30, 2017
commit fd05a5ae8a503add12f8840dd7327e19f2fa9b13
5 changes: 2 additions & 3 deletions pub/js/questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,10 @@ Questions.s1q1c = {
// When was the work registered with the United States Copyright Office?

Questions.s1q1ci = {
question: 'When was the work registered with the United States Copyright Office? (Leave blank if unknown)',
question: 'When was the work registered with the United States Copyright Office?)',
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.',
variable: 'reg_year',
input: 'year',
optional: true
input: 'year'
};

// What is the date of the agreement or transfer? ...
Expand Down