This repository was archived by the owner on Oct 31, 2024. It is now read-only.
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,12 @@ Single test:
57
57
node_modules/protractor/bin/protractor protractor.conf.js --browser chrome --specs=ubcpi/static/js/features/cms.feature
58
58
59
59
## Changelog
60
+ ### [ 0.5.1] ( https://github.com/ubc/ubcpi/issues?q=milestone%3A0.5.1+is%3Aclosed )
61
+ 1 . Changed the "Question" title to "Peer Instruction Question"
62
+ 2 . Changed the answer icon from fa-users to fa-user and the dot at the last step
63
+ 3 . Modified the ‘Explain your selection’ instruction to remind them that the intended readers are other students
64
+ 4 . Added question text at the end of the process
65
+
60
66
### [ 0.5.0] ( https://github.com/ubc/ubcpi/issues?q=milestone%3A0.5.0+is%3Aclosed )
61
67
1 . Updated UX based on feedbacks from the student usability testing
62
68
2 . Updated UX and accessibility based on feedbacks from EdX
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def readme():
31
31
32
32
setup (
33
33
name = 'ubcpi-xblock' ,
34
- version = '0.5.0 ' ,
34
+ version = '0.5.1 ' ,
35
35
description = 'UBC Peer Instruction XBlock' ,
36
36
long_description = readme (),
37
37
license = 'Affero GNU General Public License v3 (GPLv3)' ,
You can’t perform that action at this time.
0 commit comments