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
This commit is contained in:
@@ -48,6 +48,7 @@ en:
|
||||
exercise:
|
||||
description: Description
|
||||
embedding_parameters: LTI Embedding Parameters
|
||||
tags: Tags
|
||||
execution_environment: Execution Environment
|
||||
execution_environment_id: Execution Environment
|
||||
files: Files
|
||||
@@ -55,10 +56,16 @@ en:
|
||||
instructions: Instructions
|
||||
maximum_score: Maximum Score
|
||||
public: Public
|
||||
selection: Selected
|
||||
title: Title
|
||||
user: Author
|
||||
allow_auto_completion: "Allow auto completion"
|
||||
allow_file_creation: "Allow file creation"
|
||||
difficulty: Difficulty
|
||||
worktime: "Expected worktime in minutes"
|
||||
proxy_exercise:
|
||||
title: Title
|
||||
files_count: Exercises Count
|
||||
external_user:
|
||||
consumer: Consumer
|
||||
email: Email
|
||||
@@ -112,6 +119,10 @@ en:
|
||||
files: Files
|
||||
score: Score
|
||||
user: Author
|
||||
tag:
|
||||
name: Name
|
||||
usage: Used
|
||||
difficulty: Share on the Exercise
|
||||
file_template:
|
||||
name: "Name"
|
||||
file_type: "File Type"
|
||||
@@ -132,6 +143,9 @@ en:
|
||||
exercise:
|
||||
one: Exercise
|
||||
other: Exercises
|
||||
proxy_exercise:
|
||||
one: Proxy Exercise
|
||||
other: Proxy Exercises
|
||||
external_user:
|
||||
one: External User
|
||||
other: External Users
|
||||
@@ -311,6 +325,9 @@ en:
|
||||
tests: Unit Test Results
|
||||
time_difference: 'Working Time until here*'
|
||||
addendum: '* Deltas longer than 30 minutes are ignored.'
|
||||
proxy_exercises:
|
||||
index:
|
||||
clone: Duplicate
|
||||
external_users:
|
||||
statistics:
|
||||
title: External User Statistics
|
||||
|
Reference in New Issue
Block a user