Maximilian Grundke
119cc9ee71
Scaffold exercise collection statistics
2018-03-14 11:44:18 +01:00
Maximilian Grundke
7031dd389e
Scaffold controller and route
2018-03-13 16:41:43 +01:00
rteusner
0a66a5b758
Merge pull request #134 from openHPI/user_exercise_feedback_backend
...
User exercise feedback backend UI
2017-11-15 14:19:04 +01:00
Maximilian Grundke
c5c42ca3bc
Show list of feedback messages for specific exercises
2017-11-08 22:31:01 +01:00
Ralf Teusner
1551498358
Merge branch 'master' into user_exercise_feedback_backend
...
# Conflicts:
# app/views/application/_navigation.html.slim
2017-11-01 10:29:43 +01:00
Maximilian Grundke
d353dbaf5b
Implement index action. Repair destroy
2017-10-15 18:23:58 +02:00
Maximilian Grundke
9bebbe9a6c
Merge remote-tracking branch 'origin/master' into error-info
...
# Conflicts:
# app/controllers/concerns/submission_scoring.rb
# app/views/application/_navigation.html.slim
# config/locales/de.yml
# config/locales/en.yml
# db/schema.rb
2017-10-15 17:02:19 +02:00
Maximilian Grundke
44a3cabe98
Scaffold exercise collection routes
2017-09-27 16:08:56 +02:00
Maximilian Grundke
cea2781417
Implement unsubscribe route to delete subscriptions
2017-09-13 11:57:34 +02:00
Maximilian Grundke
2d1830edec
Add subscription policy
2017-09-13 07:55:15 +02:00
Maximilian Grundke
6aaa0f3bca
Remove code to delete all comments on one line and restore default delete route for comments
2017-08-25 18:15:02 +02:00
Maximilian Grundke
530e727d6e
Merge remote-tracking branch 'origin/master' into error-info
2017-08-23 14:51:53 +02:00
Maximilian Grundke
45fdbce57d
Allow updating comments
2017-08-17 14:13:33 +02:00
Maximilian Grundke
28605fbe9b
Support adding and removing attributes of error templates
2017-07-12 21:25:18 +02:00
Maximilian Grundke
0c8c8562f5
Scaffold error template attributes
2017-07-12 11:58:18 +02:00
Maximilian Grundke
4d38195c99
Scaffold error_templates UI
2017-07-12 10:11:52 +02:00
Maximilian Grundke
f0fb52d92a
Add thank you note to rfc
2017-06-08 16:46:15 +02:00
Ralf Teusner
d053850572
fixed response in order to redirect correctly on ajax requests. Fixed policy
2017-04-18 16:51:02 +02:00
Thomas Hille
e4d28452bf
save progress
2017-04-11 16:29:29 +02:00
Thomas Hille
73c3b902a3
save progress. added user feedback view and stuff
2017-04-11 15:00:35 +02:00
Ralf Teusner
58f76f53e6
added a search for request_for_comments.
...
fixed translation of model for request_for_comments
2017-04-03 19:49:03 +02:00
Thomas Hille
3f398c6047
add feedback for exercises
2017-03-30 22:06:17 +02:00
Thomas Hille
b05bb27ed9
search is now saved asynchron and without a form which caused some redirection through searches_controller
...
added asynchronous save of search, removed searches_controller,
2017-03-21 14:37:32 +01:00
Thomas Hille
695b8946f6
added search intervention. search opens new tab with search in the java course (at least in chrome)
...
send only 3 interventions per exercise at maximum
2017-03-21 10:31:33 +01:00
Thomas Hille
bfc96328c4
added interventions back to code. added post method to be able to save interventions
2017-03-21 10:31:33 +01:00
Thomas Hille
3d7f5bdf1a
added intervention controller and stuff
2017-03-21 10:31:32 +01:00
Thomas Hille
0db11884bc
Extended 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
2017-03-21 10:31:32 +01:00
yqbk
4183a16178
merge with master
2016-08-03 12:09:58 +02:00
Ralf Teusner
ed3526a578
Merge branch 'master' into feature-file-templates
...
Conflicts:
app/views/application/_navigation.html.slim
config/locales/de.yml
config/locales/en.yml
db/schema.rb
2016-07-28 15:16:11 +02:00
Ralf Teusner
09533a5556
download complete submission as one zip file
2016-07-15 18:25:58 +02:00
Ralf Teusner
3bf03a418b
fix policy scope statement for internal users
2016-07-10 22:00:42 +02:00
yqbk
b962400fab
further delete (db queries)
2016-07-04 17:40:01 +02:00
yqbk
b0d468c0e0
remove rest of teams code -- NEED TO REMOVE TEAMS FROM DATABASE!
2016-06-30 12:17:19 +02:00
yqbk
0046706fce
remove team policy
2016-06-30 12:04:16 +02:00
Ralf Teusner
2a52b66daa
rfc can now be solved.
...
show.html still needs to be finished
2016-06-24 16:44:34 +02:00
Maximilian Grundke
4d2676fea7
Only show file templates which are available for the selected file type
2016-06-10 17:48:04 +02:00
Maximilian Grundke
1cd879bcb6
Scaffold file templates
2016-06-09 22:38:19 +02:00
yqbk
d980ffb4c0
add role author to execution_environment_policy
2016-05-31 18:39:03 +02:00
yqbk
01fc6fcc90
add role teacher to file_type_policy
2016-05-31 18:25:28 +02:00
yqbk
8896a3aa18
add role teacher to application_policy, implement teacher into team_policy
2016-05-31 17:40:00 +02:00
Maximilian Grundke
87d4eb8b0d
Let everyone see all comments and polish request for comments overview
2016-05-10 18:17:02 +02:00
Maximilian Grundke
f17ae9ad2f
Merge remote-tracking branch 'origin/master' into statistics
2016-03-02 12:01:16 +01:00
Maximilian Grundke
7dee100665
Hide actions that are not available to teachers
2016-03-02 11:55:26 +01:00
Maximilian Grundke
da3339ecbb
Hide file types, execution environments, and teams from teachers
2016-03-02 10:57:13 +01:00
Maximilian Grundke
0a5301a595
Make statistics teacher-safe
2016-02-24 14:23:15 +01:00
leo.selig
e534a8cb2d
Add authorization to CodeHarborLink controller
...
(leoselig/codeocean#2 )
2016-02-04 11:42:03 +01:00
Ralf Teusner
943e3c6c3a
reworked execution_environment statistics
2016-01-07 13:19:02 +01:00
Ralf Teusner
95ec5b0231
Routes, empty views and controller changes for statistics concerning external_users, exercises and external_users having exercises
2015-11-25 18:47:49 +01:00
Maximilian Grundke
78422647fe
Add execution environment statistics
2015-10-29 14:19:31 +01:00
Jan Renz
9c8d0b01eb
Fix reset of tasks
2015-04-20 22:30:31 +02:00