17d09accb7only show interventions if condition is met. right now, only show one intervention per user and exercise
Thomas Hille
2017-02-28 17:29:52 +01:00
9c4b981bcbremoved unnecessary stuff in Ajax
Thomas Hille
2017-02-28 16:10:50 +01:00
3cc5695281modal angepasst
Thomas Hille
2017-02-28 16:09:07 +01:00
350913de79fixed LTI Spec
Thomas Hille
2017-02-28 16:06:53 +01:00
904868394aadded interventions being saved once they are fired
Thomas Hille
2017-02-28 16:06:45 +01:00
bfc96328c4added interventions back to code. added post method to be able to save interventions
Thomas Hille
2017-02-28 15:26:36 +01:00
3d7f5bdf1aadded intervention controller and stuff
Thomas Hille
2017-02-28 15:24:53 +01:00
2456f46b2bchanged name of intervention modal, timer in editor.js set text now. some time calculations in editor for interventions
Thomas Hille
2017-02-27 17:19:51 +01:00
b82018dd8fchanged some variable names
Thomas Hille
2017-02-27 16:08:15 +01:00
2caf4b123eadded intervention modals back into editor.js and html
Thomas Hille
2017-02-27 15:32:51 +01:00
b41a858762changed way working times are returned. builtin protection if exercise is new
Thomas Hille
2017-02-27 15:31:11 +01:00
1f141f440aadded fallback to recommendation if something went completely wrong
Thomas Hille
2017-02-27 13:50:18 +01:00
355e8af14bprivatized methods in proxy_exercise
Thomas Hille
2017-02-27 11:43:06 +01:00
66a2d8c992minor change
Thomas Hille
2017-02-27 10:40:36 +01:00
7a61d5a983tests
Thomas Hille
2017-02-27 10:39:59 +01:00
1eea3fab4clots of renaming to _ names instead of camelCase
Thomas Hille
2017-02-26 18:03:55 +01:00
f63b9eeb3cadded that users would only get exercises recommended which are max 1 level more difficult
Thomas Hille
2017-02-26 17:46:37 +01:00
1d75af51d2quick fix
Thomas Hille
2017-02-26 16:40:15 +01:00
5bbc124097improvement debug output
Thomas Hille
2017-02-24 17:26:24 +01:00
01470bff97fixed problem with wrong worktime calculations
Thomas Hille
2017-02-24 16:35:13 +01:00
fe8b04fcfcmore debugging infos
Thomas Hille
2017-02-23 19:12:22 +01:00
4796dd5c9dfind solved exercises of users now by fetching submissions with cause assess or submit
Thomas Hille
2017-02-23 15:44:16 +01:00
0f67297e2crecommendation also now returns easiest exercise as recommendation if no tag matched could be found findMatchingExercises only searched for assessed submissions to get processed exercises, fixed this to look at all submissions
Thomas Hille
2017-02-23 13:38:42 +01:00
9935cb3048default value for tag factor 1
Thomas Hille
2017-02-23 13:36:53 +01:00
d446fcb109fixed title in new tag
Thomas Hille
2017-02-23 13:36:36 +01:00
9bef1d8bb2recommendation also with lots of debugging messages looks promising
Thomas Hille
2017-02-22 15:58:35 +01:00
04c54549c5zwischenstand
Thomas Hille
2017-02-22 14:38:40 +01:00
d5b2ea4269added proxy exercise dispatching to LTI module. Submissions now set user before the exercise token gets validated. this we need to set the exercise behind the proxy exercise
Thomas Hille
2017-02-21 18:31:42 +01:00
16a3bad453renaming method
Thomas Hille
2017-02-21 13:35:50 +01:00
91e4680f85minor fix
Thomas Hille
2017-02-21 11:11:40 +01:00
f5b96f06cffixed typo
Thomas Hille
2017-02-16 11:41:35 +01:00
37774d8ed5added debug, fixed bugs in knowledge algorithm. was working fine with Exercise 50 and user 1817
Thomas Hille
2017-02-16 11:40:11 +01:00
fcb82d29a1quantiles are returned in array and not hash anymore. optional param failed, fixed
Thomas Hille
2017-02-16 11:39:26 +01:00
6acd5bb905added quantile calculations per exercise, added scoring matrix usage
Thomas Hille
2017-02-15 21:19:33 +01:00
eadaf9fd1badded matrix and score/time calculations
Thomas Hille
2017-02-15 17:12:46 +01:00
25087232ddadded relative knowledge loss function
Thomas Hille
2017-02-15 15:55:17 +01:00
4298e7050ebranched from prExtendByProxyExerciseAndTags
Thomas Hille
2017-02-15 11:32:12 +01:00
0db11884bcExtended Exercises by worktime, difficulty and tags, added ProxyExercises as prework for recommendations Tags can be added to exercises in the edit view. Tags can monitored under /tags. Added the concept of ProxyExercises which are a collection of Exercises. They can be found under /proxy_exercises Added Interventions as prework to show interventions later to the user. Added exercise/[:id]/working_time to return the working time of the user in this exercise and the average working time of all users in this exercise
Thomas Hille
2017-01-29 20:26:45 +01:00
8f927d5ac9some howto text for request_for_comment usage, changed background color of read-only editor.
Ralf Teusner
2017-03-15 16:15:29 +01:00
fce6bb3410CSS alert fixes for the internet explorer
Ralf Teusner
2017-03-15 11:51:09 +01:00
c37f675893clickthrough of alert banners, some more positioning, move them to front.
Ralf Teusner
2017-03-15 11:34:27 +01:00
5efa1e03afMerge pull request #92 from openHPI/fixed_error_messages
rteusner
2017-03-14 13:04:47 +01:00
b3acc29e25positioning of flash message
Ralf Teusner
2017-03-14 13:03:53 +01:00
3c9ecda0adMoved error messages to top of page
Alexander Kastius
2017-03-13 01:07:05 +01:00
dec45880b9fix edge compatibility in docker config file (wss:// --> wss: ). also clean up hash removal of url and add docker.yml to the files to be deployed by capistrano
Ralf Teusner
2017-03-07 18:09:31 +01:00
c474ac3d87removed invisible control characters
Ralf Teusner
2017-03-07 16:00:35 +01:00
4a1721c6aaswitch back from structure.sql to schema.rb
Ralf Teusner
2017-02-22 17:20:26 +01:00
9b8027e4c0replaced exit-command for containers from 'exit' to '#exit', otherwise it will always really exit the container (which is then in state: exited) if we execute it in bash.
Ralf Teusner
2017-02-14 13:35:21 +01:00
a52b27bb59render html and or markdown for feedback messages
Ralf Teusner
2017-02-08 16:19:41 +01:00
672303266eremoved relative_url_root for staging environment.
Tom Staubitz
2017-02-06 20:30:22 +01:00
76c7ddae9bremoved relative_url_root for staging environment.
Tom Staubitz
2017-02-06 20:30:22 +01:00
0ddcf3a5bbremove # from socket url...
Ralf Teusner
2017-02-03 18:29:22 +01:00
2d5125dfa2resize ace editors on toggle of description text
Ralf Teusner
2017-02-03 13:53:32 +01:00
a53e884cearefined previous commit
Tom Staubitz
2017-01-21 10:02:34 +01:00
0daf31e5adremoved un-i18n-ed text extension. At least in case of Python the output is wrong anyway in quite a lot of cases.
Tom Staubitz
2017-01-21 09:56:28 +01:00
a4d8acf96dremoved deprecated warnings again
Tom Staubitz
2017-01-19 21:33:52 +01:00
f64c70c5d7Merge pull request #84 from openHPI/lti_param_model
rteusner
2017-01-19 14:38:47 +01:00
4badd82d58fixed broken test
Tom Staubitz
2017-01-19 14:34:49 +01:00
95f90def8afix previous
Tom Staubitz
2017-01-18 13:51:46 +01:00
de79508efbrepLACED STRING WITH URL
Tom Staubitz
2017-01-18 13:45:30 +01:00
59f2ff436eremoved url helper from model
Tom Staubitz
2017-01-18 13:35:18 +01:00
721c11bf28fixed staging.rb according to rails update
Tom Staubitz
2017-01-18 11:28:27 +01:00
4674c057a4Fixed rejection of untagged images
Tom Staubitz
2017-01-18 11:10:34 +01:00
d8fa661c90changed back "action" to "to" in routes
Tom Staubitz
2017-01-18 10:52:24 +01:00
3a07e7d5f6Updated nokogiri
Tom Staubitz
2017-01-13 13:46:36 +01:00
e634caf408fixing tests final nice-up
Tom Staubitz
2017-01-13 11:11:15 +01:00
6bf73757aefixing tests p3
Tom Staubitz
2017-01-13 09:56:36 +01:00
4af24d4317fixing tests p2 lti_spec tests all passed
Tom Staubitz
2017-01-13 00:37:07 +01:00
5fe12bfa78fixing tests p1
Tom Staubitz
2017-01-12 18:12:36 +01:00
e4daa7ece3only destroy LTI_parameter when exercise is submitted
Tom Staubitz
2017-01-12 16:03:30 +01:00
43f1735fa0Merge commit '17f0f6fa9fa57f3fd4b124bb8371dd715ad34c15' into lti_param_model
Tom Staubitz
2017-01-12 15:12:54 +01:00
dd4c789fedreplaced session_paramerters with server params for security reasons cleaned up comments
Tom Staubitz
2017-01-12 15:10:34 +01:00
17f0f6fa9fprevent calls on nil
Ralf Teusner
2017-01-11 17:13:34 +01:00
254e8c65d1adjusted log levels for docker exit and kill messages
Ralf Teusner
2017-01-11 16:04:55 +01:00
ab5438d5edbumped excon to fix error in docker-api gem
Ralf Teusner
2017-01-05 14:49:55 +01:00
41a61a8507Fixed the destroy session logic. 1. an exercise_id is provided ==> only the LtiParameter object for the current user, consumer, and exercise is deleted. 2. no exercise_id is provided ==> external user and consumer are removed from the session, all LtiParameter objects for this user and consumer are deleted.
Tom Staubitz
2016-12-31 17:21:46 +01:00
edb813ab14added separate value for the actual external_id of the external user.
Tom Staubitz
2016-12-31 00:58:36 +01:00
f318c62818session[:external_user_id] has a somewhat misleading name. As the tests fail however, when the value that fits the name is entered, I switched it back to the old version.
Tom Staubitz
2016-12-31 00:51:07 +01:00
6f57eb0707tell travis to use postgres 9.5
Tom Staubitz
2016-12-31 00:22:20 +01:00
ca28e0aa87updated rails from 4.1.13 to 4.2.5. This is required for rails to make use of new features in postgres 9.5
Tom Staubitz
2016-12-31 00:05:23 +01:00
930f417a9fAdded setup instructions for adding a host-only network adapter. This is required so that codeocean on the VM can connect back to openHPI on the host machine.
Tom Staubitz
2016-12-30 09:48:21 +01:00
325ea25849Replaced session[:lti_parameters] with proper LtiParameter object. Removed all tests that would be failing
Tom Staubitz
2016-12-30 09:45:39 +01:00
6f1d8b2d38Marked more locations that might require to be changed when we switch from session to LtiParameters Object
Tom Staubitz
2016-12-27 07:48:59 +01:00
80e3453395Merge branch 'master' into lti_param_model
Tom Staubitz
2016-12-27 00:16:32 +01:00
730d76843bAdded some installer scripts for manual setup of local VBox environment running Debian Jessie
Tom Staubitz
2016-12-27 00:15:04 +01:00
f4c01879bfpreparations to replace session with lti_parameters object
Tom Staubitz
2016-12-27 00:13:41 +01:00