forked from robotveradev/VeraWebApp
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfixtures.json
1 lines (1 loc) · 2.19 KB
/
fixtures.json
1
[{"model": "member_profile.busyness", "pk": 1, "fields": {"title": "Full employment"}}, {"model": "member_profile.busyness", "pk": 2, "fields": {"title": "Part-time employment"}}, {"model": "member_profile.busyness", "pk": 3, "fields": {"title": "Temporary work"}}, {"model": "member_profile.busyness", "pk": 4, "fields": {"title": "Volunteering"}}, {"model": "member_profile.busyness", "pk": 5, "fields": {"title": "Internship"}}, {"model": "member_profile.educationlevel", "pk": 1, "fields": {"parent": null, "title": "Higher"}}, {"model": "member_profile.educationlevel", "pk": 2, "fields": {"parent": 1, "title": "Bachelor"}}, {"model": "member_profile.educationlevel", "pk": 3, "fields": {"parent": 1, "title": "Magistr"}}, {"model": "member_profile.educationlevel", "pk": 4, "fields": {"parent": 1, "title": "Candidate of science"}}, {"model": "member_profile.educationlevel", "pk": 5, "fields": {"parent": 1, "title": "Doctor of science"}}, {"model": "member_profile.educationlevel", "pk": 6, "fields": {"parent": null, "title": "Incomplete higher education"}}, {"model": "member_profile.educationlevel", "pk": 7, "fields": {"parent": null, "title": "Specialized secondary"}}, {"model": "member_profile.educationlevel", "pk": 8, "fields": {"parent": null, "title": "Secondary"}}, {"model": "member_profile.schedule", "pk": 2, "fields": {"title": "Full day"}}, {"model": "member_profile.schedule", "pk": 3, "fields": {"title": "Shift work"}}, {"model": "member_profile.schedule", "pk": 4, "fields": {"title": "Flexible schedule"}}, {"model": "member_profile.schedule", "pk": 5, "fields": {"title": "Remote work"}}, {"model": "member_profile.schedule", "pk": 6, "fields": {"title": "Shift method"}}, {"model": "quiz.questionkind", "pk": 1, "fields": {"title": "MultipleChoice", "template_name": "multiplechoice", "w2v": false, "min_answers": 2, "one_right_answer": true}}, {"model": "quiz.questionkind", "pk": 2, "fields": {"title": "MultipleResponse", "template_name": "multipleresponse", "w2v": false, "min_answers": 2, "one_right_answer": false}}, {"model": "quiz.questionkind", "pk": 3, "fields": {"title": "FreeResponseQuestion", "template_name": "freeresponcequestion", "w2v": true, "min_answers": 1, "one_right_answer": true}}]