From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/hr_recruitment_survey/data/hr_job_demo.xml | 29 +++++ addons/hr_recruitment_survey/data/survey_demo.xml | 141 ++++++++++++++++++++++ 2 files changed, 170 insertions(+) create mode 100644 addons/hr_recruitment_survey/data/hr_job_demo.xml create mode 100644 addons/hr_recruitment_survey/data/survey_demo.xml (limited to 'addons/hr_recruitment_survey/data') diff --git a/addons/hr_recruitment_survey/data/hr_job_demo.xml b/addons/hr_recruitment_survey/data/hr_job_demo.xml new file mode 100644 index 00000000..d485df90 --- /dev/null +++ b/addons/hr_recruitment_survey/data/hr_job_demo.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/addons/hr_recruitment_survey/data/survey_demo.xml b/addons/hr_recruitment_survey/data/survey_demo.xml new file mode 100644 index 00000000..3cdc2fac --- /dev/null +++ b/addons/hr_recruitment_survey/data/survey_demo.xml @@ -0,0 +1,141 @@ + + + + Recruitment Form + open + token + + +

+ Please answer those questions to help recruitment officers to preprocess your application. +

+ +

+ Thank you for answering this survey. We will come back to you soon. +

+
+ + + About you + + + 1 + +

Please fill information about you: who you are, what are your education, experience, and activities. + It will help us managing your application.

+
+ + + 2 + Which country are you from ? + char_box + + + + 3 + From which university did or will you graduate ? + char_box + + + + 4 + Were you referred by an employee? + char_box + + + + + 4 + Education + +

Please summarize your education history: schools, location, diplomas, ...

+ text_box +
+ + + 5 + Past work experiences + +

Please summarize your education history: schools, location, diplomas, ...

+ text_box +
+ + + 6 + Knowledge + +

What are your main knowledge regarding the job you are applying to ?

+ text_box +
+ + + 7 + Activities + +

Please tell us a bit more about yourself: what are your main activities, ...

+ text_box +
+ + + + 8 + What is important for you ? + matrix + simple + + + + 1 + Not important + + + + 3 + Important + + + + 4 + Very important + + + + 1 + Having a good pay + + + + 2 + Getting on with colleagues + + + + 3 + Having a nice office environment + + + + 5 + Working with state of the art technology + + + + 6 + Office location + + + + 7 + Management quality + + + + 8 + Having freebies such as tea, coffee and stationery + + + + 9 + Getting perks such as free parking, gym passes + +
-- cgit v1.2.3