Sharebar?
Membership
Events
News
Global
Specifications
Login
Workstreams
TrustEd Apps and Data Privacy
Learning Platforms, Apps, and Tools
Curriculum Innovation and Teaching Strategies
Integrated Assessment
Digital Credentials
Learning Data and Analytics
K-12 Digital Transformation
HED Digital Transformation
CASE Network
Centers of Excellence
Standards First
Standards
Development Resources and Tools
Accessibility
Assessment
Caliper Analytics
Common Cartridge
Compatibility Check
Competencies & Academic Standards Exchange
Comprehensive Learner Record
Digital Badges
Learning Tools Interoperability & LTI Advantage
LTI Resource Search
OneRoster / Learning Information Services / Edu-API
OpenVideo
Security Framework
TrustEd Apps & Data Privacy
Certified Products
Product Directory
Buy IMS Certified
Get IMS Certified
Learning Impact
Learning Impact On-Demand Webinars
Learning Impact 2022 Conference
Learning Impact Sponsorship
Learning Impact Awards
Learning Impact Report
Learning Impact Blog
IMS Global Annual Report
Leadership
Board of Directors
HED Institutional Leadership Board
K-12 Institutional Leadership Board
Technical Advisory Board
IMS Europe Board Members
IMS Members
Collaborations and Affiliations
IMS Staff
Search
Portable Custom Interactions - NULL Value
Forum:
Accessible Portable Item Protocol Public Forum
Portable Custom Interactions - NULL Value
Submitted by
JeromeBogaerts
on Mon, 24-Mar-2014 10:05.
This topic discusses how to formulate NULL values in a Portable Custom Interaction context
Portable Custom Interactions - NULL Value
Dear consortium,
I have a question about the IMS Global Portable Custom Interactions Version 1.0 Candidate Final, Appendix A.
I cannot find how to formulate the NULL value using the JSON data format explained in Appendix A. How should it be formulated?
For instance, if we a have a pure scalar null value, what should be the JSON data?
1. { "base": null }
OR
2. { "base": { "boolean": null } }
(our preference goes for solution 1. is our prefered one at Open Assessment Technologies.)
What about NULL values in "list" and "record" containers? How should they be formulated?
All the bests,
Jérôme Bogaerts
Open Assessment Technologies S.A.
Submitted by
JeromeBogaerts
on Mon, 2014-03-24 10:05
Log in
to post comments
Portable Custom Interactions - NULL Value
Another possibility to indicate a pure NULL value would be,
null
which might be more reliable.
Submitted by
JeromeBogaerts
on Mon, 2014-03-24 10:18
Log in
to post comments
Portable Custom Interactions - NULL Value
I have a question about the IMS Global Portable Custom Interactions Version 1.0 Candidate Final, Appendix A.
I cannot find how to formulate the NULL value using the JSON data format explained in Appendix A. How should it be formulated?
For instance, if we a have a pure scalar null value, what should be the JSON data?
1. { "base": null }
OR
2. { "base": { "boolean": null } }
(our preference goes for solution 1. is our prefered one at Open Assessment Technologies.)
What about NULL values in "list" and "record" containers? How should they be formulated?
All the bests,
Jérôme Bogaerts
Open Assessment Technologies S.A.
Portable Custom Interactions - NULL Value
null
which might be more reliable.