Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Resolve placeholders in Likert scale items
Browse files Browse the repository at this point in the history
Many thanks to @robinsonkwame for the eagle-eyed bugspotting!
  • Loading branch information
FelixHenninger committed Jul 20, 2020
1 parent 64ed8b9 commit 9ce23c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/library/src/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,13 @@ Page.metadata = {
content: { '*': 'string' }
},
},
items: {
type: 'array',
content: {
type: 'object',
content: { '*': 'string' }
},
},
},
},
},
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Dilek Akkus ·
[Dano Morrison](https://github.com/jdpigeon) ·
[Karthikeya Pammi](https://github.com/pvskarthikeya) ·
Shivangi Patel ·
[Kwame Porter Robinson](https://robinsonkwame.github.io/) ·
Nick Robinson ·
[Sophie Scharf](http://cognition.uni-mannheim.de/mitarbeiter/m_sc_sophie_scharf/) ·
[Nikoletta Symeonidou](https://www.sowi.uni-mannheim.de/en/erdfelder/team/academic-staff-members/symeonidou-nikoletta/) ·
Expand Down

0 comments on commit 9ce23c0

Please sign in to comment.