-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbackup.json
2 lines (2 loc) · 36.5 KB
/
backup.json
1
2
Tracking file by folder pattern: migrations
[{"model": "devops.quiz", "pk": 1, "fields": {"module": "build", "minpass": 80.0, "numq": 10}}, {"model": "devops.quiz", "pk": 2, "fields": {"module": "work", "minpass": 80.0, "numq": 11}}, {"model": "devops.quiz", "pk": 3, "fields": {"module": "incr", "minpass": 80.0, "numq": 7}}, {"model": "devops.quiz", "pk": 4, "fields": {"module": "comm", "minpass": 80.0, "numq": 10}}, {"model": "devops.quiz", "pk": 5, "fields": {"module": "flow", "minpass": 80.0, "numq": 10}}, {"model": "devops.quiz", "pk": 6, "fields": {"module": "test", "minpass": 80.0, "numq": 10}}, {"model": "devops.quiz", "pk": 7, "fields": {"module": "infra", "minpass": 80.0, "numq": 10}}, {"model": "devops.quiz", "pk": 8, "fields": {"module": "cloud", "minpass": 80.0, "numq": 10}}, {"model": "devops.quiz", "pk": 9, "fields": {"module": "micro", "minpass": 80.0, "numq": 10}}, {"model": "devops.quiz", "pk": 10, "fields": {"module": "monit", "minpass": 80.0, "numq": 10}}, {"model": "devops.quiz", "pk": 11, "fields": {"module": "secur", "minpass": 80.0, "numq": 10}}, {"model": "devops.quiz", "pk": 12, "fields": {"module": "sum", "minpass": 80.0, "numq": 10}}, {"model": "devops.question", "pk": 1, "fields": {"module": "build", "text": "Which of the following is an automated build tool?", "difficulty": 1, "qtype": "MCHOICE", "correct": "C", "answerA": "git", "answerB": "slack", "answerC": "make", "answerD": "Docker", "answerE": null}}, {"model": "devops.question", "pk": 2, "fields": {"module": "cloud", "text": "Which of the following is a cloud service provider?", "difficulty": 1, "qtype": "MCHOICE", "correct": "d", "answerA": "AWS", "answerB": "Azure", "answerC": "Google Cloud Services", "answerD": "All of the above", "answerE": null}}, {"model": "devops.question", "pk": 3, "fields": {"module": "comm", "text": "What is our main tool for communication in our course?", "difficulty": 1, "qtype": "MCHOICE", "correct": "d", "answerA": "git", "answerB": "Docker", "answerC": "Kubernetes", "answerD": "Slack", "answerE": null}}, {"model": "devops.question", "pk": 4, "fields": {"module": "work", "text": "Lean and agile development displaced the ____ model of development?", "difficulty": 1, "qtype": "MCHOICE", "correct": "d", "answerA": "unicorn", "answerB": "silo", "answerC": "all-at-once", "answerD": "waterfall", "answerE": null}}, {"model": "devops.question", "pk": 5, "fields": {"module": "incr", "text": "We develop incrementally because it....?", "difficulty": 2, "qtype": "MCHOICE", "correct": "d", "answerA": "increases programmer satisfaction", "answerB": "produces less buggy software", "answerC": "delivers value to the customers faster", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 6, "fields": {"module": "incr", "text": "Version control is an important part of incremental development because...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "a", "answerA": "it allows us to roll back changes easily", "answerB": "it permits auditors to see how much work has been done", "answerC": "\"if you don't know your past you won't know your future.\"", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 7, "fields": {"module": "build", "text": "We want to automate our builds because...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "d", "answerA": "it reduces errors", "answerB": "it documents the build process", "answerC": "it allows engineers to do more interesting work", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 8, "fields": {"module": "build", "text": "An advantage of documenting a process by automating it versus writing a document about how it is done is that...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "c", "answerA": "scripts are easier to read than prose", "answerB": "it gives programmers an edge over tech writers in producing the documentation", "answerC": "the script can't be out of date with the process, while a text description can be", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 9, "fields": {"module": "infra", "text": "We want to regard our infrastructure as software because...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "b", "answerA": "that is what Bill Gates would do", "answerB": "that allows us to automate that provisioning of infrastructure", "answerC": "software is cool, while hardware is not", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 10, "fields": {"module": "infra", "text": "Containers can best be conceived as...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "c", "answerA": "a new sort of thread", "answerB": "a different way to test software", "answerC": "lightweight virtual machines", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 11, "fields": {"module": "work", "text": "The division of labor is cited by Adam Smith as...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "a", "answerA": "increasing productivity", "answerB": "decreasing productivity", "answerC": "make workers smarter", "answerD": "making jobs more enjoyable", "answerE": null}}, {"model": "devops.question", "pk": 12, "fields": {"module": "work", "text": "One of the reasons the Waterfall Model often fails is...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "c", "answerA": "not enough advanced planning", "answerB": "the stages are not separated clearly enough in the model", "answerC": "we often only realize what software we need to build in the process of building it", "answerD": "none of the above", "answerE": null}}, {"model": "devops.question", "pk": 13, "fields": {"module": "work", "text": "The DevOps idea of incremental development can be seen as an extension of...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "b", "answerA": "monolithic mainframe applications", "answerB": "the UNIX style of development", "answerC": "an all-at-once development style", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 14, "fields": {"module": "work", "text": "When we set out to develop software, we...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "d", "answerA": "usually know all we need to know at the start", "answerB": "can easily plan everything in advance", "answerC": "should lock down all requirements right away", "answerD": "rarely know all we need to know at the start", "answerE": null}}, {"model": "devops.question", "pk": 15, "fields": {"module": "work", "text": "In software engineering, \"MVP\" stands for...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "a", "answerA": "minimum viable product", "answerB": "maximum value produced", "answerC": "major vehicle production", "answerD": "none of the above", "answerE": null}}, {"model": "devops.question", "pk": 16, "fields": {"module": "work", "text": "In the Lean paradigm of development, decisions about the product should be made...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "c", "answerA": "right at the start", "answerB": "as soon as possible", "answerC": "as late as possible", "answerD": "none of the above", "answerE": null}}, {"model": "devops.question", "pk": 17, "fields": {"module": "work", "text": "The term \"DevOps\" was created by combining the terms...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "a", "answerA": "development and operations", "answerB": "deviance and opacity", "answerC": "devilish and operatic", "answerD": "none of the above", "answerE": null}}, {"model": "devops.question", "pk": 18, "fields": {"module": "work", "text": "DevOps can be understood as the need for _____ to keep up with ______ development practices.", "difficulty": 1, "qtype": "MCHOICE", "correct": "d", "answerA": "Lean and Agile, operations", "answerB": "development, Lean and Agile", "answerC": "development, operations", "answerD": "operations, Lean and Agile", "answerE": null}}, {"model": "devops.question", "pk": 19, "fields": {"module": "work", "text": "The advantages of incremental development include...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "d", "answerA": "value is delivered to customers more rapidly", "answerB": "testing becomes easier", "answerC": "programmer job satisfaction increases", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 20, "fields": {"module": "work", "text": "Automated testing is an important part of DevOps because...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "a", "answerA": "It enables rapid deployment of new software", "answerB": "\"Automated\" has a nice sound to it", "answerC": "It saves money in hiring testers.", "answerD": "none of the above", "answerE": null}}, {"model": "devops.question", "pk": 21, "fields": {"module": "comm", "text": "Testing should be done on...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "c", "answerA": "only the most crucial code in the application", "answerB": "all of the application code", "answerC": "all of the application code AND all of the infrastructure code", "answerD": "none of the above", "answerE": null}}, {"model": "devops.question", "pk": 22, "fields": {"module": "comm", "text": "In DevOps, \"silos\" refers to the fact that...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "a", "answerA": "departments in organizations often seemed sealed off from each other", "answerB": "good software should be divided into \"silos\"", "answerC": "granaries are major users of software", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 23, "fields": {"module": "comm", "text": "We want to script our environment so that...?", "difficulty": 2, "qtype": "MCHOICE", "correct": "d", "answerA": "environments are always in a known state", "answerB": "we lessen the chance that knowledge is locked in team members' heads", "answerC": "deployments are more predictable and repeatable", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 24, "fields": {"module": "comm", "text": "\"Chaos Monkey\" is...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "a", "answerA": "a tool Netflix developed to intentionally crash their servers", "answerB": "a description of who is in charge of most software projects", "answerC": "the state of infrastructure before DevOps", "answerD": "none of the above", "answerE": null}}, {"model": "devops.question", "pk": 25, "fields": {"module": "comm", "text": "The right artifacts of a project to put under version control are...?", "difficulty": 2, "qtype": "MCHOICE", "correct": "d", "answerA": "project source code", "answerB": "scripts to build the project infrastructure", "answerC": "project documentation", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 26, "fields": {"module": "comm", "text": "If we version control everything about our project, we...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "c", "answerA": "create a big mess no one could understand", "answerB": "waste a lot of time", "answerC": "establish a single source of truth for the system", "answerD": "clog our version control system with trivial stuff", "answerE": null}}, {"model": "devops.question", "pk": 27, "fields": {"module": "comm", "text": "Who should have \"ownership\" (be able to change) parts of a product in an agile team?", "difficulty": 2, "qtype": "MCHOICE", "correct": "b", "answerA": "only the creator of that part", "answerB": "anyone on the team", "answerC": "only the project supervisor", "answerD": "only the system administrator", "answerE": null}}, {"model": "devops.question", "pk": 28, "fields": {"module": "comm", "text": "A poly-skilled engineer", "difficulty": 1, "qtype": "MCHOICE", "correct": "c", "answerA": "graduated from NYU Poly", "answerB": "knows several languages", "answerC": "knows all parts of the technology their team uses", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 29, "fields": {"module": "comm", "text": "An advantage Slack has over email threads is", "difficulty": 1, "qtype": "MCHOICE", "correct": "d", "answerA": "people can join and leave threads as they need to", "answerB": "people won't forget to include someone who needs to see a message", "answerC": "it is easy to bring in a new person and have them pick up on the whole conversation", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 30, "fields": {"module": "incr", "text": "git and GitHub are...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "b", "answerA": "just different names for the same software", "answerB": "very different: git is the basic version control software, while GitHub is a place to store git repos", "answerC": "entirely unrelated", "answerD": "none of the above", "answerE": null}}, {"model": "devops.question", "pk": 31, "fields": {"module": "incr", "text": "Commit messages in git are...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "a", "answerA": "important to communicate to team members what you are up to", "answerB": "unimportant and should be ignored", "answerC": "can be the same for every commit", "answerD": "generated automatically", "answerE": null}}, {"model": "devops.question", "pk": 32, "fields": {"module": "incr", "text": "We use \"git clone\" to...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "c", "answerA": "add a clone of a file to a repo", "answerB": "turn one repo into two repos", "answerC": "make a local copy of a repo", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 33, "fields": {"module": "incr", "text": "If we see text like \"<<<<< HEAD:file.txt\" inserted into a file, that is...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "c", "answerA": "the header for the file", "answerB": "a UNIX command accidentally inserted in the file", "answerC": "git showing us where a conflict is in file.txt", "answerD": "none of the above", "answerE": null}}, {"model": "devops.question", "pk": 34, "fields": {"module": "incr", "text": "If you type 'git pull origin master' then master is...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "a", "answerA": "the branch you are pulling", "answerB": "the level of difficulty of the pull", "answerC": "the repo you are pulling from", "answerD": "how much git should try to force the pull", "answerE": null}}, {"model": "devops.question", "pk": 35, "fields": {"module": "incr", "text": "Incremental and iterative development were a response to failures in...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "b", "answerA": "functional programming", "answerB": "the waterfall model", "answerC": "test-driven development", "answerD": "resume-driven development", "answerE": null}}, {"model": "devops.question", "pk": 36, "fields": {"module": "incr", "text": "The problem with describing a server setup in a detailed document is...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "d", "answerA": "an engineer has to manually do the setup", "answerB": "the document will get out of date", "answerC": "the document is likely to miss some \"obvious\" step", "answerD": "all of the above", "answerE": null}}, {"model": "devops.question", "pk": 37, "fields": {"module": "incr", "text": "Automated deployment should be coupled with...?", "difficulty": 1, "qtype": "MCHOICE", "correct": "a", "answerA": "automated tests", "answerB": "manual steps to make sure the sys admin is on their toes", "answerC": "manual configuration", "answerD": "none of the above", "answerE": null}}, {"model": "auth.user", "pk": 1, "fields": {"password": "pbkdf2_sha256$120000$DyE0cSjteqYy$zRFCYqtYBZMh+i5J00wY1yp5hJc64LTVsr5StoAVn9w=", "last_login": "2018-09-23T19:13:32.369Z", "is_superuser": true, "username": "gcallah", "first_name": "", "last_name": "", "email": "[email protected]", "is_staff": true, "is_active": true, "date_joined": "2018-08-25T20:41:00.068Z", "groups": [], "user_permissions": []}}, {"model": "auth.user", "pk": 2, "fields": {"password": "pbkdf2_sha256$120000$82PPBOtFz61c$mXRpAHwDW3199evD3mtqGmJPVuDzUhFYkrUVK04w2Sw=", "last_login": "2018-09-19T01:58:18.532Z", "is_superuser": false, "username": "robot_worker", "first_name": "Robot", "last_name": "Worker", "email": "[email protected]", "is_staff": false, "is_active": true, "date_joined": "2018-09-12T17:24:16Z", "groups": [], "user_permissions": []}}, {"model": "auth.user", "pk": 3, "fields": {"password": "pbkdf2_sha256$120000$owtlrITQE8HO$xFkjOFRxZoo62a5alpSJk+i+qZLGMzTLkSYroaUK98M=", "last_login": "2018-09-20T21:06:56.631Z", "is_superuser": true, "username": "felix", "first_name": "", "last_name": "", "email": "[email protected]", "is_staff": true, "is_active": true, "date_joined": "2018-09-20T20:59:42.023Z", "groups": [], "user_permissions": []}}, {"model": "sessions.session", "pk": "2ta4mtd5y9ejrmtb03ts53qxwhzglbzy", "fields": {"session_data": "MmVjMWUxZmNkMDg5ZTg5Y2QyMDQ1Y2NlZmNjYjM3Yjg5MGFhNzY1ODp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJkYjJmODliNjEwOTg3YWRiMWI4NjQ0OTU2OThmMTVlYzRlYmM0ZjZlIn0=", "expire_date": "2018-10-04T20:31:08.300Z"}}, {"model": "sessions.session", "pk": "atp0n5zdy8w5vdagpjidglawznhfbsat", "fields": {"session_data": "ZDc3OTg2YTRmNmI4NGE2MWZiNzkyNDIyMzNjYzYxZmEzOGNhMmJhYTp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJiYzhmNjZhZGEwYWE4YWNhZDM2ODJjZDQ5ZGFkZjlhMTRjM2ZjZDk4In0=", "expire_date": "2018-09-08T20:41:21.915Z"}}, {"model": "sessions.session", "pk": "efug1rns7dj76jptnfx0ebimbvdipyc4", "fields": {"session_data": "MmVjMWUxZmNkMDg5ZTg5Y2QyMDQ1Y2NlZmNjYjM3Yjg5MGFhNzY1ODp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJkYjJmODliNjEwOTg3YWRiMWI4NjQ0OTU2OThmMTVlYzRlYmM0ZjZlIn0=", "expire_date": "2018-10-07T04:13:24.885Z"}}, {"model": "sessions.session", "pk": "jah2gqivddmp1zlg479bpod7zdf098j0", "fields": {"session_data": "M2RhM2UwMjU1MmJiZWVhZjIyZDZkODM1YzhhNmMyMDA3Y2E3MzljNTp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9oYXNoIjoiZGIyZjg5YjYxMDk4N2FkYjFiODY0NDk1Njk4ZjE1ZWM0ZWJjNGY2ZSIsIl9hdXRoX3VzZXJfYmFja2VuZCI6ImRqYW5nby5jb250cmliLmF1dGguYmFja2VuZHMuTW9kZWxCYWNrZW5kIn0=", "expire_date": "2018-10-07T19:13:32.371Z"}}, {"model": "sessions.session", "pk": "ni3qvaol2bso6l5c8iwaglfo9qwwbz3y", "fields": {"session_data": "MmVjMWUxZmNkMDg5ZTg5Y2QyMDQ1Y2NlZmNjYjM3Yjg5MGFhNzY1ODp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJkYjJmODliNjEwOTg3YWRiMWI4NjQ0OTU2OThmMTVlYzRlYmM0ZjZlIn0=", "expire_date": "2018-10-02T01:21:07.920Z"}}, {"model": "sessions.session", "pk": "npm37ofnrujkdfisartump9wkag6s38u", "fields": {"session_data": "Y2ZjODQ1ZWFjNzI4ODFmNWU1Y2ExMTZmNTJlNTg1ZDgwYjljOGViYTp7Il9hdXRoX3VzZXJfaWQiOiIzIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJkZjU5ZjQ5NjhjYmVmZGU3MmNjMjQzMTMwYjFlNTY5YzExYTFhNmZkIn0=", "expire_date": "2018-10-04T21:06:56.659Z"}}, {"model": "sessions.session", "pk": "v13dzrsp3tu8srcrp77tyia1p6e1ju4u", "fields": {"session_data": "ZWEwZjgyZDA0YmZhZjNlN2VlYjVkOTJlZTI5YmQ0MmVjZWM3NWI3Njp7Il9hdXRoX3VzZXJfaWQiOiIyIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJjNWY4YTRkYTFlMGI2OTQ4YTNlZDA3ZjUyYzI4OGZmMTU4MWQ5ZjVmIn0=", "expire_date": "2018-09-26T19:52:25.245Z"}}, {"model": "sessions.session", "pk": "wgsmgs207ac357xa2fxplar0et597tdr", "fields": {"session_data": "MmVjMWUxZmNkMDg5ZTg5Y2QyMDQ1Y2NlZmNjYjM3Yjg5MGFhNzY1ODp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJkYjJmODliNjEwOTg3YWRiMWI4NjQ0OTU2OThmMTVlYzRlYmM0ZjZlIn0=", "expire_date": "2018-10-03T01:42:35.639Z"}}, {"model": "sessions.session", "pk": "xz16k87gg0zfmf9iz32f07ueh2jh7blt", "fields": {"session_data": "MmVjMWUxZmNkMDg5ZTg5Y2QyMDQ1Y2NlZmNjYjM3Yjg5MGFhNzY1ODp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJkYjJmODliNjEwOTg3YWRiMWI4NjQ0OTU2OThmMTVlYzRlYmM0ZjZlIn0=", "expire_date": "2018-10-04T20:08:15.838Z"}}, {"model": "admin.logentry", "pk": 1, "fields": {"action_time": "2018-08-28T06:24:59.158Z", "user": 1, "content_type": 8, "object_id": "1", "object_repr": "Quiz for build", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 2, "fields": {"action_time": "2018-08-28T06:26:17.236Z", "user": 1, "content_type": 7, "object_id": "1", "object_repr": "Which of the following is an automated build tool?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 3, "fields": {"action_time": "2018-08-28T06:50:15.393Z", "user": 1, "content_type": 7, "object_id": "2", "object_repr": "Which of the following is a cloud service provider?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 4, "fields": {"action_time": "2018-08-28T07:31:04.353Z", "user": 1, "content_type": 7, "object_id": "3", "object_repr": "What is our main tool for communication in our course?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 5, "fields": {"action_time": "2018-08-29T04:45:05.584Z", "user": 1, "content_type": 7, "object_id": "4", "object_repr": "Lean and agile development displaced the ____ model of development?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 6, "fields": {"action_time": "2018-08-29T04:47:07.266Z", "user": 1, "content_type": 7, "object_id": "5", "object_repr": "We develop incrementally because it....?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 7, "fields": {"action_time": "2018-08-29T04:49:25.947Z", "user": 1, "content_type": 7, "object_id": "6", "object_repr": "Version control is an important part of incremental development because...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 8, "fields": {"action_time": "2018-08-29T04:52:28.601Z", "user": 1, "content_type": 7, "object_id": "7", "object_repr": "We want to automate our builds because...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 9, "fields": {"action_time": "2018-08-29T05:03:14.268Z", "user": 1, "content_type": 7, "object_id": "8", "object_repr": "An advantage of documenting a process by automating it versus writing a document about how it is done is that...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 10, "fields": {"action_time": "2018-08-29T07:14:41.506Z", "user": 1, "content_type": 7, "object_id": "9", "object_repr": "We want to regard our infrastructure as software because...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 11, "fields": {"action_time": "2018-08-29T07:17:52.730Z", "user": 1, "content_type": 7, "object_id": "10", "object_repr": "Containers can best be conceived as...\"", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 12, "fields": {"action_time": "2018-08-29T07:18:27.121Z", "user": 1, "content_type": 7, "object_id": "10", "object_repr": "Containers can best be conceived as...?", "action_flag": 2, "change_message": "[{\"changed\": {\"fields\": [\"text\"]}}]"}}, {"model": "admin.logentry", "pk": 13, "fields": {"action_time": "2018-08-30T04:51:58.613Z", "user": 1, "content_type": 7, "object_id": "11", "object_repr": "The division of labor is cited by Adam Smith as...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 14, "fields": {"action_time": "2018-08-30T04:53:33.605Z", "user": 1, "content_type": 7, "object_id": "12", "object_repr": "One of the reasons the Waterfall Model often fails is...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 15, "fields": {"action_time": "2018-08-30T04:55:22.991Z", "user": 1, "content_type": 7, "object_id": "13", "object_repr": "The DevOps idea of incremental development can be seen as an extension of...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 16, "fields": {"action_time": "2018-08-30T05:17:19.404Z", "user": 1, "content_type": 7, "object_id": "14", "object_repr": "When we set out to develop software, we...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 17, "fields": {"action_time": "2018-08-30T05:30:05.885Z", "user": 1, "content_type": 7, "object_id": "15", "object_repr": "In software engineering, \"MVP\" stands for...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 18, "fields": {"action_time": "2018-08-30T05:37:32.742Z", "user": 1, "content_type": 7, "object_id": "16", "object_repr": "In the Lean paradigm of development, decisions about the product should be made...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 19, "fields": {"action_time": "2018-08-30T05:56:31.643Z", "user": 1, "content_type": 7, "object_id": "17", "object_repr": "The term \"DevOps\" was created by combining the terms...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 20, "fields": {"action_time": "2018-08-30T06:04:49.481Z", "user": 1, "content_type": 7, "object_id": "18", "object_repr": "DevOps can be understood as the need for _____ to keep up with ______ development practices.", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 21, "fields": {"action_time": "2018-08-30T06:23:47.626Z", "user": 1, "content_type": 7, "object_id": "19", "object_repr": "The advantages of incremental development include...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 22, "fields": {"action_time": "2018-08-31T04:56:35.195Z", "user": 1, "content_type": 7, "object_id": "20", "object_repr": "Automated testing is an important part of DevOps because...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 23, "fields": {"action_time": "2018-09-03T04:50:49.174Z", "user": 1, "content_type": 7, "object_id": "21", "object_repr": "Testing should be done on...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 24, "fields": {"action_time": "2018-09-03T04:55:03.692Z", "user": 1, "content_type": 7, "object_id": "22", "object_repr": "In DevOps, \"silos\" refers to the fact that...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 25, "fields": {"action_time": "2018-09-03T04:57:32.675Z", "user": 1, "content_type": 7, "object_id": "23", "object_repr": "We want to script our environment so that...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 26, "fields": {"action_time": "2018-09-03T05:08:16.050Z", "user": 1, "content_type": 7, "object_id": "24", "object_repr": "\"Chaos Monkey\" is...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 27, "fields": {"action_time": "2018-09-03T05:09:47.608Z", "user": 1, "content_type": 7, "object_id": "25", "object_repr": "The right artifacts of a project to put under version control are...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 28, "fields": {"action_time": "2018-09-03T05:10:35.265Z", "user": 1, "content_type": 7, "object_id": "23", "object_repr": "We want to script our environment so that...?", "action_flag": 2, "change_message": "[{\"changed\": {\"fields\": [\"answerD\"]}}]"}}, {"model": "admin.logentry", "pk": 29, "fields": {"action_time": "2018-09-03T05:12:25.277Z", "user": 1, "content_type": 7, "object_id": "26", "object_repr": "If we version control everything about our project, we...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 30, "fields": {"action_time": "2018-09-03T05:18:36.862Z", "user": 1, "content_type": 7, "object_id": "27", "object_repr": "Who should have \"ownership\" (be able to change) parts of a product in an agile team?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 31, "fields": {"action_time": "2018-09-03T05:19:58.519Z", "user": 1, "content_type": 7, "object_id": "28", "object_repr": "A poly-skilled engineer", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 32, "fields": {"action_time": "2018-09-03T05:38:53.385Z", "user": 1, "content_type": 7, "object_id": "29", "object_repr": "An advantage Slack has over email threads is", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 33, "fields": {"action_time": "2018-09-04T13:07:38.908Z", "user": 1, "content_type": 7, "object_id": "30", "object_repr": "git and GitHub are...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 34, "fields": {"action_time": "2018-09-04T13:09:29.611Z", "user": 1, "content_type": 7, "object_id": "31", "object_repr": "Commit messages in git are...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 35, "fields": {"action_time": "2018-09-04T13:31:15.066Z", "user": 1, "content_type": 7, "object_id": "32", "object_repr": "We use \"git clone\" to...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 36, "fields": {"action_time": "2018-09-12T17:24:16.451Z", "user": 1, "content_type": 4, "object_id": "2", "object_repr": "test_user", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 37, "fields": {"action_time": "2018-09-12T17:25:26.132Z", "user": 1, "content_type": 4, "object_id": "2", "object_repr": "robot_worker", "action_flag": 2, "change_message": "[{\"changed\": {\"fields\": [\"username\", \"first_name\", \"last_name\", \"email\", \"last_login\"]}}]"}}, {"model": "admin.logentry", "pk": 38, "fields": {"action_time": "2018-09-19T01:43:57.962Z", "user": 1, "content_type": 8, "object_id": "2", "object_repr": "Quiz for work", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 39, "fields": {"action_time": "2018-09-20T20:14:09.062Z", "user": 1, "content_type": 7, "object_id": "33", "object_repr": "If we see text like \"<<<<< HEAD:file.txt\" inserted into a file, that is...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 40, "fields": {"action_time": "2018-09-20T20:17:21.066Z", "user": 1, "content_type": 7, "object_id": "34", "object_repr": "If you type \"git pull origin master\" then master is...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 41, "fields": {"action_time": "2018-09-20T20:27:06.784Z", "user": 1, "content_type": 7, "object_id": "34", "object_repr": "If you type 'git pull origin master' then master is...?", "action_flag": 2, "change_message": "[{\"changed\": {\"fields\": [\"text\"]}}]"}}, {"model": "admin.logentry", "pk": 42, "fields": {"action_time": "2018-09-20T20:33:15.514Z", "user": 1, "content_type": 8, "object_id": "3", "object_repr": "Quiz for incr", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 43, "fields": {"action_time": "2018-09-20T21:25:13.326Z", "user": 3, "content_type": 8, "object_id": "4", "object_repr": "Quiz for comm", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 44, "fields": {"action_time": "2018-09-20T21:26:05.489Z", "user": 3, "content_type": 8, "object_id": "5", "object_repr": "Quiz for flow", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 45, "fields": {"action_time": "2018-09-20T21:26:22.683Z", "user": 3, "content_type": 8, "object_id": "6", "object_repr": "Quiz for test", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 46, "fields": {"action_time": "2018-09-20T21:26:30.926Z", "user": 3, "content_type": 8, "object_id": "7", "object_repr": "Quiz for infra", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 47, "fields": {"action_time": "2018-09-20T21:26:36.815Z", "user": 3, "content_type": 8, "object_id": "8", "object_repr": "Quiz for cloud", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 48, "fields": {"action_time": "2018-09-20T21:26:42.218Z", "user": 3, "content_type": 8, "object_id": "9", "object_repr": "Quiz for micro", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 49, "fields": {"action_time": "2018-09-20T21:26:47.750Z", "user": 3, "content_type": 8, "object_id": "10", "object_repr": "Quiz for monit", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 50, "fields": {"action_time": "2018-09-20T21:26:53.755Z", "user": 3, "content_type": 8, "object_id": "11", "object_repr": "Quiz for secur", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 51, "fields": {"action_time": "2018-09-20T21:26:59.428Z", "user": 3, "content_type": 8, "object_id": "12", "object_repr": "Quiz for sum", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 52, "fields": {"action_time": "2018-09-23T04:17:11.874Z", "user": 1, "content_type": 7, "object_id": "35", "object_repr": "Incremental and iterative development were a response to failures in...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 53, "fields": {"action_time": "2018-09-23T04:21:07.523Z", "user": 1, "content_type": 7, "object_id": "36", "object_repr": "The problem with describing a server setup in a detailed document is...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "admin.logentry", "pk": 54, "fields": {"action_time": "2018-09-23T04:23:40.322Z", "user": 1, "content_type": 7, "object_id": "37", "object_repr": "Automated deployment should be coupled with...?", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "devops.grade", "pk": 1, "fields": {"quiz": 2, "score": "36.36", "participant": 1, "record_date": "2018-09-19T01:46:58.155Z", "quiz_name": "work"}}, {"model": "devops.grade", "pk": 2, "fields": {"quiz": 2, "score": "36.36", "participant": 2, "record_date": "2018-09-19T01:58:40.507Z", "quiz_name": "work"}}, {"model": "devops.grade", "pk": 3, "fields": {"quiz": 2, "score": "100.00", "participant": 1, "record_date": "2018-09-20T20:21:00.139Z", "quiz_name": "work"}}, {"model": "devops.grade", "pk": 4, "fields": {"quiz": 3, "score": "14.29", "participant": 1, "record_date": "2018-09-20T20:39:18.384Z", "quiz_name": "incr"}}, {"model": "devops.grade", "pk": 5, "fields": {"quiz": 1, "score": "33.33", "participant": 1, "record_date": "2018-09-20T21:41:13.164Z", "quiz_name": "build"}}, {"model": "devops.grade", "pk": 6, "fields": {"quiz": 2, "score": "36.36", "participant": 3, "record_date": "2018-09-20T22:00:28.965Z", "quiz_name": "work"}}, {"model": "devops.grade", "pk": 7, "fields": {"quiz": 4, "score": "20.00", "participant": 3, "record_date": "2018-09-20T22:01:00.948Z", "quiz_name": "comm"}}, {"model": "devops.grade", "pk": 8, "fields": {"quiz": 3, "score": "42.86", "participant": 3, "record_date": "2018-09-20T22:01:48.370Z", "quiz_name": "incr"}}, {"model": "devops.grade", "pk": 9, "fields": {"quiz": 1, "score": "0.00", "participant": 3, "record_date": "2018-09-20T22:02:09.225Z", "quiz_name": "build"}}, {"model": "devops.grade", "pk": 10, "fields": {"quiz": 7, "score": "0.00", "participant": 3, "record_date": "2018-09-20T22:02:26.607Z", "quiz_name": "infra"}}, {"model": "devops.grade", "pk": 11, "fields": {"quiz": 8, "score": "0.00", "participant": 3, "record_date": "2018-09-20T22:02:33.119Z", "quiz_name": "cloud"}}, {"model": "devops.grade", "pk": 12, "fields": {"quiz": 7, "score": "100.00", "participant": 3, "record_date": "2018-09-20T22:04:24.456Z", "quiz_name": "infra"}}, {"model": "devops.grade", "pk": 13, "fields": {"quiz": 2, "score": "27.27", "participant": 1, "record_date": "2018-09-20T22:08:09.764Z", "quiz_name": "work"}}, {"model": "devops.grade", "pk": 14, "fields": {"quiz": 3, "score": "28.57", "participant": 1, "record_date": "2018-09-20T22:08:50.808Z", "quiz_name": "incr"}}, {"model": "devops.grade", "pk": 15, "fields": {"quiz": 4, "score": "10.00", "participant": 1, "record_date": "2018-09-20T23:17:24.177Z", "quiz_name": "comm"}}, {"model": "devops.grade", "pk": 16, "fields": {"quiz": 1, "score": "100.00", "participant": 1, "record_date": "2018-09-21T16:09:26.628Z", "quiz_name": "build"}}, {"model": "devops.grade", "pk": 17, "fields": {"quiz": 4, "score": "70.00", "participant": 1, "record_date": "2018-09-22T00:44:56.031Z", "quiz_name": "comm"}}]