You are on page 1of 1

Data models skill assessment candidate_sa_info candidate_skill_assessment skill_question

Description: Here the main table is candidate_skill_assessment and the list of questions is an embedded list objects which are being used for applicant, employee and emp_sa_review data models as LISTOBJ type. Use case: Originally, it was designed this for Nurse / clinicians assessments; However, it can be used for anything. An example, you are trying to evaluate a nurse: See objects of datamodel ref: pciHRDatamodel.py sk_code: Skill can be "Registered Nurse (Emergency)" form_name: the form name "Psychological evaluation" skf_questions(LISTOBJ.skill_question): question one can be something likeq_name: "Ability to handle night shifts" q_order:1 q_user_options: [ "I am comfortable taking care of patients in the night shift", "I drink 5-10 cups of coffee during the night shifts", "I do not like to work in night shift", "I do not take alcohol or coffee when working (either night shift or day shift)" ] q_user_options_multiple: True q_group_name: "Night shift" q_ans_data_type: integer q_ans: "0,2" (Separate them with comma) q_ans_validation: 0-3

In the above example, we are telling the system that user can pick more than one option, here the validation is: simple. For grouping Basicall y, if there is a group name "q_group_name" when there is a group you include all the questions with the same group name under a tree for example see Demo accordion: http://experiments.wemakesites.net/html-5-details-element-enabler.html

You might also like