-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEV-130 - IVQ, Skip Back/Next #3651
Conversation
Live Pull Request Urls
|
1 similar comment
Live Pull Request Urls
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MaksymKorniiov
Once we get UI/UX we will reopen this. For now I mark this as "request changes".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implement new graphics
Updated pull request 3651: 34b439b
|
1 similar comment
Updated pull request 3651: 34b439b
|
modules/Quiz/resources/quiz.js
Outdated
|
||
if(currentPoint.key > allPoints[0].key){ | ||
var prevQuePoint = allPoints[currentPoint.key-1]; | ||
if( (prevQuePoint && _this.KIVQModule.canSkip) || (!_this.KIVQModule.canSkip && prevQuePoint && prevQuePoint.isAnswerd)){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add comments and add fix logic (check is currentCP is answered)
1: add comments 2: change logic
Updated pull request 3651: 7e7fc59
|
Updated pull request 3651: f0c0886
|
* 1. add feature to getting CP type 2. add new property to CP (partnerData) * 1. change partnerData to questionType 2. rename questions type * 1. Add const QuestionsType * FEV-138 (#3729) [IVQ-Player] show answers should still show questions. * FEV-132 (#3730) [IVQ-Player] New Q type #2: True/False * 1. Add const QuestionsType (#3728) * ivq-enhancements: add opacity to reflection point on last screen * ivq-enhancements: fix css. add new imgs * FEV-166: (#3736) * FEV-166: Support links in questions fields * renaming function and change comments * KMS-17072-information-screen-after-submit: (#3744) IVQ: No information and elements when question icon clicked on Submit screen * KMS-16785-remove-welcome-page: (#3742) * KMS-16785-remove-welcome-page: [IVQ-Editor] new option to remove welcome page * KMS-16785-remove-welcome-page: space fix * FEV-130 - IVQ, Skip Back/Next (#3651) * FEV-140 [IVQ-Player] local issue - continue used for 2 places Without UI * FEV-130 1. add imgs 2. fix position * FEV-130 - IVQ, Skip Back/Next 1: add comments 2: change logic * supporting banSeekManager plugin from Editor (#3703) * supporting banSeekManager plugin from Editor * banSeek_editorSupport 1. fix from PR comments 2. rename alertText to noSeekAlertText * FEV-131-auto-submit-rp: (#3750) 1. when reached reflection point - auto submit it * bump version * FEV-172-align-mid-RP-text: (#3756) * FEV-172-align-mid-RP-text: 1. vertical-align for RP text * FEV-172-align-mid-RP-text: 1. fix width * Fev 150 block portrait mode (#3761) * FEV-150 - quiz handle portrait UX * FEV-150_block_portrait_mode: 1. show overlay with portrait warning on mobile + vertical screens * FEV-150_block_portrait_mode: 1. add event only if has mobile class 2. change function name * FEV-171-design-changes (#3755) * FEV-171-design-changes 1. change quiz-screen background 2. change font color 3. add icon for submit and review buttons * fix backgrounds * FEV-171-fix-designs: (#3763) 1. remove hover effect 2. wrong answers - with border * Update DefaultSettings.php * bump version to IVQ * KMS-17284-submit-and-review-buttons-text-size: (#3779) 1. fix font-size and display of review and submit buttons * KMS-17301-true-false-inline-position: (#3778) fix margin between true/false answers * FEV-173-skip-for-now-overlay: (#3777) fix bottom position of footer and margin between answers * revert version back to main branch
[IVQ-Player] local issue - continue used for 2 places
Without UI