We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
related to https://github.com/HeHStudy/Eureka/pull/12502
Idea: add a ENV[COPIES] argument to the surveyor:parse rake task so this generates X numbers of surveys
i.e
surveyor:parser FILE=my_survey.yml COPIES=3
where my_survey.yml:
survey "Daily COVID-19 Citizen Science Survey", :default_mandatory => true do ...
It will result on 3 surveys
daily-covid-19-citizen-science-survey-1 daily-covid-19-citizen-science-survey-2 daily-covid-19-citizen-science-survey-3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
related to https://github.com/HeHStudy/Eureka/pull/12502
Idea: add a ENV[COPIES] argument to the surveyor:parse rake task so this generates X numbers of surveys
i.e
surveyor:parser FILE=my_survey.yml COPIES=3
where my_survey.yml:
It will result on 3 surveys
daily-covid-19-citizen-science-survey-1
daily-covid-19-citizen-science-survey-2
daily-covid-19-citizen-science-survey-3
The text was updated successfully, but these errors were encountered: