Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quiz-3346955
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
quiz-3346955
Commits
05a58c8b
Commit
05a58c8b
authored
15 years ago
by
falcon
Browse files
Options
Downloads
Patches
Plain Diff
#636662
reported by neorg: Some explanations added
parent
d7e102c4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
question_types/quiz_question/quiz_question.pages.inc
+11
-0
11 additions, 0 deletions
question_types/quiz_question/quiz_question.pages.inc
with
11 additions
and
0 deletions
question_types/quiz_question/quiz_question.pages.inc
+
11
−
0
View file @
05a58c8b
...
...
@@ -100,6 +100,17 @@ function quiz_question_revision_actions($form_state, $nid, $vid) {
'#value'
=>
t
(
'Submit'
),
);
$form
[
'#submit'
]
=
array
(
'quiz_question_revision_actions_submit'
);
$form
[
'update_expl'
]
=
array
(
'#type'
=>
'item'
,
'#title'
=>
t
(
'Update'
),
'#value'
=>
t
(
'Replace the old revision of the question with the new revision.'
),
);
$form
[
'revise_expl'
]
=
array
(
'#type'
=>
'item'
,
'#title'
=>
t
(
'Revise'
),
'#value'
=>
t
(
'If a quiz has been answered you should make a new revision to ensure that excisting answer statistics and reports remain correct.'
),
'#description'
=>
t
(
'If the new revision of the question only correct spelling errors etc. you don\'t need to revise.'
),
);
return
$form
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment