{"id":20078108,"url":"https://github.com/quickblox/survey-generator","last_synced_at":"2025-08-10T21:04:02.130Z","repository":{"id":147244566,"uuid":"43483200","full_name":"QuickBlox/survey-generator","owner":"QuickBlox","description":"Survey Generator","archived":false,"fork":false,"pushed_at":"2015-10-21T08:44:54.000Z","size":1475,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":14,"default_branch":"gh-pages","last_synced_at":"2025-03-02T13:13:38.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuickBlox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-01T07:12:13.000Z","updated_at":"2015-10-07T13:39:24.000Z","dependencies_parsed_at":"2023-04-10T15:17:39.493Z","dependency_job_id":null,"html_url":"https://github.com/QuickBlox/survey-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/QuickBlox/survey-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickBlox%2Fsurvey-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickBlox%2Fsurvey-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickBlox%2Fsurvey-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickBlox%2Fsurvey-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuickBlox","download_url":"https://codeload.github.com/QuickBlox/survey-generator/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuickBlox%2Fsurvey-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269787312,"owners_count":24475714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T15:12:52.801Z","updated_at":"2025-08-10T21:04:02.100Z","avatar_url":"https://github.com/QuickBlox.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"QuickBlox Survey Generator\n=====\n\nAn elegant ready-to-go survey application.\n\n# Demo\nhttp://quickblox.github.io/survey-generator\n\n# How to build your own Survey application\n\nIf you want to build your own Survey, please do the following:\n\n\u003col\u003e\n\u003cli\u003eDownload the project from here.\u003c/li\u003e\n\u003cli\u003eRegister a QuickBlox account (if you don't have one yet): http://admin.quickblox.com/register\u003c/li\u003e\n\u003cli\u003eLog in to QuickBlox admin panel http://admin.quickblox.com/signin\u003c/li\u003e\n\u003cli\u003eCreate a new app\u003c/li\u003e\n\u003cli\u003eClick on the app title in the list to reveal the app details:\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/373137/10630906/fdfc8156-77e2-11e5-82e7-fa50ab5e4f6f.png\" alt=\"App credentials\"/\u003e\n\u003c/li\u003e\n\u003cli\u003eCopy credentials (App ID, Authorization key, Authorization secret) into \u003cb\u003econfig.js\u003c/b\u003e file.\u003c/li\u003e\n\u003cli\u003eIn order to post any answers you have to create a user. Go to \u003cb\u003eUsers\u003c/b\u003e module, click \u003cb\u003eAdd new users\u003c/b\u003e, enter login and password and also copy them into \u003cb\u003econfig.js\u003c/b\u003e file.\u003c/li\u003e\n\u003cli\u003eNext step is to create 2 classes in \u003cb\u003eCustom Objects\u003c/b\u003e module to store survey's questions and answers. Go to \u003cb\u003eCustom\u003c/b\u003e module, click \u003cb\u003eAdd new class\u003c/b\u003e and create 2 classes with the following schema:\n \n\u003cpre\u003e\n Name: SurveyQuestion\n Fields:\n  -type: String. Type of survey\n  -question: String. Question\n  -answers: Array of strings. Answers.\n  -has_alternative_answer: Bool. Will be true if the question has an alternative answer (textarea)\n  -order: Integer. Order of the question.\n\u003c/pre\u003e\n\u003cpre\u003e\n Name: SurveyAnswer\n Fields:\n  -type: String. Type of survey\n  -answers: Array of strings. Answers.\n  -full_name: String. Full name of a user\n  -email: String. Email name of a user\n\u003c/pre\u003e\n\u003c/li\u003e\n\u003cli\u003eFill \u003cb\u003eQUESTIONS_CLASS_NAME\u003c/b\u003e and \u003cb\u003eANSWERS_CLASS_NAME\u003c/b\u003e variables in \u003cb\u003econfig.js\u003c/b\u003e file.\u003c/li\u003e\n\u003cli\u003eAdd some data to these classes.\u003c/li\u003e\n\u003cli\u003eFill \u003cb\u003etypeSDK\u003c/b\u003e variable in \u003cb\u003econfig.js\u003c/b\u003e file. It should be equal to a value of \u003cb\u003etype\u003c/b\u003e field in your classes.\u003c/li\u003e\n \u003c/ol\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquickblox%2Fsurvey-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquickblox%2Fsurvey-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquickblox%2Fsurvey-generator/lists"}