├── assets └── showcase.png └── README.adoc /assets/showcase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/particify/arsnova/HEAD/assets/showcase.png -------------------------------------------------------------------------------- /README.adoc: -------------------------------------------------------------------------------- 1 | = ARSnova 2 | Particify 3 | :imagesdir: assets 4 | 5 | ARSnova is a modern, web-based approach to Audience Response Systems (ARS). 6 | It is the basis for the https://particify.de[online service Particify] and released under an open-source license. 7 | 8 | image::showcase.png[A showcase of ARSnova's quiz feature,700] 9 | 10 | This repository serves as an entry point to the project but does not contain the software itself. 11 | 12 | 13 | == Features 14 | 15 | * **Comments and Q & A:** 16 | Let your audience create and prioritize comments or questions which you can answer. 17 | * **Quizzes and evaluations:** 18 | Select from multiple formats for quiz questions including multiple choice, likert scale, open question and sorting. 19 | * **Live updates:** 20 | Keep track of results and comments in real-time. 21 | * **Collections:** 22 | Organize quizzes or evaluations. 23 | * **Moderation:** 24 | Review comments before they are published. Assign additional users as moderators. 25 | * **Feedback:** 26 | Realize early when the audience can no longer follow. 27 | 28 | 29 | == Get started 30 | 31 | A good starting point to run ARSnova yourself is the https://gitlab.com/particify/dev/foss/docker-orchestration[Docker Orchestration repository]. 32 | 33 | Documentation for end-users, administrators and developers is available: 34 | 35 | * https://particify.de/manual/[End-user documentation] (German only, an English version is planned) 36 | * https://gitlab.com/particify/dev/foss/docker-orchestration[Installation guide] 37 | * For developers: Refer to the documentation in the individual component repositories. 38 | 39 | 40 | == Components 41 | 42 | The ARSnova software is composed of multiple components: 43 | the https://gitlab.com/particify/dev/foss/arsnova-webclient[web client] and multiple backend services. 44 | 45 | These are the open-source components with their own repositories: 46 | 47 | * https://gitlab.com/particify/dev/foss/arsnova-webclient[Web Client] 48 | * https://gitlab.com/particify/dev/foss/arsnova-http-gateway[HTTP Gateway] 49 | * https://gitlab.com/particify/dev/foss/arsnova-ws-gateway[WebSocket Gateway] 50 | * https://gitlab.com/particify/dev/foss/arsnova-auth-service[Auth Service] 51 | * https://gitlab.com/particify/dev/foss/arsnova-backend[Core Backend Service] 52 | * https://gitlab.com/particify/dev/foss/arsnova-comment-service[Comment Service] 53 | * https://gitlab.com/particify/dev/foss/formatting-service[Formatting Service] 54 | 55 | 56 | == Releases 57 | 58 | Starting from version 3, we are using a rolling release model for ARSnova development. 59 | We provide container images for all services which are continuously updated. 60 | 61 | 62 | == Support 63 | 64 | === Community support 65 | 66 | Discuss ARSnova-related questions with other ARSnova users: 67 | 68 | * General discussions: https://gitter.im/particify-foss/arsnova-community 69 | * Development-related discussions: https://gitter.im/particify-foss/arsnova-dev 70 | 71 | 72 | === Commercial support 73 | 74 | If you need professional support with quick response times, we've got you covered. 75 | We offer https://particify.de/arsnova/dienstleistungen[support services around ARSnova] (German website) through Particify which include: 76 | 77 | * installation and integration 78 | * updates and data migration 79 | * customization 80 | --------------------------------------------------------------------------------