added some exam config attribute to GUI
This commit is contained in:
parent
22ab37ba73
commit
193c9e5a6a
2 changed files with 14 additions and 0 deletions
|
@ -40,7 +40,14 @@ INSERT IGNORE INTO configuration_attribute VALUES
|
|||
(1133, 'jitsiMeetSendVideo', 'CHECKBOX', null, null, null, null, 'true')
|
||||
;
|
||||
|
||||
UPDATE orientation SET width='4' WHERE id='68';
|
||||
|
||||
INSERT INTO orientation (config_attribute_id, template_id, view_id, group_id, x_position, y_position, width, height, title) VALUES
|
||||
(942, 0, 5, 'quitLink', 4, 5, 4, 1, 'NONE'),
|
||||
|
||||
(940, 0, 5, 'examSession', 0, 7, 8, 1, 'NONE'),
|
||||
(941, 0, 5, 'examSession', 2, 8, 6, 1, 'LEFT_SPAN'),
|
||||
|
||||
(1129, 0, @proct_view_id, null, 3, 1, 3, 1, 'LEFT_SPAN'),
|
||||
(1130, 0, @proct_view_id, null, 0, 2, 6, 1, 'NONE'),
|
||||
(1131, 0, @proct_view_id, null, 0, 3, 6, 1, 'NONE'),
|
||||
|
|
|
@ -985,6 +985,13 @@ sebserver.examconfig.props.label.examSessionClearCookiesOnEnd=Clear browser sess
|
|||
sebserver.examconfig.props.group.quitLink=Link to quit SEB after exam
|
||||
sebserver.examconfig.props.label.quitURL=Place this quit link to the 'feedback' page displayed after an exam was successfully finished.<br/> Clicking that link will quit SEB without having to enter the quit password.
|
||||
sebserver.examconfig.props.label.quitURLConfirm=Ask user to confirm quitting
|
||||
sebserver.examconfig.props.label.quitURLRestart=Restart instead of quitting
|
||||
|
||||
sebserver.examconfig.props.group.examSession=Reconfiguring Exam Session
|
||||
sebserver.examconfig.props.group.examSession.tooltip=Allow reconfiguring by loading an SEB exam config file (while using the client config or during an exam session).<br/>If the running session has a quit password set, indicate the allows URL of the new exam config in Reconfiguring URL (wildcard character '*' can be used).
|
||||
sebserver.examconfig.props.label.examSessionReconfigureAllow=Allow Reconfiguring
|
||||
sebserver.examconfig.props.label.examSessionReconfigureAllow.tooltip=Allow reconfiguring by loading an SEB exam config file (while using the client config or during an exam session).<br/>If the running session has a quit password set, indicate the allows URL of the new exam config in Reconfiguring URL (wildcard character '*' can be used).
|
||||
sebserver.examconfig.props.label.examSessionReconfigureConfigURL=Reconfiguring URL
|
||||
|
||||
sebserver.examconfig.props.group.backToStart=Back to Start Button
|
||||
sebserver.examconfig.props.group.backToStart.tooltip=The back to start button reloads the exam's Start URL
|
||||
|
|
Loading…
Add table
Reference in a new issue