You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The evaluation server is a rails application capable to support the evaluation of websites. Currently its main use is the evaluation of x3dom software visualizations.
4
4
5
-
### features ###
5
+
##Features
6
6
7
7
* administration of different experiments
8
8
* creation of different question types
9
9
* random assignment of participants to different scenes
10
10
* export of results
11
11
* login only required fpr administrative functions
12
12
13
-
### Setup ###
14
-
15
-
#### Docker ####
16
-
17
-
* Run `docker-compose up` in the evaluationserver directory
18
-
* Open `localhost:8081` in your web browser
19
-
20
-
#### manual setup ####
21
-
13
+
<!--
14
+
#### manual setup ####-->
15
+
<!--
22
16
* install Ruby in version 2.0 or above (along with ruby, bundler, rake)
23
17
* install mySQL oder equivalent drop-in-replacement (e.g. MariaDB)
24
18
* create mySQL user
@@ -28,3 +22,4 @@ The evaluation server is a rails application capable to support the evaluation o
0 commit comments